Skip to content

Commit f5f3d3e

Browse files
committed
Removed background audio from the plist
1 parent 416da03 commit f5f3d3e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

StikDebug.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,9 @@
704704
);
705705
GENERATE_INFOPLIST_FILE = YES;
706706
INFOPLIST_FILE = StikJIT/Info.plist;
707+
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
707708
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES;
709+
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "StikDebug needs access to devices on your local network so it can connect to the targets you add to the Device Library.";
708710
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
709711
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
710712
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
@@ -760,7 +762,9 @@
760762
);
761763
GENERATE_INFOPLIST_FILE = YES;
762764
INFOPLIST_FILE = StikJIT/Info.plist;
765+
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO;
763766
INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES;
767+
INFOPLIST_KEY_NSLocalNetworkUsageDescription = "StikDebug needs access to devices on your local network so it can connect to the targets you add to the Device Library.";
764768
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
765769
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
766770
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;

StikJIT/Info.plist

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,12 @@
1515
</array>
1616
</dict>
1717
</array>
18-
<key>UIBackgroundModes</key>
19-
<array>
20-
<string>audio</string>
21-
</array>
22-
<key>ITSAppUsesNonExemptEncryption</key>
23-
<false/>
24-
<key>UIFileSharingEnabled</key>
25-
<true/>
26-
<key>NSLocalNetworkUsageDescription</key>
27-
<string>StikDebug needs access to devices on your local network so it can connect to the targets you add to the Device Library.</string>
2818
<key>NSBonjourServices</key>
2919
<array>
3020
<string>_stikdebug._tcp</string>
3121
<string>_stikdebug._udp</string>
3222
</array>
23+
<key>UIFileSharingEnabled</key>
24+
<true/>
3325
</dict>
3426
</plist>

0 commit comments

Comments
 (0)