広告パネルを透明にするBathyScapheプラグイン
Revision | c11938aade90f8462620263aa48b4537706e8ab7 (tree) |
---|---|
Zeit | 2015-03-09 23:25:01 |
Autor | masakih <masakih@user...> |
Commiter | masakih |
日本語名を付けた
@@ -1,3 +1,4 @@ | ||
1 | 1 | build |
2 | 2 | AdAlphaZero.xcodeproj/xcuserdata |
3 | 3 | |
4 | +AdAlphaZero.xcodeproj/project.xcworkspace/xcshareddata |
@@ -8,6 +8,7 @@ | ||
8 | 8 | |
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | F43C44001AADB44600A57F75 /* AdAlphaZero.m in Sources */ = {isa = PBXBuildFile; fileRef = F43C43FF1AADB44600A57F75 /* AdAlphaZero.m */; }; |
11 | + F43C44091AADE43500A57F75 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F43C44061AADE3E400A57F75 /* InfoPlist.strings */; }; | |
11 | 12 | /* End PBXBuildFile section */ |
12 | 13 | |
13 | 14 | /* Begin PBXFileReference section */ |
@@ -18,6 +19,7 @@ | ||
18 | 19 | F43C43FD1AADB3ED00A57F75 /* PSPreviewerInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PSPreviewerInterface.h; sourceTree = "<group>"; }; |
19 | 20 | F43C43FE1AADB44600A57F75 /* AdAlphaZero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdAlphaZero.h; sourceTree = "<group>"; }; |
20 | 21 | 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>"; }; | |
21 | 23 | /* End PBXFileReference section */ |
22 | 24 | |
23 | 25 | /* Begin PBXFrameworksBuildPhase section */ |
@@ -64,6 +66,7 @@ | ||
64 | 66 | isa = PBXGroup; |
65 | 67 | children = ( |
66 | 68 | F43C43F51AADB35F00A57F75 /* Info.plist */, |
69 | + F43C44061AADE3E400A57F75 /* InfoPlist.strings */, | |
67 | 70 | ); |
68 | 71 | name = "Supporting Files"; |
69 | 72 | sourceTree = "<group>"; |
@@ -108,6 +111,7 @@ | ||
108 | 111 | hasScannedForEncodings = 0; |
109 | 112 | knownRegions = ( |
110 | 113 | en, |
114 | + ja, | |
111 | 115 | ); |
112 | 116 | mainGroup = F43C43E81AADB35F00A57F75; |
113 | 117 | productRefGroup = F43C43F21AADB35F00A57F75 /* Products */; |
@@ -124,6 +128,7 @@ | ||
124 | 128 | isa = PBXResourcesBuildPhase; |
125 | 129 | buildActionMask = 2147483647; |
126 | 130 | files = ( |
131 | + F43C44091AADE43500A57F75 /* InfoPlist.strings in Resources */, | |
127 | 132 | ); |
128 | 133 | runOnlyForDeploymentPostprocessing = 0; |
129 | 134 | }; |
@@ -140,6 +145,17 @@ | ||
140 | 145 | }; |
141 | 146 | /* End PBXSourcesBuildPhase section */ |
142 | 147 | |
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 | + | |
143 | 159 | /* Begin XCBuildConfiguration section */ |
144 | 160 | F43C43F61AADB35F00A57F75 /* Debug */ = { |
145 | 161 | isa = XCBuildConfiguration; |
@@ -0,0 +1,3 @@ | ||
1 | + | |
2 | +BSPreviewerDisplayName = "広告アルファZero"; | |
3 | +CFBundleGetInfoString = "広告アルファZero 0.0a"; |