mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
why am i this dumb 😭 (#91)
This commit is contained in:
commit
501657c42f
1 changed files with 6 additions and 2 deletions
|
|
@ -3,13 +3,17 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.developer.icloud-container-identifiers</key>
|
<key>com.apple.developer.icloud-container-identifiers</key>
|
||||||
<array/>
|
<array>
|
||||||
|
<string>iCloud.me.cranci.sora.icloud</string>
|
||||||
|
</array>
|
||||||
<key>com.apple.developer.icloud-services</key>
|
<key>com.apple.developer.icloud-services</key>
|
||||||
<array>
|
<array>
|
||||||
<string>CloudDocuments</string>
|
<string>CloudDocuments</string>
|
||||||
</array>
|
</array>
|
||||||
<key>com.apple.developer.ubiquity-container-identifiers</key>
|
<key>com.apple.developer.ubiquity-container-identifiers</key>
|
||||||
<array/>
|
<array>
|
||||||
|
<string>iCloud.me.cranci.sora.icloud</string>
|
||||||
|
</array>
|
||||||
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
||||||
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue