Skip to content

Commit 205d7d8

Browse files
committed
Initial checkin
1 parent 540f752 commit 205d7d8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
run: /usr/bin/xcodebuild -version
2121

2222
- name: Build and Test iOS
23-
run: xcodebuild clean build test -project Project/MyProject.xcodeproj -scheme "UltraKiosk" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 15 Pro Max,OS=17.0.1" ONLY_ACTIVE_ARCH=YES SWIFT_TREAT_WARNINGS_AS_ERRORS=YES OTHER_SWIFT_FLAGS="-D ED_SKIP_SWIFT_FORMAT"
23+
run: xcodebuild clean build -project UltraKiosk.xcodeproj -scheme "UltraKiosk" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPad (A16),OS=18.6" ONLY_ACTIVE_ARCH=YES SWIFT_TREAT_WARNINGS_AS_ERRORS=YES OTHER_SWIFT_FLAGS="-D ED_SKIP_SWIFT_FORMAT"
2424

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
UltraKiosk.xcodeproj/xcuserdata
22
UltraKiosk.xcodeproj/project.xcworkspace/xcuserdata
3+
UltraKiosk.xcodeproj/project.xcworkspace/
34
.DS_Store

0 commit comments

Comments
 (0)