Skip to content

Commit

Permalink
Update circle ci biuld
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-alan committed Sep 4, 2023
1 parent d1b251e commit e0a34d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: bundle exec fastlane clean
- run:
name: Build Food App iOS simulator (from examples/FoodApp)
command: cd examples/FoodApp && xcodebuild -configuration Release -sdk iphonesimulator
command: cd examples/FoodApp && xcodebuild -configuration Release -arch arm64 -sdk iphonesimulator
- run:
name: Build Food App iOS device (from examples/FoodApp)
command: cd examples/FoodApp && xcodebuild -configuration Release -sdk iphoneos
command: cd examples/FoodApp && xcodebuild -configuration Release -arch arm64 -sdk iphoneos
1 change: 1 addition & 0 deletions examples/FoodApp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
2 changes: 2 additions & 0 deletions examples/FoodApp/FoodApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
05FCDBDC2343941F0074A5A7 /* ItemViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05FCDBDB2343941F0074A5A7 /* ItemViewController.swift */; };
05FCDBDE23439A4F0074A5A7 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05FCDBDD23439A4F0074A5A7 /* Data.swift */; };
8BD052392AA5E308000A4673 /* AlanSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BD052382AA5E308000A4673 /* AlanSDK.xcframework */; };
8BD0523A2AA5F27B000A4673 /* AlanSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8BD052382AA5E308000A4673 /* AlanSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -29,6 +30,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
8BD0523A2AA5F27B000A4673 /* AlanSDK.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.

0 comments on commit e0a34d6

Please sign in to comment.