Skip to content

Commit a590a17

Browse files
authored
Create Info.plist.in
1 parent a5fe5bb commit a590a17

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Info.plist.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
3+
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4+
<plist version="1.0">
5+
<dict>
6+
<key>CFBundleExecutable</key>
7+
<string>${CMAKE_PROJECT_NAME}</string>
8+
<key>CFBundleIdentifier</key>
9+
<string>com.runnerimages.${CMAKE_PROJECT_NAME}</string>
10+
<key>CFBundleName</key>
11+
<string>${CMAKE_PROJECT_NAME}</string>
12+
<key>CFBundleVersion</key>
13+
<string>1.0</string>
14+
</dict>
15+
</plist>

0 commit comments

Comments
 (0)