Skip to content

Commit

Permalink
Fix issue with macos, sandbox and icloud
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jan 6, 2025
1 parent 7f996c4 commit ef7a2fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions desktopApp/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,17 @@
<string>Q7CUB3RNAK.com.prof18.feedflow</string>
<key>com.apple.developer.team-identifier</key>
<string>Q7CUB3RNAK</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.prof18.feedflow</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudDocuments</string>
</array>
<key>com.apple.developer.ubiquity-container-identifiers</key>
<array>
<string>iCloud.com.prof18.feedflow</string>
</array>
</dict>
</plist>

0 comments on commit ef7a2fa

Please sign in to comment.