-
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
Generate assets #136
Generate assets #136
Conversation
Add CoreDataClass and CoreDataProperties NSManagedObject subclasses Disable code Generation Remove .xcdatamodeld from Compile Sources Build Phase
Remove CODE_SIGN_IDENTITY
Add build_with_signing step
Upgrade actions to v4 Add sign-and-build-frameworks step
Add Install pods step
Update WORKFLOW_XC_PATH
Add iOS Simulator and tvOS Simulator destinations Specify DEBUG_INFORMATION_FORMAT Specify GCC_GENERATE_DEBUGGING_SYMBOLS
scripts/deploy.sh
Outdated
@@ -6,4 +6,4 @@ set -o xtrace # to trace what gets executed. Useful for debugging | |||
|
|||
# This script requires the `COCOAPODS_TRUNK_TOKEN` env var to be set. | |||
# See more: https://fuller.li/posts/automated-cocoapods-releases-with-ci/. | |||
pod trunk push Backtrace.podspec --allow-warnings | |||
#pod trunk push Backtrace.podspec --allow-warnings |
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.
disabled not to publish alpha pre-release
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.
Everything looks fine - Not sure why did I read the old version of the pull request
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.
Github messed up files in the pull request. It looks good to me ! Thanks!
This diff contains the following updates:
assets
ref: BT-2721