Skip to content

Commit

Permalink
fix: missing capabilities & iCloud folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fer0n committed Dec 27, 2024
1 parent 8593d94 commit b95e954
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unwatched/Unwatched.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Unwatched/Unwatched.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 151;
CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_ASSET_PATHS = "\"Unwatched/Preview Content\"";
DEVELOPMENT_TEAM = HU6B6E9383;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -2206,7 +2206,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = Unwatched/Unwatched.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 151;
CURRENT_PROJECT_VERSION = 152;
DEVELOPMENT_ASSET_PATHS = "\"Unwatched/Preview Content\"";
DEVELOPMENT_TEAM = HU6B6E9383;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
18 changes: 18 additions & 0 deletions Unwatched/Unwatched/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,23 @@
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSUbiquitousContainers</key>
<dict>
<key>iCloud.com.pentlandFirth.Unwatched</key>
<dict>
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
<true/>
<key>NSUbiquitousContainerName</key>
<string>Unwatched</string>
<key>NSUbiquitousContainerSupportedFolderLevels</key>
<string>Any</string>
</dict>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>remote-notification</string>
<string>fetch</string>
</array>
</dict>
</plist>

0 comments on commit b95e954

Please sign in to comment.