Skip to content

Commit

Permalink
[#2790] Remove Cocoapods and its plugin from project
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Sep 29, 2023
1 parent 72be364 commit 6658cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ jobs:
distribution: 'temurin'

- name: Build
working-directory: ./ios/CCC
run: fastlane build
run: cd ios/CCC; fastlane build

- name: Upload iOS Artifacts
uses: actions/[email protected]
Expand Down Expand Up @@ -227,8 +226,7 @@ jobs:
path: ios

- name: Distribute
working-directory: ./ios
run: fastlane distribute
run: cd ios; fastlane distribute

- name: Delete iOS IPA
uses: geekyeggo/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ jobs:
gpg -d --passphrase "${{ secrets.SECRET_PASSWORD }}" --batch Release.xcconfig.asc > ios/CCC/Resources/Release/Config.xcconfig
- name: StoreBuild
working-directory: ./ios/CCC
run: fastlane store_build
run: cd ios/CCC; fastlane store_build

- name: Set Job Status
id: status
Expand Down

0 comments on commit 6658cf4

Please sign in to comment.