We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fe5bb commit a590a17Copy full SHA for a590a17
Info.plist.in
@@ -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
12
+ <key>CFBundleVersion</key>
13
+ <string>1.0</string>
14
+</dict>
15
+</plist>
0 commit comments