-
Notifications
You must be signed in to change notification settings - Fork 18
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
Embed Framework dependencies #146
base: master
Are you sure you want to change the base?
Conversation
Add static CrashReporter targets per platform Add Backtrace framework targets per platform Set COCOAPODS, SWIFT_PACKAGE and module imports
pod-lint will be updated once we publish. |
Backtrace.xcodeproj/project.pbxproj has major changes. |
@@ -18,8 +18,8 @@ final class AppDelegate: UIResponder, UIApplicationDelegate { | |||
|
|||
func application(_ application: UIApplication, | |||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | |||
let backtraceCredentials = BacktraceCredentials(endpoint: URL(string: Keys.backtraceUrl as String)!, | |||
token: Keys.backtraceToken as String) | |||
let backtraceCredentials = BacktraceCredentials(submissionUrl: URL(string: "https://submit.backtrace.io/spmtests/16420a4a0d6827e008642761298a64ec35d5c19db2df86374a3f59f2cdb80ffc/plcrash")!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
DEBUG_INFORMATION_FORMAT="dwarf-with-dsym" GCC_GENERATE_DEBUGGING_SYMBOLS=YES \ | ||
BUILD_LIBRARY_FOR_DISTRIBUTION=YES SKIP_INSTALL=NO | ||
|
||
xcodebuild archive \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
additional tab - can we fix formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure thing
ref: BT-4937
ref: BT-3126