Skip to content

Commit

Permalink
Another set of App review process bits
Browse files Browse the repository at this point in the history
  • Loading branch information
username0x0a committed Apr 10, 2020
1 parent e185c97 commit 0fbe3c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grsyncx/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
// https://help.apple.com/xcode/#/dev745c5c974

GRSYNCX_VERSION = 0.1
GRSYNCX_BUILD = 15
GRSYNCX_BUILD = 16
18 changes: 18 additions & 0 deletions grsyncx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,23 @@
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
<key>NSDesktopFolderUsageDescription</key>
<string>grsyncx requires a permission to access your Desktop folder as you&apos;ve selected it to be synchronized.</string>
<key>NSDocumentsFolderUsageDescription</key>
<string>grsyncx requires a permission to access your Documents folder as you&apos;ve selected it to be synchronized.</string>
<key>NSDownloadsFolderUsageDescription</key>
<string>grsyncx requires a permission to access your Downloads folder as you&apos;ve selected it to be synchronized.</string>
<key>NSNetworkVolumesUsageDescription</key>
<string>grsyncx requires a permission to access network volumes as you&apos;ve selected it to be synchronized.</string>
<key>NSRemovableVolumesUsageDescription</key>
<string>grsyncx requires a permission to access removable volumes as you&apos;ve selected it to be synchronized.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>grsyncx requires a permission to access Photo Library data as you&apos;ve selected it to be synchronized.</string>
<key>NSCalendarsUsageDescription</key>
<string>grsyncx requires a permission to access Calendars data as you&apos;ve selected it to be synchronized.</string>
<key>NSRemindersUsageDescription</key>
<string>grsyncx requires a permission to access Reminders data as you&apos;ve selected it to be synchronized.</string>
<key>NSContactsUsageDescription</key>
<string>grsyncx requires a permission to access Contacts data as you&apos;ve selected it to be synchronized.</string>
</dict>
</plist>

0 comments on commit 0fbe3c6

Please sign in to comment.