Skip to content

Commit 8acd7af

Browse files
authored
Merge pull request #904 from OneSignal/fix/updating_plist_for_staging_app
Updating plist for staging app
2 parents e502609 + eff5943 commit 8acd7af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iOS_SDK/OneSignalDevApp/OneSignalDevApp/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>ITSAppUsesNonExemptEncryption</key>
6+
<false/>
7+
<key>UIUserInterfaceStyle</key>
8+
<string>Light</string>
59
<key>CFBundleDevelopmentRegion</key>
610
<string>en</string>
711
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)