Skip to content

Commit 1dedd97

Browse files
committed
chore: ensure all app store metadata and offline settings are committed
1 parent 41de147 commit 1dedd97

14 files changed

Lines changed: 22 additions & 7 deletions
3.72 KB
Loading
102 Bytes
Loading
8 Bytes
Loading
280 Bytes
Loading
29 Bytes
Loading
1.18 KB
Loading
50 Bytes
Loading

macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ PRODUCT_NAME = patterns
99

1010
// The application's bundle identifier
1111
PRODUCT_BUNDLE_IDENTIFIER = com.maskedsyntax.patterns
12+
PRODUCT_BUNDLE_IDENTIFIER[config=Debug] = com.maskedsyntax.patterns.debug
1213

1314
// The copyright displayed in application information
1415
PRODUCT_COPYRIGHT = Copyright © 2026 Patterns. All rights reserved.

macos/Runner/DebugProfile.entitlements

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<true/>
77
<key>com.apple.security.cs.allow-jit</key>
88
<true/>
9+
<key>com.apple.security.network.server</key>
10+
<true/>
11+
<key>com.apple.security.network.client</key>
12+
<true/>
913
<key>com.apple.security.files.user-selected.read-write</key>
1014
<true/>
1115
</dict>

macos/Runner/Info.plist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@
3030
<string>MainMenu</string>
3131
<key>NSPrincipalClass</key>
3232
<string>NSApplication</string>
33+
<key>NSPhotoLibraryUsageDescription</key>
34+
<string>This app requires access to the photo library for journaling purposes.</string>
35+
<key>NSCameraUsageDescription</key>
36+
<string>This app requires access to the camera for journaling purposes.</string>
37+
<key>NSMicrophoneUsageDescription</key>
38+
<string>This app requires access to the microphone for journaling purposes.</string>
3339
</dict>
3440
</plist>

0 commit comments

Comments
 (0)