Skip to content

Commit f00f446

Browse files
committed
Version to 3
1 parent 7523f94 commit f00f446

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

Simple Client/Simple_Client-Info.plist

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>English</string>
7-
<key>CFBundleDocumentTypes</key>
8-
<array/>
97
<key>CFBundleExecutable</key>
108
<string>${EXECUTABLE_NAME}</string>
119
<key>CFBundleIconFile</key>
@@ -19,24 +17,16 @@
1917
<key>CFBundlePackageType</key>
2018
<string>APPL</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>Public Beta 2</string>
20+
<string>3</string>
2321
<key>CFBundleSignature</key>
2422
<string>????</string>
25-
<key>CFBundleURLTypes</key>
26-
<array/>
2723
<key>CFBundleVersion</key>
28-
<string>0.2</string>
24+
<string>3</string>
2925
<key>LSMinimumSystemVersion</key>
3026
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
3127
<key>NSMainNibFile</key>
3228
<string>MainMenu</string>
3329
<key>NSPrincipalClass</key>
3430
<string>NSApplication</string>
35-
<key>NSServices</key>
36-
<array/>
37-
<key>UTExportedTypeDeclarations</key>
38-
<array/>
39-
<key>UTImportedTypeDeclarations</key>
40-
<array/>
4131
</dict>
4232
</plist>

Simple Server/Simple_Server-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>Public Beta 2</string>
20+
<string>3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.2</string>
24+
<string>3</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSMainNibFile</key>

0 commit comments

Comments
 (0)