-
Notifications
You must be signed in to change notification settings - Fork 250
chore(build): Add macOS production scheme and Developer ID Application signing support for standalone distribution #3185
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
Changes from 15 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4d7236a
change product bundle identifier (com.komodo.wallet)
DeckerSU 1e096b5
Set sdk submodule to chore/sdk-universal-macos-cdn-pods
DeckerSU c24ec6b
XCode: add production scheme and corresponding configurations
DeckerSU 6213dc4
make Release-production sign with Developer ID Application
DeckerSU 3df4598
Merge branch 'dev' into patch-macos-release-profile
CharlVS d6434cd
sdk: temp following submodules for patch-macos-release-profile
DeckerSU 50bdf5a
sdk: update submodules
DeckerSU 4f27fe9
add OTHER_CODE_SIGN_FLAGS --options=runtime --timestamp
DeckerSU 80a20a7
fix developement team for Release-production
DeckerSU f8dc4ee
fix codesigning for Pods (now CP-User signing in Pods receive correct…
DeckerSU b020e54
add --options=runtime --timestamp for codesigning pods
DeckerSU 8b1a064
sdk: pin version with code_sign_if_enabled in cp-user sh script
DeckerSU 5b55ef1
sdk: bump to new location of KDF binary under MacOS
DeckerSU 83d6162
macos: XCode project update / Pods_Runner.framework in Frameworks
DeckerSU fa37032
build(macos): set CODE_SIGN_INJECT_BASE_ENTITLEMENTS to NO for Release
DeckerSU dc49f5d
update .gitignore to exclude dist/ directory
DeckerSU 1a97d7d
feat: add make-dmg.sh script for building DMG files on macOS
DeckerSU 5b97968
feat: add test-sign-timestamp.sh script for verifying code signing an…
DeckerSU a528228
feat: enhance make-dmg.sh script with default app path and usage inst…
DeckerSU ba7a1c4
chore: update Podfile.lock to include device_info_plus and update dep…
DeckerSU f08976b
chore: update subproject commit reference in sdk
DeckerSU 5ab8a18
feat: add README.md for contrib scripts and enhance test-sign-timesta…
DeckerSU baf31c2
chore(sdk): roll submodule to latest dev
CharlVS 98b396b
Merge branch 'dev' of https://github.com/KomodoPlatform/komodo-wallet…
CharlVS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| [submodule "sdk"] | ||
| path = sdk | ||
| url = https://github.com/KomodoPlatform/komodo-defi-sdk-flutter.git | ||
| branch = dev | ||
| branch = patch-macos-release-profile | ||
| update = checkout | ||
| fetchRecurseSubmodules = on-demand | ||
| ignore = dirty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Missing space after
'Release-production'before=>. Should be'Release-production' => :release,for consistent formatting with other entries.