-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
16 changed files
with
222 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ env: | |
jobs: | ||
|
||
GradleBuild: | ||
runs-on: macos-latest | ||
runs-on: macos-12 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
@@ -86,7 +86,7 @@ jobs: | |
run: echo "::set-output name=status::success" | ||
|
||
XCodeBuild: | ||
runs-on: macos-latest | ||
runs-on: macos-12 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
@@ -116,12 +116,6 @@ jobs: | |
with: | ||
java-version: 11 | ||
|
||
- name: Install Cocoapods | ||
run: | | ||
./gradlew client:podGenIOS res:podGenIOS --parallel | ||
cd ios/CCC | ||
pod install --repo-update | ||
- name: Build | ||
uses: maierj/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -185,7 +185,7 @@ jobs: | |
run: echo "::set-output name=status::success" | ||
|
||
PublishAppStore: | ||
runs-on: macos-latest | ||
runs-on: macos-12 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
@@ -206,12 +206,6 @@ jobs: | |
echo "${{ secrets.IOS_GPG_RELEASE_XCCONFIG }}" > Release.xcconfig.asc | ||
gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch Release.xcconfig.asc > ios/CCC/Resources/Release.xcconfig | ||
- name: Install Cocoapods | ||
run: | | ||
./gradlew client:podGenIOS res:podGenIOS --parallel | ||
cd ios/CCC | ||
pod install --repo-update | ||
- name: Publish | ||
uses: maierj/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
|
||
DistributeIOS: | ||
|
||
runs-on: macos-latest | ||
runs-on: macos-12 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
@@ -104,12 +104,6 @@ jobs: | |
echo "${{ secrets.IOS_GPG_RELEASE_XCCONFIG }}" > Release.xcconfig.asc | ||
gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch Release.xcconfig.asc > ios/CCC/Resources/Release.xcconfig | ||
- name: Install Cocoapods | ||
run: | | ||
./gradlew client:podGenIOS res:podGenIOS --parallel | ||
cd ios/CCC | ||
pod install --repo-update | ||
- name: Distrubute | ||
uses: maierj/[email protected] | ||
with: | ||
|
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
build | ||
.gradle | ||
client.podspec |
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 |
---|---|---|
@@ -1,11 +1,7 @@ | ||
Pods/ | ||
build | ||
CCC/Resources/GoogleService-Info.plist | ||
CCC/Resources/Release.xcconfig | ||
fastlane/.env | ||
fastlane/README.md | ||
fastlane/report.xml | ||
xcuserdata | ||
|
||
# TODO it is a workaround remove when Xcode & SPM bug fixed | ||
/CCC.xcworkspace/xcshareddata/swiftpm/Package.resolved | ||
xcuserdata |
This file was deleted.
Oops, something went wrong.
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
23 changes: 23 additions & 0 deletions
23
ios/CCC.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"pins" : [ | ||
{ | ||
"identity" : "swiftmessages", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/SwiftKickMobile/SwiftMessages", | ||
"state" : { | ||
"revision" : "b29dd21090b708aa0ae9ecbaf6e2d0487028dc3f", | ||
"version" : "9.0.6" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftui-navigation-stack", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/matteopuc/swiftui-navigation-stack", | ||
"state" : { | ||
"revision" : "be0db68ed0d84ed543bf8f7600a1f84de015f753", | ||
"version" : "1.0.4" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.