Skip to content

Commit e804ad9

Browse files
authored
🔧 - Update iOS privacy manifest file (#370)
1 parent 3666904 commit e804ad9

File tree

6 files changed

+42
-26
lines changed

6 files changed

+42
-26
lines changed

‎ios/BetterRail.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@
15601560
CODE_SIGN_ENTITLEMENTS = BetterRailWatch.entitlements;
15611561
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
15621562
CODE_SIGN_STYLE = Manual;
1563-
CURRENT_PROJECT_VERSION = 3;
1563+
CURRENT_PROJECT_VERSION = 4;
15641564
DEBUG_INFORMATION_FORMAT = dwarf;
15651565
DEVELOPMENT_ASSET_PATHS = "";
15661566
DEVELOPMENT_TEAM = "";
@@ -1617,7 +1617,7 @@
16171617
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Distribution";
16181618
CODE_SIGN_STYLE = Manual;
16191619
COPY_PHASE_STRIP = NO;
1620-
CURRENT_PROJECT_VERSION = 3;
1620+
CURRENT_PROJECT_VERSION = 4;
16211621
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
16221622
DEVELOPMENT_ASSET_PATHS = "";
16231623
DEVELOPMENT_TEAM = "";

‎ios/BetterRail/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>2</string>
26+
<string>4</string>
2727
<key>ITSAppUsesNonExemptEncryption</key>
2828
<false/>
2929
<key>LSApplicationQueriesSchemes</key>

‎ios/BetterRailWidget/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string></string>
2525
<key>NSExtension</key>

‎ios/BetterRailWidget/WatchInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

‎ios/PrivacyInfo.xcprivacy

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,41 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>NSPrivacyAccessedAPITypes</key>
6-
<array>
74
<dict>
8-
<key>NSPrivacyAccessedAPICategoryUserDefaults</key>
9-
<string>The app uses user defaults to save user preferences and settings.</string>
5+
<key>NSPrivacyAccessedAPITypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyAccessedAPIType</key>
9+
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
10+
<key>NSPrivacyAccessedAPITypeReasons</key>
11+
<array>
12+
<string>85F4.1</string>
13+
</array>
14+
</dict>
15+
<dict>
16+
<key>NSPrivacyAccessedAPIType</key>
17+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
18+
<key>NSPrivacyAccessedAPITypeReasons</key>
19+
<array>
20+
<string>CA92.1</string>
21+
</array>
22+
</dict>
23+
<dict>
24+
<key>NSPrivacyAccessedAPIType</key>
25+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
26+
<key>NSPrivacyAccessedAPITypeReasons</key>
27+
<array>
28+
<string>35F9.1</string>
29+
</array>
30+
</dict>
31+
<dict>
32+
<key>NSPrivacyAccessedAPIType</key>
33+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
34+
<key>NSPrivacyAccessedAPITypeReasons</key>
35+
<array>
36+
<string>DDA9.1</string>
37+
</array>
38+
</dict>
39+
</array>
1040
</dict>
11-
<dict>
12-
<key>NSPrivacyAccessedAPICategoryDiskSpace</key>
13-
<string>The app checks available disk space to ensure smooth operation and to prevent crashes due to insufficient space.</string>
14-
</dict>
15-
<dict>
16-
<key>NSPrivacyAccessedAPICategoryFileTimestamp</key>
17-
<string>The app accesses file timestamps to provide features like sorting files based on modification dates.</string>
18-
</dict>
19-
<dict>
20-
<key>NSPrivacyAccessedAPICategorySystemBootTime</key>
21-
<string>The app uses system boot time to track device uptime and to help in scheduling daily tasks efficiently.</string>
22-
</dict>
23-
</array>
24-
</dict>
25-
</plist>
41+
</plist>

‎ios/StationIntent/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>3</string>
22+
<string>4</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionAttributes</key>

0 commit comments

Comments
 (0)