2023-10-13 01:09:15 +00:00
|
|
|
<?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>CFBundleName</key>
|
2023-10-15 16:55:25 +00:00
|
|
|
<string>tildefriends</string>
|
2023-10-13 01:09:15 +00:00
|
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
|
|
<array>
|
2023-10-19 18:52:56 +00:00
|
|
|
<string>iPhoneOS</string>
|
2023-10-13 01:09:15 +00:00
|
|
|
</array>
|
|
|
|
<key>CFBundleExecutable</key>
|
2023-10-15 16:55:25 +00:00
|
|
|
<string>tildefriends</string>
|
2023-10-13 01:09:15 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
2023-10-15 16:55:25 +00:00
|
|
|
<string>com.unprompted.tildefriends</string>
|
2023-10-13 01:09:15 +00:00
|
|
|
<key>CFBundleResourceSpecification</key>
|
|
|
|
<string>ResourceRules.plist</string>
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2023-10-15 16:55:25 +00:00
|
|
|
<string>Tilde Friends</string>
|
2023-10-13 01:09:15 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1.0</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1.0</string>
|
2023-10-19 18:52:56 +00:00
|
|
|
<key>UILaunchScreen</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIImageName</key>
|
|
|
|
<string>tildefriends.png</string>
|
|
|
|
</dict>
|
2023-10-13 01:09:15 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|