Skip to content

Commit

Permalink
Bump version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luosheng committed Nov 9, 2015
1 parent 05f0b28 commit f3d16ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion OpenSim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
B3A1E3261BF049690090EC58 /* MainMenu.xib */,
B3A1E3291BF049690090EC58 /* Info.plist */,
);
name = OpenSim;
path = OpenSim;
sourceTree = "<group>";
};
Expand Down
6 changes: 3 additions & 3 deletions OpenSim/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Luo Sheng. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>

0 comments on commit f3d16ff

Please sign in to comment.