Skip to content

Commit 33bc568

Browse files
Advertise lack of non-exempt encryption
1 parent 46e5732 commit 33bc568

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Fyreplace.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@
759759
FYREPLACE_LINK_HOSTS = "fyreplace.app;fyreplace.link";
760760
GENERATE_INFOPLIST_FILE = YES;
761761
INFOPLIST_FILE = FyreplaceLegacy/Resources/Info.plist;
762+
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
762763
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
763764
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
764765
INFOPLIST_KEY_UIMainStoryboardFile = Main;
@@ -797,6 +798,7 @@
797798
FYREPLACE_LINK_HOSTS = "fyreplace.app;fyreplace.link";
798799
GENERATE_INFOPLIST_FILE = YES;
799800
INFOPLIST_FILE = FyreplaceLegacy/Resources/Info.plist;
801+
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
800802
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
801803
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
802804
INFOPLIST_KEY_UIMainStoryboardFile = Main;

FyreplaceLegacy/Resources/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
<string>$(FYREPLACE_API_PORT)</string>
5757
<key>FPLinkHosts</key>
5858
<string>$(FYREPLACE_LINK_HOSTS)</string>
59+
<key>Sentry</key>
60+
<dict>
61+
<key>Dsn</key>
62+
<string></string>
63+
</dict>
5964
<key>UIApplicationSceneManifest</key>
6065
<dict>
6166
<key>UIApplicationSupportsMultipleScenes</key>
@@ -93,10 +98,5 @@
9398
<string>fetch</string>
9499
<string>remote-notification</string>
95100
</array>
96-
<key>Sentry</key>
97-
<dict>
98-
<key>Dsn</key>
99-
<string></string>
100-
</dict>
101101
</dict>
102102
</plist>

0 commit comments

Comments
 (0)