summaryrefslogtreecommitdiff
path: root/tests/projects/objc/iosapp_framework_rpath/src/app/Info.plist
blob: 64e1f01a8fb53fd4e5dfed3df706bc94236e2160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>CFBundleExecutable</key>
    <string>demo</string>
    <key>CFBundleIdentifier</key>
    <string>io.xmake.demo.ios</string>
    <key>CFBundleName</key>
    <string>demo</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleVersion</key>
    <string>1</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0</string>
    <key>UIApplicationSceneManifest</key>
    <dict/>
</dict>
</plist>