• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

広告パネルを透明にするBathyScapheプラグイン


Commit MetaInfo

Revisionc11938aade90f8462620263aa48b4537706e8ab7 (tree)
Zeit2015-03-09 23:25:01
Autormasakih <masakih@user...>
Commitermasakih

Log Message

日本語名を付けた

Ändern Zusammenfassung

Diff

--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
11 build
22 AdAlphaZero.xcodeproj/xcuserdata
33
4+AdAlphaZero.xcodeproj/project.xcworkspace/xcshareddata
--- a/AdAlphaZero.xcodeproj/project.pbxproj
+++ b/AdAlphaZero.xcodeproj/project.pbxproj
@@ -8,6 +8,7 @@
88
99 /* Begin PBXBuildFile section */
1010 F43C44001AADB44600A57F75 /* AdAlphaZero.m in Sources */ = {isa = PBXBuildFile; fileRef = F43C43FF1AADB44600A57F75 /* AdAlphaZero.m */; };
11+ F43C44091AADE43500A57F75 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F43C44061AADE3E400A57F75 /* InfoPlist.strings */; };
1112 /* End PBXBuildFile section */
1213
1314 /* Begin PBXFileReference section */
@@ -18,6 +19,7 @@
1819 F43C43FD1AADB3ED00A57F75 /* PSPreviewerInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PSPreviewerInterface.h; sourceTree = "<group>"; };
1920 F43C43FE1AADB44600A57F75 /* AdAlphaZero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdAlphaZero.h; sourceTree = "<group>"; };
2021 F43C43FF1AADB44600A57F75 /* AdAlphaZero.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AdAlphaZero.m; sourceTree = "<group>"; };
22+ F43C44071AADE3E400A57F75 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2123 /* End PBXFileReference section */
2224
2325 /* Begin PBXFrameworksBuildPhase section */
@@ -64,6 +66,7 @@
6466 isa = PBXGroup;
6567 children = (
6668 F43C43F51AADB35F00A57F75 /* Info.plist */,
69+ F43C44061AADE3E400A57F75 /* InfoPlist.strings */,
6770 );
6871 name = "Supporting Files";
6972 sourceTree = "<group>";
@@ -108,6 +111,7 @@
108111 hasScannedForEncodings = 0;
109112 knownRegions = (
110113 en,
114+ ja,
111115 );
112116 mainGroup = F43C43E81AADB35F00A57F75;
113117 productRefGroup = F43C43F21AADB35F00A57F75 /* Products */;
@@ -124,6 +128,7 @@
124128 isa = PBXResourcesBuildPhase;
125129 buildActionMask = 2147483647;
126130 files = (
131+ F43C44091AADE43500A57F75 /* InfoPlist.strings in Resources */,
127132 );
128133 runOnlyForDeploymentPostprocessing = 0;
129134 };
@@ -140,6 +145,17 @@
140145 };
141146 /* End PBXSourcesBuildPhase section */
142147
148+/* Begin PBXVariantGroup section */
149+ F43C44061AADE3E400A57F75 /* InfoPlist.strings */ = {
150+ isa = PBXVariantGroup;
151+ children = (
152+ F43C44071AADE3E400A57F75 /* ja */,
153+ );
154+ name = InfoPlist.strings;
155+ sourceTree = "<group>";
156+ };
157+/* End PBXVariantGroup section */
158+
143159 /* Begin XCBuildConfiguration section */
144160 F43C43F61AADB35F00A57F75 /* Debug */ = {
145161 isa = XCBuildConfiguration;
--- /dev/null
+++ b/AdAlphaZero/ja.lproj/InfoPlist.strings
@@ -0,0 +1,3 @@
1+
2+BSPreviewerDisplayName = "広告アルファZero";
3+CFBundleGetInfoString = "広告アルファZero 0.0a";