Post

Replies

Boosts

Views

Activity

Comment on Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
My dict is: <key>CFBundleIcons~ipad</key> <dict> <key>CFBundleAlternateIcons</key> <dict> <key>AppIcon1</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon1-ipad</string> <string>AppIcon1-ipad-pro</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> <key>AppIcon2</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon2-ipad</string> <string>AppIcon2-ipad-pro</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict> <key>CFBundlePrimaryIcon</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict>
Topic: App & System Services SubTopic: Hardware Tags:
Sep ’21
Comment on iOS Spotlight indexing seems to be broken on iOS 17?
@baofromsf I did the same exact things you 've mentioned :) Create CSSearchableItemAttributeSet, map them as CSSearchableItem and then call CSSearchableIndex.default().indexSearchableItems passing the items. :(
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Xcode Cloud IPA access
Inside the CI_DEVELOPMENT_SIGNED_APP_PATH there is not the .ipa, but the .app only. The IPA will be processed after the signing.
Replies
Boosts
Views
Activity
Aug ’22
Comment on Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
and i used, basing on what i wrote in my last post, this convention: AppIcon1-ipad.png AppIcon1-ipad@2x.png AppIcon1-ipad@2x~ipad.png AppIcon1-ipad-pro.png AppIcon1-ipad-pro@2x.png
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
My dict is: <key>CFBundleIcons~ipad</key> <dict> <key>CFBundleAlternateIcons</key> <dict> <key>AppIcon1</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon1-ipad</string> <string>AppIcon1-ipad-pro</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> <key>AppIcon2</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon2-ipad</string> <string>AppIcon2-ipad-pro</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict> <key>CFBundlePrimaryIcon</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict>
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’21