File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
ios/LocalPlusPlus.xcodeproj Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7373 DEVELOPMENT_TEAM=YLK778Z528 \
7474 PRODUCT_BUNDLE_IDENTIFIER=com.routstr.localplusplus \
7575 CODE_SIGN_STYLE=Automatic \
76- COMPILER_INDEX_STORE_ENABLE=NO
76+ COMPILER_INDEX_STORE_ENABLE=NO \
77+ -allowProvisioningUpdates
7778
7879 - name : Export IPA
7980 run : |
9495 </dict>
9596 </plist>
9697 EOF
97- xcodebuild -exportArchive -archivePath build/LocalPlusPlus.xcarchive -exportPath build -exportOptionsPlist ExportOptions.plist
98+ xcodebuild -exportArchive -archivePath build/LocalPlusPlus.xcarchive -exportPath build -exportOptionsPlist ExportOptions.plist -allowProvisioningUpdates
9899
99100 - name : Upload IPA artifact
100101 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 588588 CLANG_WARN_SUSPICIOUS_MOVE = YES;
589589 CLANG_WARN_UNREACHABLE_CODE = YES;
590590 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
591- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development ";
591+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
592592 COPY_PHASE_STRIP = NO;
593593 CXX = "";
594594 ENABLE_STRICT_OBJC_MSGSEND = YES;
669669 CLANG_WARN_SUSPICIOUS_MOVE = YES;
670670 CLANG_WARN_UNREACHABLE_CODE = YES;
671671 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
672- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution ";
672+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
673673 COPY_PHASE_STRIP = YES;
674674 CXX = "";
675675 ENABLE_NS_ASSERTIONS = NO;
You can’t perform that action at this time.
0 commit comments