masakih

艦娘ちゅーちゅー

  • R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

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

艦娘をちゅーちゅーします


コミットメタ情報

リビジョン19ebd3049a41435cce9f054f2a5b1ff609ee6a7b (tree)
日時2017-08-09 00:01:57
作者masakih <masakih@user...>
コミッターmasakih

ログメッセージ

ProgressPanelをBase.lprojに移動

変更サマリ

差分

--- a/ExtractKanMusu.xcodeproj/project.pbxproj
+++ b/ExtractKanMusu.xcodeproj/project.pbxproj
@@ -8,9 +8,9 @@
88
99 /* Begin PBXBuildFile section */
1010 F41A44C81F3710D10066F83D /* ProgressPanelController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41A44C61F3710D10066F83D /* ProgressPanelController.swift */; };
11- F41A44C91F3710D10066F83D /* ProgressPanelController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F41A44C71F3710D10066F83D /* ProgressPanelController.xib */; };
1211 F41A44CE1F38B8510066F83D /* ApplicationDirecrories.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41A44CD1F38B8510066F83D /* ApplicationDirecrories.swift */; };
1312 F41A44D21F39E1450066F83D /* ChuuChuu.swift in Sources */ = {isa = PBXBuildFile; fileRef = F41A44D11F39E1450066F83D /* ChuuChuu.swift */; };
13+ F41A44D31F3A09C30066F83D /* ProgressPanelController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F41A44D51F3A09C30066F83D /* ProgressPanelController.xib */; };
1414 F4EAFCBE1F369E71007B7506 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4EAFCBD1F369E71007B7506 /* AppDelegate.swift */; };
1515 F4EAFCC01F369E71007B7506 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4EAFCBF1F369E71007B7506 /* ViewController.swift */; };
1616 F4EAFCC21F369E71007B7506 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F4EAFCC11F369E71007B7506 /* Assets.xcassets */; };
@@ -40,9 +40,9 @@
4040
4141 /* Begin PBXFileReference section */
4242 F41A44C61F3710D10066F83D /* ProgressPanelController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProgressPanelController.swift; sourceTree = "<group>"; };
43- F41A44C71F3710D10066F83D /* ProgressPanelController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProgressPanelController.xib; sourceTree = "<group>"; };
4443 F41A44CD1F38B8510066F83D /* ApplicationDirecrories.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApplicationDirecrories.swift; sourceTree = "<group>"; };
4544 F41A44D11F39E1450066F83D /* ChuuChuu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChuuChuu.swift; sourceTree = "<group>"; };
45+ F41A44D41F3A09C30066F83D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ProgressPanelController.xib; sourceTree = "<group>"; };
4646 F4EAFCBA1F369E71007B7506 /* ExtractKanMusu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExtractKanMusu.app; sourceTree = BUILT_PRODUCTS_DIR; };
4747 F4EAFCBD1F369E71007B7506 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4848 F4EAFCBF1F369E71007B7506 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -95,7 +95,7 @@
9595 F41A44CD1F38B8510066F83D /* ApplicationDirecrories.swift */,
9696 F4EAFCBF1F369E71007B7506 /* ViewController.swift */,
9797 F41A44C61F3710D10066F83D /* ProgressPanelController.swift */,
98- F41A44C71F3710D10066F83D /* ProgressPanelController.xib */,
98+ F41A44D51F3A09C30066F83D /* ProgressPanelController.xib */,
9999 F41A44D11F39E1450066F83D /* ChuuChuu.swift */,
100100 F4EAFCCC1F36A28B007B7506 /* pickup.rb */,
101101 F4EAFCCE1F36B8FE007B7506 /* PickUpSWF.swift */,
@@ -202,7 +202,7 @@
202202 F4EAFCCD1F36A28C007B7506 /* pickup.rb in Resources */,
203203 F4EAFCC21F369E71007B7506 /* Assets.xcassets in Resources */,
204204 F4EAFCC51F369E71007B7506 /* Main.storyboard in Resources */,
205- F41A44C91F3710D10066F83D /* ProgressPanelController.xib in Resources */,
205+ F41A44D31F3A09C30066F83D /* ProgressPanelController.xib in Resources */,
206206 );
207207 runOnlyForDeploymentPostprocessing = 0;
208208 };
@@ -234,6 +234,14 @@
234234 /* End PBXTargetDependency section */
235235
236236 /* Begin PBXVariantGroup section */
237+ F41A44D51F3A09C30066F83D /* ProgressPanelController.xib */ = {
238+ isa = PBXVariantGroup;
239+ children = (
240+ F41A44D41F3A09C30066F83D /* Base */,
241+ );
242+ name = ProgressPanelController.xib;
243+ sourceTree = "<group>";
244+ };
237245 F4EAFCC31F369E71007B7506 /* Main.storyboard */ = {
238246 isa = PBXVariantGroup;
239247 children = (