File tree Expand file tree Collapse file tree 5 files changed +13
-1
lines changed
Expand file tree Collapse file tree 5 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 66
77OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
88OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
9+ OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD_DRIVE
910OTHER_CFLAGS = $(inherited) -DHAVE_MAIN
1011OTHER_CFLAGS = $(inherited) -DHAVE_ONLINE_UPDATER
1112
Original file line number Diff line number Diff line change 99
1010#include "Metal.xcconfig"
1111DEVELOPMENT_TEAM=UK699V5ZS8
12- OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
12+ OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD -DHAVE_ICLOUD_DRIVE
1313CODE_SIGN_ENTITLEMENTS = RetroArchCI.entitlements
Original file line number Diff line number Diff line change 1111 <key >com.apple.developer.icloud-services</key >
1212 <array >
1313 <string >CloudKit</string >
14+ <string >CloudDocuments</string >
15+ </array >
16+ <key >com.apple.developer.ubiquity-container-identifiers</key >
17+ <array >
18+ <string >iCloud.com.libretro.dist.RetroArch</string >
1419 </array >
1520 <key >com.apple.security.app-sandbox</key >
1621 <true />
Original file line number Diff line number Diff line change 1111 <key >com.apple.developer.icloud-services</key >
1212 <array >
1313 <string >CloudKit</string >
14+ <string >CloudDocuments</string >
15+ </array >
16+ <key >com.apple.developer.ubiquity-container-identifiers</key >
17+ <array >
18+ <string >iCloud.com.libretro.dist.RetroArch</string >
1419 </array >
1520 <key >com.apple.security.cs.allow-dyld-environment-variables</key >
1621 <true />
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ APPSTORE_BUILD = 1
88
99OTHER_CFLAGS = $(inherited) -DHAVE_APPLE_STORE
1010OTHER_CFLAGS = $(inherited) -DHAVE_ICLOUD
11+ OTHER_CFLAGS[sdk=iphoneos*] = $(inherited) -DHAVE_ICLOUD_DRIVE
1112OTHER_CFLAGS = $(inherited) -DkRetroArchAppGroup=@\"group.com.libretro.dist.RetroArchGroup\"
1213
1314IOS_BUNDLE_IDENTIFIER = com.libretro.dist.RetroArch
You can’t perform that action at this time.
0 commit comments