Skip to content

Commit

Permalink
chore(iOS) Fix min iOS and use Tuist
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-tgl committed Dec 11, 2023
1 parent 40245d0 commit 9a50259
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 1,649 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
working-directory: ios/GSSDKCustomDemo
steps:
- uses: actions/checkout@v2
- run: curl -Ls https://install.tuist.io | bash
- run: tuist generate --no-open
- run: pod install
- run: xcodebuild build -scheme GSSDKCustomDemo -workspace GSSDKCustomDemo.xcworkspace -configuration Debug -sdk iphoneos \
ONLY_ACTIVE_ARCH=YES \
Expand All @@ -25,6 +27,8 @@ jobs:
working-directory: ios/GSSDKSimpleDemo
steps:
- uses: actions/checkout@v2
- run: curl -Ls https://install.tuist.io | bash
- run: tuist generate --no-open
- run: pod install
- run: xcodebuild build -scheme GSSDKSimpleDemo -workspace GSSDKSimpleDemo.xcworkspace -configuration Debug -sdk iphoneos \
ONLY_ACTIVE_ARCH=YES \
Expand Down
5 changes: 5 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.xcodeproj
*.xcworkspace
Derived
Pods
Pofile.lock
54 changes: 0 additions & 54 deletions ios/GSSDKCustomDemo/Derived/InfoPlists/GSSDKCustomDemo-Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9a50259

Please sign in to comment.