Skip to content

Generate assets #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a1594f0
Update Crash CoreData and Data Model
melekr Jul 15, 2024
3431fa5
Migrate Backtrace.podspec resources attribute to multi-platform resou…
melekr Jul 15, 2024
367e24a
Add pod lib lint command to workflows and scripts
melekr Jul 15, 2024
ac01943
Add BacktraceResources bundle
melekr Jul 16, 2024
66179f9
Specify Podfile project .xcworkspace
melekr Jul 16, 2024
4198a7f
Update project.pbxproj
melekr Jul 16, 2024
9a464a5
Update github workflows
melekr Jul 16, 2024
6b63060
Update deploy.yml
melekr Jul 16, 2024
70a771a
Update deploy.sh
melekr Jul 16, 2024
83f654d
Bump backtraceVersion and update changelog
melekr Jul 16, 2024
f743a72
Create xcframeworks
melekr Jul 26, 2024
6eb59cb
Disable CODE_SIGNING for bundle
melekr Jul 26, 2024
8a6bfee
Update project.pbxproj
melekr Jul 26, 2024
3ab83b0
Update project.pbxproj
melekr Jul 26, 2024
0c36aea
Update deploy.yml
melekr Jul 27, 2024
f799b71
Copy dependency framework
melekr Jul 30, 2024
2feeac8
Update deploy.yml
melekr Jul 31, 2024
56bcd6c
Update deploy.yml
melekr Jul 31, 2024
9ba19ed
Update deploy.yml
melekr Jul 31, 2024
400c7b1
Update deploy.yml
melekr Jul 31, 2024
cb9eb5a
Update deploy.yml
melekr Jul 31, 2024
7eadb39
Disable Bundle automatic signing
melekr Jul 31, 2024
21b8724
Update project.pbxproj
melekr Jul 31, 2024
ca93b7b
Update Podfile
melekr Aug 1, 2024
ee70a1a
Update deploy.yml
melekr Aug 1, 2024
eeb703c
Update deploy.yml
melekr Aug 1, 2024
aacfa85
Update xcframeworkgen.sh
melekr Aug 1, 2024
1a102b4
Add macos signing and provisioning
melekr Aug 1, 2024
022e20b
Update project.pbxproj
melekr Aug 1, 2024
c1f56b2
Remove unused vendored framework
melekr Aug 2, 2024
1b13b09
Add Simulator support
melekr Aug 2, 2024
9b4b9c2
Set DEVELOPMENT_TEAM secret
melekr Aug 2, 2024
e1782ad
Update Build frameworks step
melekr Aug 2, 2024
2bc4b39
Use vars instead of secrets
melekr Aug 2, 2024
ada7457
Update DEVELOPMENT_TEAM
melekr Aug 2, 2024
4e873d8
Merge branch 'master' into generate-assets
melekr Aug 5, 2024
633d662
Delete Podfile
melekr Aug 5, 2024
5ab00e5
Bump sdk version and update Changelog
melekr Aug 5, 2024
2c902c1
Exit when xcframework is not generated
melekr Aug 6, 2024
8116ae8
Restore pod trunk
melekr Aug 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Backtrace.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "Backtrace"
s.version = "2.0.5-beta2"
s.version = "2.0.5"
s.swift_version = '5'
s.summary = "Backtrace's integration with iOS, macOS and tvOS"
s.description = "Reliable crash and hang reporting for iOS, macOS and tvOS."
Expand Down
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Backtrace Cocoa Release Notes

## Version 2.0.5-beta2
- Generates static frameworks

## Version 2.0.5-beta1
- Adds BacktraceResources bundle
- Updates CoreData and Data Model
- Adds pod integrity check
- Fixes issue where assets are not copied to generated frameworks when statically linking sdk
## Version 2.0.5
- Enables client side unwinding default setting (#134)
- Fixes Cocoapods deployment (#135)

## Version 2.0.4
- Upgrades PLCrashReporter (#122)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Features/Attributes/DefaultAttributes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ struct LibInfo: AttributesSource {
private static let applicationGuidKey = "backtrace.unique.user.identifier"
private static let applicationLangName = "backtrace-cocoa"

var backtraceVersion = "2.0.5-beta2"
var backtraceVersion = "2.0.5"

var immutable: [String: Any?] {
return ["guid": LibInfo.guid(store: UserDefaultsStore.self).uuidString,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.