Skip to content

Commit

Permalink
chore(iOS) Use Tuist to generate project
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-tgl committed Dec 11, 2023
1 parent 5c214f4 commit 860ca15
Show file tree
Hide file tree
Showing 29 changed files with 10 additions and 1,399 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
2 changes: 2 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.xcodeproj
*.xcworkspace
435 changes: 0 additions & 435 deletions ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Empty file.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 860ca15

Please sign in to comment.