Skip to content

Commit f00fe4f

Browse files
chore(release): 1.0.0 [skip ci]
1 parent c265637 commit f00fe4f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

Boo/App/Info.plist

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleExecutable</key>
6-
<string>Boo</string>
7-
<key>CFBundleIdentifier</key>
8-
<string>com.boo.app</string>
9-
<key>CFBundleName</key>
10-
<string>Boo</string>
11-
<key>CFBundleDisplayName</key>
12-
<string>Boo</string>
13-
<key>CFBundlePackageType</key>
14-
<string>APPL</string>
15-
<key>CFBundleVersion</key>
16-
<string>1</string>
17-
<key>CFBundleShortVersionString</key>
18-
<string>0.1.0</string>
19-
<key>LSMinimumSystemVersion</key>
20-
<string>13.0</string>
21-
<key>NSMainNibFile</key>
22-
<string></string>
23-
<key>CFBundleIconFile</key>
24-
<string>AppIcon</string>
25-
<key>NSPrincipalClass</key>
26-
<string>NSApplication</string>
5+
<key>CFBundleDisplayName</key>
6+
<string>Boo</string>
7+
<key>CFBundleExecutable</key>
8+
<string>Boo</string>
9+
<key>CFBundleIconFile</key>
10+
<string>AppIcon</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.boo.app</string>
13+
<key>CFBundleName</key>
14+
<string>Boo</string>
15+
<key>CFBundlePackageType</key>
16+
<string>APPL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0.0</string>
19+
<key>CFBundleVersion</key>
20+
<string>1</string>
21+
<key>LSMinimumSystemVersion</key>
22+
<string>13.0</string>
23+
<key>NSMainNibFile</key>
24+
<string></string>
25+
<key>NSPrincipalClass</key>
26+
<string>NSApplication</string>
2727
</dict>
2828
</plist>

0 commit comments

Comments
 (0)