We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b8f6d commit f52f98eCopy full SHA for f52f98e
1 file changed
antidarkswordprefs/Info.plist
@@ -0,0 +1,22 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+<dict>
5
+ <key>CFBundleExecutable</key>
6
+ <string>AntiDarkSwordPrefs</string>
7
+ <key>CFBundleIdentifier</key>
8
+ <string>com.eolnmsuk.antidarkswordprefs</string>
9
+ <key>CFBundleName</key>
10
11
+ <key>CFBundleShortVersionString</key>
12
+ <string>4.9.1</string>
13
+ <key>CFBundleVersion</key>
14
15
+ <key>DTPlatformName</key>
16
+ <string>iphoneos</string>
17
+ <key>MinimumOSVersion</key>
18
+ <string>13.0</string>
19
+ <key>NSPrincipalClass</key>
20
+ <string>AntiDarkSwordPrefsRootListController</string>
21
+</dict>
22
+</plist>
0 commit comments