diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-10-14 06:56:49 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-10-14 06:56:49 +0000 |
commit | cee584d22300a49d190e842c59d542bc4b096cb7 (patch) | |
tree | bc7176f9679cafd3670b0560497d7055c7ccb4ff | |
parent | 02bd10f0798829ab69d2028b988cb2a54eae292a (diff) | |
parent | e6dcf0e03fbe309e6dc1b1f4ee23155c1bf82c32 (diff) | |
download | usdx-cee584d22300a49d190e842c59d542bc4b096cb7.tar.gz usdx-cee584d22300a49d190e842c59d542bc4b096cb7.tar.xz usdx-cee584d22300a49d190e842c59d542bc4b096cb7.zip |
update of version and removal of architecture key
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2663 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/macosx/Info.plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist index 5682c8a5..0456dd9d 100644 --- a/src/macosx/Info.plist +++ b/src/macosx/Info.plist @@ -21,13 +21,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.0</string> + <string>1.1</string> <key>CFBundleSignature</key> <string>USDX</string> <key>CFBundleVersion</key> - <string>1.0</string> - <key>LSExecutableArchitectures</key> - <string>i386</string> + <string>1.1</string> <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> |