Skip to content

Commit

Permalink
ios plist set ALTDeviceID empty from “dummy”
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattello <[email protected]>
  • Loading branch information
JoeMatt committed Jan 9, 2024
1 parent ad10cd2 commit bda402c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Provenance/Provenance-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>ALTDeviceID</key>
<string>dummy</string>
<string></string>
<key>APP_GROUP_IDENTIFIER</key>
<string>$(APP_GROUP_IDENTIFIER)</string>
<key>CFBundleAllowMixedLocalizations</key>
Expand Down Expand Up @@ -266,8 +266,6 @@
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand All @@ -284,13 +282,11 @@
</array>
<key>UISupportsDocumentBrowser</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>public.filename-extension</key>
<array>
<string>svs</string>
</array>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
Expand All @@ -314,6 +310,10 @@
<string>com.provenance.savestate</string>
</array>
</dict>
<key>public.filename-extension</key>
<array>
<string>svs</string>
</array>
</dict>
</array>
<key>UTImportedTypeDeclarations</key>
Expand Down

0 comments on commit bda402c

Please sign in to comment.