fix: build ipa archive first

This commit is contained in:
Kingtous
2023-04-18 18:53:40 +08:00
parent 021612e8be
commit e269fb28dd
7 changed files with 129 additions and 168 deletions

View File

@@ -49,5 +49,9 @@
<string>This app needs camera access to scan QR codes</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs photo library access to get QR codes from image</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>