Skip to content

Commit 19c1c85

Browse files
committed
Renaming
1 parent b6d50b8 commit 19c1c85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+245
-70
lines changed

cocos2d-demo/Info.plist

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,10 @@
88
<string>${PRODUCT_NAME}</string>
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
11-
<key>CFBundleIconFile</key>
12-
<string></string>
13-
<key>CFBundleIconFiles</key>
14-
<array>
15-
<string>Icon.png</string>
16-
<string>[email protected]</string>
17-
<string>Icon-72.png</string>
18-
<string>[email protected]</string>
19-
<string>Icon-76.png</string>
20-
<string>[email protected]</string>
21-
<string>Icon-120.png</string>
22-
<string>[email protected]</string>
23-
<string>Icon-Small-50.png</string>
24-
<string>Icon-Small.png</string>
25-
<string>[email protected]</string>
26-
<string>Icon-Spotlight-iOS7.png</string>
27-
<string>[email protected]</string>
28-
</array>
11+
<key>CFBundleIcons</key>
12+
<dict/>
13+
<key>CFBundleIcons~ipad</key>
14+
<dict/>
2915
<key>CFBundleIdentifier</key>
3016
<string>Cocos2d-Objc.${PRODUCT_NAME:rfc1034identifier}</string>
3117
<key>CFBundleInfoDictionaryVersion</key>
@@ -42,15 +28,15 @@
4228
<true/>
4329
<key>UIPrerenderedIcon</key>
4430
<true/>
45-
<key>UIStatusBarHidden</key>
46-
<true/>
4731
<key>UIRequiredDeviceCapabilities</key>
4832
<dict>
4933
<key>accelerometer</key>
5034
<true/>
5135
<key>opengles-2</key>
5236
<true/>
5337
</dict>
38+
<key>UIStatusBarHidden</key>
39+
<true/>
5440
<key>UISupportedInterfaceOrientations</key>
5541
<array>
5642
<string>UIInterfaceOrientationLandscapeLeft</string>

cocos2d-demo.xcodeproj/project.pbxproj renamed to pong-objc.xcodeproj/project.pbxproj

Lines changed: 94 additions & 34 deletions
Large diffs are not rendered by default.

cocos2d-demo.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to pong-objc.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cocos2d-demo.xcodeproj/xcuserdata/Birkemose.xcuserdatad/xcschemes/ObjectiveChipmunk.xcscheme renamed to pong-objc.xcodeproj/xcuserdata/Birkemose.xcuserdatad/xcschemes/ObjectiveChipmunk.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "0EF634FB1B5CFDF5002F7E97"
1818
BuildableName = "libObjectiveChipmunk.a"
1919
BlueprintName = "ObjectiveChipmunk"
20-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
20+
ReferencedContainer = "container:pong-objc.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -45,7 +45,7 @@
4545
BlueprintIdentifier = "0EF634FB1B5CFDF5002F7E97"
4646
BuildableName = "libObjectiveChipmunk.a"
4747
BlueprintName = "ObjectiveChipmunk"
48-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
48+
ReferencedContainer = "container:pong-objc.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -63,7 +63,7 @@
6363
BlueprintIdentifier = "0EF634FB1B5CFDF5002F7E97"
6464
BuildableName = "libObjectiveChipmunk.a"
6565
BlueprintName = "ObjectiveChipmunk"
66-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
66+
ReferencedContainer = "container:pong-objc.xcodeproj">
6767
</BuildableReference>
6868
</MacroExpansion>
6969
</ProfileAction>

cocos2d-demo.xcodeproj/xcuserdata/Birkemose.xcuserdatad/xcschemes/cocos2d-demo.xcscheme renamed to pong-objc.xcodeproj/xcuserdata/Birkemose.xcuserdatad/xcschemes/cocos2d-demo.xcscheme

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "0EF634F71B5CFDF5002F7E97"
18-
BuildableName = "cocos2d-demo.app"
19-
BlueprintName = "cocos2d-demo"
20-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
18+
BuildableName = "pong-objc.app"
19+
BlueprintName = "pong-objc"
20+
ReferencedContainer = "container:pong-objc.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -33,9 +33,9 @@
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
3535
BlueprintIdentifier = "0EF634F71B5CFDF5002F7E97"
36-
BuildableName = "cocos2d-demo.app"
37-
BlueprintName = "cocos2d-demo"
38-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
36+
BuildableName = "pong-objc.app"
37+
BlueprintName = "pong-objc"
38+
ReferencedContainer = "container:pong-objc.xcodeproj">
3939
</BuildableReference>
4040
</MacroExpansion>
4141
</TestAction>
@@ -53,9 +53,9 @@
5353
<BuildableReference
5454
BuildableIdentifier = "primary"
5555
BlueprintIdentifier = "0EF634F71B5CFDF5002F7E97"
56-
BuildableName = "cocos2d-demo.app"
57-
BlueprintName = "cocos2d-demo"
58-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
56+
BuildableName = "pong-objc.app"
57+
BlueprintName = "pong-objc"
58+
ReferencedContainer = "container:pong-objc.xcodeproj">
5959
</BuildableReference>
6060
</BuildableProductRunnable>
6161
<AdditionalOptions>
@@ -72,9 +72,9 @@
7272
<BuildableReference
7373
BuildableIdentifier = "primary"
7474
BlueprintIdentifier = "0EF634F71B5CFDF5002F7E97"
75-
BuildableName = "cocos2d-demo.app"
76-
BlueprintName = "cocos2d-demo"
77-
ReferencedContainer = "container:cocos2d-demo.xcodeproj">
75+
BuildableName = "pong-objc.app"
76+
BlueprintName = "pong-objc"
77+
ReferencedContainer = "container:pong-objc.xcodeproj">
7878
</BuildableReference>
7979
</BuildableProductRunnable>
8080
</ProfileAction>
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"images" : [
3+
{
4+
"size" : "29x29",
5+
"idiom" : "ipad",
6+
"filename" : "Icon-29.png",
7+
"scale" : "1x"
8+
},
9+
{
10+
"size" : "29x29",
11+
"idiom" : "ipad",
12+
"filename" : "[email protected]",
13+
"scale" : "2x"
14+
},
15+
{
16+
"size" : "40x40",
17+
"idiom" : "ipad",
18+
"filename" : "Icon-40.png",
19+
"scale" : "1x"
20+
},
21+
{
22+
"size" : "40x40",
23+
"idiom" : "ipad",
24+
"filename" : "[email protected]",
25+
"scale" : "2x"
26+
},
27+
{
28+
"size" : "50x50",
29+
"idiom" : "ipad",
30+
"filename" : "Icon-50.png",
31+
"scale" : "1x"
32+
},
33+
{
34+
"size" : "50x50",
35+
"idiom" : "ipad",
36+
"filename" : "[email protected]",
37+
"scale" : "2x"
38+
},
39+
{
40+
"size" : "72x72",
41+
"idiom" : "ipad",
42+
"filename" : "Icon-72.png",
43+
"scale" : "1x"
44+
},
45+
{
46+
"size" : "72x72",
47+
"idiom" : "ipad",
48+
"filename" : "[email protected]",
49+
"scale" : "2x"
50+
},
51+
{
52+
"size" : "76x76",
53+
"idiom" : "ipad",
54+
"filename" : "Icon-76.png",
55+
"scale" : "1x"
56+
},
57+
{
58+
"size" : "76x76",
59+
"idiom" : "ipad",
60+
"filename" : "[email protected]",
61+
"scale" : "2x"
62+
}
63+
],
64+
"info" : {
65+
"version" : 1,
66+
"author" : "xcode"
67+
}
68+
}

0 commit comments

Comments
 (0)