-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to Kotlin 2.0.0 and link iOS directly.
* Kotlin 2.0.0 and directly linking for iOS * Try static build * Update build.gradle.kts Roll back static framework config * Update to new Compose compiler. * Update iOS GH action. * Update xcodebuild-action in iOS GHA workflow. * Rollback xcodebuild-action version update. * Run xcodebuild without xcpretty (hopefully prints more information). * Don't require code signing on CI. * Remove development team from signing. * Fix empty code signing setting. --------- Co-authored-by: Tadeas Kriz <[email protected]>
- Loading branch information
1 parent
f4dab27
commit 3af2a9f
Showing
39 changed files
with
39 additions
and
1,476 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
*.xcbkptlist | ||
!/.idea/codeStyles/* | ||
!/.idea/inspectionProfiles/* | ||
.kotlin |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
ios/KaMPKitiOS.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
3af2a9f
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.
Are there changes to the documentation to make following this commit? Specifically I ask regarding iOS, where APP_BUILD.md recommends opening the KaMPKitiOS.xcworkspace file which no longer exists with this commit.
Am I missing a step to generate this file now? I get errors in XCode, but this is probably to be expected given I'm opening ios/KaMPKitiOS.xcodeproj.
3af2a9f
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.
Hi @erjseals, thanks for bringing that up. Seems I've forgot to update the documentation, I'll do that in a separate PR.