|
105 | 105 | 571CD02B19649E03003D460C /* CCPlatformTextFieldIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 571CD02219649E03003D460C /* CCPlatformTextFieldIOS.m */; };
|
106 | 106 | 57202D391970776100238D56 /* CCPlatformTextFieldAndroid.m in Sources */ = {isa = PBXBuildFile; fileRef = 571CD01D19649E03003D460C /* CCPlatformTextFieldAndroid.m */; };
|
107 | 107 | 577D72D11970AC59005ABDC0 /* CCPlatformTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 571CD01F19649E03003D460C /* CCPlatformTextField.m */; };
|
| 108 | + 57BFF2B61991931300A3FE9C /* CCEditText.java in Sources */ = {isa = PBXBuildFile; fileRef = 57BFF2B51991931300A3FE9C /* CCEditText.java */; }; |
| 109 | + 57BFF2BA1991937C00A3FE9C /* CCEditText.m in Sources */ = {isa = PBXBuildFile; fileRef = 57BFF2B81991937C00A3FE9C /* CCEditText.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; |
108 | 110 | 5B063DCC19637285002B1CDE /* ALWeakArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B063DCA19637285002B1CDE /* ALWeakArray.h */; };
|
109 | 111 | 5B063DCD19637285002B1CDE /* ALWeakArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B063DCB19637285002B1CDE /* ALWeakArray.m */; };
|
110 | 112 | 5B063DD019637291002B1CDE /* ALWeakDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B063DCE19637291002B1CDE /* ALWeakDictionary.h */; };
|
|
686 | 688 | E0F924711224140400EF2362 /* CCTexturePVR.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F9246F1224140400EF2362 /* CCTexturePVR.h */; };
|
687 | 689 | E0F924721224140400EF2362 /* CCTexturePVR.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F924701224140400EF2362 /* CCTexturePVR.m */; };
|
688 | 690 | E0F92AC41224559800EF2362 /* CCNS.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F92AC31224559800EF2362 /* CCNS.h */; };
|
| 691 | + FC55599E1991A26000E29CCE /* libtremor.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FC55599B1991A25000E29CCE /* libtremor.a */; }; |
689 | 692 | /* End PBXBuildFile section */
|
690 | 693 |
|
691 | 694 | /* Begin PBXContainerItemProxy section */
|
|
710 | 713 | remoteGlobalIDString = D309B21217EFE2EF00AA52C8;
|
711 | 714 | remoteInfo = "ObjectiveChipmunk-iPhone";
|
712 | 715 | };
|
| 716 | + FC55599A1991A25000E29CCE /* PBXContainerItemProxy */ = { |
| 717 | + isa = PBXContainerItemProxy; |
| 718 | + containerPortal = FC5559951991A25000E29CCE /* tremor.xcodeproj */; |
| 719 | + proxyType = 2; |
| 720 | + remoteGlobalIDString = FC76226219919ECD0001BCF4; |
| 721 | + remoteInfo = tremor; |
| 722 | + }; |
| 723 | + FC55599C1991A25A00E29CCE /* PBXContainerItemProxy */ = { |
| 724 | + isa = PBXContainerItemProxy; |
| 725 | + containerPortal = FC5559951991A25000E29CCE /* tremor.xcodeproj */; |
| 726 | + proxyType = 1; |
| 727 | + remoteGlobalIDString = FC76226119919ECD0001BCF4; |
| 728 | + remoteInfo = tremor; |
| 729 | + }; |
713 | 730 | /* End PBXContainerItemProxy section */
|
714 | 731 |
|
715 | 732 | /* Begin PBXCopyFilesBuildPhase section */
|
|
830 | 847 | 571CD02219649E03003D460C /* CCPlatformTextFieldIOS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPlatformTextFieldIOS.m; sourceTree = "<group>"; };
|
831 | 848 | 571CD02419649E03003D460C /* CCPlatformTextFieldMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCPlatformTextFieldMac.h; sourceTree = "<group>"; };
|
832 | 849 | 571CD02519649E03003D460C /* CCPlatformTextFieldMac.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPlatformTextFieldMac.m; sourceTree = "<group>"; };
|
| 850 | + 57BFF2B51991931300A3FE9C /* CCEditText.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = CCEditText.java; path = java/org/cocos2d/CCEditText.java; sourceTree = "<group>"; }; |
| 851 | + 57BFF2B71991937C00A3FE9C /* CCEditText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCEditText.h; path = java/CCEditText.h; sourceTree = "<group>"; }; |
| 852 | + 57BFF2B81991937C00A3FE9C /* CCEditText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCEditText.m; path = java/CCEditText.m; sourceTree = "<group>"; }; |
833 | 853 | 5B063DCA19637285002B1CDE /* ALWeakArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakArray.h; sourceTree = "<group>"; };
|
834 | 854 | 5B063DCB19637285002B1CDE /* ALWeakArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALWeakArray.m; sourceTree = "<group>"; };
|
835 | 855 | 5B063DCE19637291002B1CDE /* ALWeakDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakDictionary.h; sourceTree = "<group>"; };
|
|
1109 | 1129 | E0F9246F1224140400EF2362 /* CCTexturePVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTexturePVR.h; sourceTree = "<group>"; };
|
1110 | 1130 | E0F924701224140400EF2362 /* CCTexturePVR.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTexturePVR.m; sourceTree = "<group>"; };
|
1111 | 1131 | E0F92AC31224559800EF2362 /* CCNS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNS.h; sourceTree = "<group>"; };
|
| 1132 | + FC5559951991A25000E29CCE /* tremor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = tremor.xcodeproj; path = external/tremor/android/tremor/tremor.xcodeproj; sourceTree = "<group>"; }; |
| 1133 | + FC55599F1991A26300E29CCE /* libogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libogg.a; path = "external/ogg/android/ogg/build/Debug-android/libogg.a"; sourceTree = "<group>"; }; |
1112 | 1134 | /* End PBXFileReference section */
|
1113 | 1135 |
|
1114 | 1136 | /* Begin PBXFrameworksBuildPhase section */
|
|
1143 | 1165 | isa = PBXFrameworksBuildPhase;
|
1144 | 1166 | buildActionMask = 2147483647;
|
1145 | 1167 | files = (
|
| 1168 | + FC55599E1991A26000E29CCE /* libtremor.a in Frameworks */, |
1146 | 1169 | D291DCC2195B2FA100278EC0 /* libObjectiveChipmunk-iPhone.a in Frameworks */,
|
1147 | 1170 | D2FEB745194F6C9E00FC0574 /* CoreText.framework in Frameworks */,
|
1148 | 1171 | D2FEB747194F6C9E00FC0574 /* Foundation.framework in Frameworks */,
|
|
1188 | 1211 | 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
1189 | 1212 | isa = PBXGroup;
|
1190 | 1213 | children = (
|
| 1214 | + FC55599F1991A26300E29CCE /* libogg.a */, |
1191 | 1215 | D3903B1919952ABD003AA81A /* Metal.framework */,
|
1192 | 1216 | D24FAEEB198014B90043E27D /* GLKit.framework */,
|
1193 | 1217 | D289C1C1197440BC00B68E3D /* BridgeKitV3.framework */,
|
|
1209 | 1233 | 501756090F335CE900624901 /* external */ = {
|
1210 | 1234 | isa = PBXGroup;
|
1211 | 1235 | children = (
|
| 1236 | + FC5559951991A25000E29CCE /* tremor.xcodeproj */, |
1212 | 1237 | B759E5281880C66900E8166C /* Chipmunk7-ios.xcodeproj */,
|
1213 | 1238 | B7705F8A1831A07B0043CC67 /* ObjectAL */,
|
1214 | 1239 | );
|
|
1482 | 1507 | children = (
|
1483 | 1508 | 571CD01C19649E03003D460C /* CCPlatformTextFieldAndroid.h */,
|
1484 | 1509 | 571CD01D19649E03003D460C /* CCPlatformTextFieldAndroid.m */,
|
| 1510 | + 57BFF2B51991931300A3FE9C /* CCEditText.java */, |
| 1511 | + 57BFF2B71991937C00A3FE9C /* CCEditText.h */, |
| 1512 | + 57BFF2B81991937C00A3FE9C /* CCEditText.m */, |
1485 | 1513 | );
|
1486 | 1514 | path = Android;
|
1487 | 1515 | sourceTree = "<group>";
|
|
1907 | 1935 | path = iOS;
|
1908 | 1936 | sourceTree = "<group>";
|
1909 | 1937 | };
|
| 1938 | + FC5559961991A25000E29CCE /* Products */ = { |
| 1939 | + isa = PBXGroup; |
| 1940 | + children = ( |
| 1941 | + FC55599B1991A25000E29CCE /* libtremor.a */, |
| 1942 | + ); |
| 1943 | + name = Products; |
| 1944 | + sourceTree = "<group>"; |
| 1945 | + }; |
1910 | 1946 | /* End PBXGroup section */
|
1911 | 1947 |
|
1912 | 1948 | /* Begin PBXHeadersBuildPhase section */
|
|
2324 | 2360 | buildConfigurationList = D2FEB74C194F6C9E00FC0574 /* Build configuration list for PBXNativeTarget "cocos2dAndroid" */;
|
2325 | 2361 | buildPhases = (
|
2326 | 2362 | D2FEB610194F6C9E00FC0574 /* Headers */,
|
2327 |
| - D2FEB6B8194F6C9E00FC0574 /* Sources */, |
2328 | 2363 | D2FEB740194F6C9E00FC0574 /* Frameworks */,
|
| 2364 | + D2FEB6B8194F6C9E00FC0574 /* Sources */, |
2329 | 2365 | );
|
2330 | 2366 | buildRules = (
|
2331 | 2367 | );
|
2332 | 2368 | dependencies = (
|
| 2369 | + FC55599D1991A25A00E29CCE /* PBXTargetDependency */, |
2333 | 2370 | D2FEB60E194F6C9E00FC0574 /* PBXTargetDependency */,
|
2334 | 2371 | );
|
2335 | 2372 | name = cocos2dAndroid;
|
|
2363 | 2400 | ProductGroup = B759E5291880C66900E8166C /* Products */;
|
2364 | 2401 | ProjectRef = B759E5281880C66900E8166C /* Chipmunk7-ios.xcodeproj */;
|
2365 | 2402 | },
|
| 2403 | + { |
| 2404 | + ProductGroup = FC5559961991A25000E29CCE /* Products */; |
| 2405 | + ProjectRef = FC5559951991A25000E29CCE /* tremor.xcodeproj */; |
| 2406 | + }, |
2366 | 2407 | );
|
2367 | 2408 | projectRoot = "";
|
2368 | 2409 | targets = (
|
|
2382 | 2423 | remoteRef = B759E52C1880C66900E8166C /* PBXContainerItemProxy */;
|
2383 | 2424 | sourceTree = BUILT_PRODUCTS_DIR;
|
2384 | 2425 | };
|
| 2426 | + FC55599B1991A25000E29CCE /* libtremor.a */ = { |
| 2427 | + isa = PBXReferenceProxy; |
| 2428 | + fileType = archive.ar; |
| 2429 | + path = libtremor.a; |
| 2430 | + remoteRef = FC55599A1991A25000E29CCE /* PBXContainerItemProxy */; |
| 2431 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 2432 | + }; |
2385 | 2433 | /* End PBXReferenceProxy section */
|
2386 | 2434 |
|
2387 | 2435 | /* Begin PBXResourcesBuildPhase section */
|
|
2567 | 2615 | isa = PBXSourcesBuildPhase;
|
2568 | 2616 | buildActionMask = 2147483647;
|
2569 | 2617 | files = (
|
| 2618 | + 57BFF2B61991931300A3FE9C /* CCEditText.java in Sources */, |
2570 | 2619 | 5BC3CB5C1962795500C4F0D0 /* CCGestureListener.java in Sources */,
|
2571 | 2620 | 5BF3268E195F8E0300D9A51A /* CCActivity.java in Sources */,
|
2572 | 2621 | 5BF3268F195F8E0300D9A51A /* CCGLView.java in Sources */,
|
|
2604 | 2653 | D2FEB6D0194F6C9E00FC0574 /* TGAlib.m in Sources */,
|
2605 | 2654 | D2FEB6D1194F6C9E00FC0574 /* CCTextField.m in Sources */,
|
2606 | 2655 | D2FEB6D2194F6C9E00FC0574 /* CCActionEase.m in Sources */,
|
| 2656 | + 57BFF2BA1991937C00A3FE9C /* CCEditText.m in Sources */, |
2607 | 2657 | D2FEB6D3194F6C9E00FC0574 /* CCPhysicsShape.m in Sources */,
|
2608 | 2658 | 577D72D11970AC59005ABDC0 /* CCPlatformTextField.m in Sources */,
|
2609 | 2659 | D2FEB6D4194F6C9E00FC0574 /* ALContext.m in Sources */,
|
|
2738 | 2788 | name = "ObjectiveChipmunk-iPhone";
|
2739 | 2789 | targetProxy = D2FEB60F194F6C9E00FC0574 /* PBXContainerItemProxy */;
|
2740 | 2790 | };
|
| 2791 | + FC55599D1991A25A00E29CCE /* PBXTargetDependency */ = { |
| 2792 | + isa = PBXTargetDependency; |
| 2793 | + name = tremor; |
| 2794 | + targetProxy = FC55599C1991A25A00E29CCE /* PBXContainerItemProxy */; |
| 2795 | + }; |
2741 | 2796 | /* End PBXTargetDependency section */
|
2742 | 2797 |
|
2743 | 2798 | /* Begin XCBuildConfiguration section */
|
|
3018 | 3073 | "$(SRCROOT)/external/Chipmunk/include",
|
3019 | 3074 | "$(SRCROOT)/external/Chipmunk/objectivec/include",
|
3020 | 3075 | "$(SRCROOT)/external/ObjectAL/**",
|
| 3076 | + "$(SRCROOT)/external/tremor/include", |
| 3077 | + "$(SRCROOT)/external/ogg/include", |
3021 | 3078 | );
|
3022 | 3079 | LIBRARY_SEARCH_PATHS = (
|
3023 | 3080 | "$(inherited)",
|
3024 | 3081 | "\\\\\\\"$(SRCROOT)/build/Debug-iphonesimulator\\\\\\\"",
|
3025 | 3082 | "$(SDKROOT)/usr/lib/armeabi",
|
3026 | 3083 | "$(SDKROOT)/usr/lib/armv7a",
|
3027 | 3084 | "$(SDKROOT)/usr/lib/x86",
|
| 3085 | + "$(PROJECT_DIR)/external/ogg/android/ogg/build/Debug-android", |
3028 | 3086 | );
|
3029 | 3087 | ONLY_ACTIVE_ARCH = YES;
|
3030 | 3088 | OTHER_LDFLAGS = "";
|
|
3062 | 3120 | "$(SRCROOT)/external/Chipmunk/include",
|
3063 | 3121 | "$(SRCROOT)/external/Chipmunk/objectivec/include",
|
3064 | 3122 | "$(SRCROOT)/external/ObjectAL/**",
|
| 3123 | + "$(SRCROOT)/external/tremor/include", |
| 3124 | + "$(SRCROOT)/external/ogg/include", |
3065 | 3125 | );
|
3066 | 3126 | LIBRARY_SEARCH_PATHS = (
|
3067 | 3127 | "$(inherited)",
|
3068 | 3128 | "\\\\\\\"$(SRCROOT)/build/Debug-iphonesimulator\\\\\\\"",
|
3069 | 3129 | "$(SDKROOT)/usr/lib/armeabi",
|
3070 | 3130 | "$(SDKROOT)/usr/lib/armv7a",
|
3071 | 3131 | "$(SDKROOT)/usr/lib/x86",
|
| 3132 | + "$(PROJECT_DIR)/external/ogg/android/ogg/build/Debug-android", |
3072 | 3133 | );
|
3073 | 3134 | OTHER_LDFLAGS = "";
|
3074 | 3135 | PRODUCT_NAME = cocos2dAndroid;
|
|
0 commit comments