oh wait test?
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run

This commit is contained in:
Francesco 2025-06-04 20:44:52 +02:00
parent 6b0f020e6d
commit 1111cf1a0b
2 changed files with 28 additions and 25 deletions

View file

@ -10,25 +10,11 @@
<dict>
<key>CFBundleAlternateIcons</key>
<dict>
<key>AppIcon_Original</key>
<key>AppIcon_CiroChrome</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_Original</string>
</array>
</dict>
<key>AppIcon_Pixel</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_Pixel</string>
</array>
</dict>
<key>AppIcon_SoraAlt</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_SoraAlt</string>
<string>AppIcon_CiroChrome</string>
</array>
</dict>
<key>AppIcon_CiroGold</key>
@ -38,11 +24,11 @@
<string>AppIcon_CiroGold</string>
</array>
</dict>
<key>AppIcon_CiroChrome</key>
<key>AppIcon_CiroGoldThree</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_CiroChrome</string>
<string>AppIcon_CiroGoldThree</string>
</array>
</dict>
<key>AppIcon_CiroGoldTwo</key>
@ -52,13 +38,6 @@
<string>AppIcon_CiroGoldTwo</string>
</array>
</dict>
<key>AppIcon_CiroGoldThree</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_CiroGoldThree</string>
</array>
</dict>
<key>AppIcon_CiroPink</key>
<dict>
<key>CFBundleIconFiles</key>
@ -108,6 +87,27 @@
<string>AppIcon_CiroYellow</string>
</array>
</dict>
<key>AppIcon_Original</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_Original</string>
</array>
</dict>
<key>AppIcon_Pixel</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_Pixel</string>
</array>
</dict>
<key>AppIcon_SoraAlt</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon_SoraAlt</string>
</array>
</dict>
</dict>
</dict>
<key>CFBundleURLTypes</key>
@ -140,6 +140,7 @@
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>fetch</string>
<string>processing</string>
</array>
</dict>

View file

@ -12,5 +12,7 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>