File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
FyreplaceLegacy/Resources Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments