diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 6594737..39002e4 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -72,7 +72,7 @@ jobs: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES EXPORT_PLIST_PATH=$RUNNER_TEMP/exportOptions.plist echo -n "$EXPORT_PLIST" | base64 --decode --output $EXPORT_PLIST_PATH - xcodebuild clean archive -project BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj -scheme "BeforeAfter-proof-of-concept" -archivePath $RUNNER_TEMP/BeforeAfter-proof-of-concept.xcarchive -destination 'generic/platform=iOS' CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE_SPECIFIER="Geniart - Ad Hoc" OTHER_SWIFT_FLAGS="-skipMacroValidation" + xcodebuild clean archive -project BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj -scheme "BeforeAfter-proof-of-concept" -archivePath $RUNNER_TEMP/BeforeAfter-proof-of-concept.xcarchive -destination 'generic/platform=iOS' CODE_SIGN_STYLE=Manual PROVISIONING_PROFILE_SPECIFIER="Geniart - Ad Hoc" xcodebuild -skipMacroValidation -exportArchive -archivePath $RUNNER_TEMP/BeforeAfter-proof-of-concept.xcarchive -exportOptionsPlist $EXPORT_PLIST_PATH -exportPath $RUNNER_TEMP/export - name: Upload IPA uses: actions/upload-artifact@v2 diff --git a/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.pbxproj b/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.pbxproj index 4e7d695..5a9174b 100644 --- a/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.pbxproj +++ b/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.pbxproj @@ -217,7 +217,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 17.5; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; @@ -274,7 +274,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 17.5; + IPHONEOS_DEPLOYMENT_TARGET = 16.0; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; diff --git a/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.xcworkspace/xcuserdata/lemindahovich.xcuserdatad/UserInterfaceState.xcuserstate b/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.xcworkspace/xcuserdata/lemindahovich.xcuserdatad/UserInterfaceState.xcuserstate index aaf6fd6..72401e4 100644 Binary files a/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.xcworkspace/xcuserdata/lemindahovich.xcuserdatad/UserInterfaceState.xcuserstate and b/BeforeAfter-proof-of-concept/BeforeAfter-proof-of-concept.xcodeproj/project.xcworkspace/xcuserdata/lemindahovich.xcuserdatad/UserInterfaceState.xcuserstate differ