This commit is contained in:
relikd
2024-02-26 22:55:09 +01:00
parent 98d0afbea7
commit 0050b34efc
1000 changed files with 15374 additions and 0 deletions

51
data/32/32812.plist Normal file
View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppigoSVNRevision</key>
<string>1462</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Todo</string>
<key>CFBundleExecutable</key>
<string>Todo</string>
<key>CFBundleIconFile</key>
<string>Todo.png</string>
<key>CFBundleIdentifier</key>
<string>com.appigo.todo</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Todo</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleResourceSpecification</key>
<string>ResourceRules.plist</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.appigo.todo</string>
<key>CFBundleURLSchemes</key>
<array>
<string>appigotodo</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.1.2</string>
<key>DTPlatformName</key>
<string>iphoneos</string>
<key>DTSDKName</key>
<string>(SDK_NAME)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>SignerIdentity</key>
<string>Apple iPhone OS Application Signing</string>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</plist>