• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheのアイコンセット生成&適用ツール


Commit MetaInfo

Revision5899ffc2c1ab180986bed7d30e27fc3dee8a038f (tree)
Time2012-05-26 21:15:37
Authormasakih <masakih@user...>
Commitermasakih

Log Message

[Mod] versionを1.4に更新

Change Summary

Incremental Difference

--- a/BSIconSetComposer.xcodeproj/project.pbxproj
+++ b/BSIconSetComposer.xcodeproj/project.pbxproj
@@ -51,7 +51,7 @@
5151 /* End PBXCopyFilesBuildPhase section */
5252
5353 /* Begin PBXFileReference section */
54- 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.xml; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
54+ 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5555 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
5656 13E42FBA07B3F13500E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
5757 2A37F4ACFDCFA73011CA2CEA /* IconSetDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IconSetDocument.m; sourceTree = "<group>"; };
--- a/English.lproj/InfoPlist.strings
+++ b/English.lproj/InfoPlist.strings
@@ -5,6 +5,6 @@
55 <key>CFBundleName</key>
66 <string>BSIconSetComposer</string>
77 <key>NSHumanReadableCopyright</key>
8- <string>© masakih, 2005-2009, 2011</string>
8+ <string>© masakih, 2005-2009, 2011-2012</string>
99 </dict>
1010 </plist>
--- a/Info.plist
+++ b/Info.plist
@@ -38,7 +38,7 @@
3838 <key>CFBundlePackageType</key>
3939 <string>APPL</string>
4040 <key>CFBundleShortVersionString</key>
41- <string>1.3</string>
41+ <string>1.4</string>
4242 <key>CFBundleSignature</key>
4343 <string>bSiS</string>
4444 <key>CFBundleVersion</key>
--- a/Japanese.lproj/InfoPlist.strings
+++ b/Japanese.lproj/InfoPlist.strings
@@ -5,6 +5,6 @@
55 <key>CFBundleName</key>
66 <string>BSIconSetComposer</string>
77 <key>NSHumanReadableCopyright</key>
8- <string>© masakih, 2005-2009, 2011</string>
8+ <string>© masakih, 2005-2009, 2011-2012</string>
99 </dict>
1010 </plist>
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
11 # encoding=utf-8
22
33 PRODUCT_NAME=BSIconSetComposer
4-VERSION=1.3
4+VERSION=1.4
55 REV_CORRECT=107
66 PRODUCT_EXTENSION=app
77 BUILD_PATH=./build