|
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 */; };
|
|
678 | 680 | E0F924711224140400EF2362 /* CCTexturePVR.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F9246F1224140400EF2362 /* CCTexturePVR.h */; };
|
679 | 681 | E0F924721224140400EF2362 /* CCTexturePVR.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F924701224140400EF2362 /* CCTexturePVR.m */; };
|
680 | 682 | E0F92AC41224559800EF2362 /* CCNS.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F92AC31224559800EF2362 /* CCNS.h */; };
|
| 683 | + FC55599E1991A26000E29CCE /* libtremor.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FC55599B1991A25000E29CCE /* libtremor.a */; }; |
681 | 684 | /* End PBXBuildFile section */
|
682 | 685 |
|
683 | 686 | /* Begin PBXContainerItemProxy section */
|
|
702 | 705 | remoteGlobalIDString = D309B21217EFE2EF00AA52C8;
|
703 | 706 | remoteInfo = "ObjectiveChipmunk-iPhone";
|
704 | 707 | };
|
| 708 | + FC55599A1991A25000E29CCE /* PBXContainerItemProxy */ = { |
| 709 | + isa = PBXContainerItemProxy; |
| 710 | + containerPortal = FC5559951991A25000E29CCE /* tremor.xcodeproj */; |
| 711 | + proxyType = 2; |
| 712 | + remoteGlobalIDString = FC76226219919ECD0001BCF4; |
| 713 | + remoteInfo = tremor; |
| 714 | + }; |
| 715 | + FC55599C1991A25A00E29CCE /* PBXContainerItemProxy */ = { |
| 716 | + isa = PBXContainerItemProxy; |
| 717 | + containerPortal = FC5559951991A25000E29CCE /* tremor.xcodeproj */; |
| 718 | + proxyType = 1; |
| 719 | + remoteGlobalIDString = FC76226119919ECD0001BCF4; |
| 720 | + remoteInfo = tremor; |
| 721 | + }; |
705 | 722 | /* End PBXContainerItemProxy section */
|
706 | 723 |
|
707 | 724 | /* Begin PBXCopyFilesBuildPhase section */
|
|
822 | 839 | 571CD02219649E03003D460C /* CCPlatformTextFieldIOS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPlatformTextFieldIOS.m; sourceTree = "<group>"; };
|
823 | 840 | 571CD02419649E03003D460C /* CCPlatformTextFieldMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCPlatformTextFieldMac.h; sourceTree = "<group>"; };
|
824 | 841 | 571CD02519649E03003D460C /* CCPlatformTextFieldMac.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPlatformTextFieldMac.m; sourceTree = "<group>"; };
|
| 842 | + 57BFF2B51991931300A3FE9C /* CCEditText.java */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.java; name = CCEditText.java; path = java/org/cocos2d/CCEditText.java; sourceTree = "<group>"; }; |
| 843 | + 57BFF2B71991937C00A3FE9C /* CCEditText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCEditText.h; path = java/CCEditText.h; sourceTree = "<group>"; }; |
| 844 | + 57BFF2B81991937C00A3FE9C /* CCEditText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CCEditText.m; path = java/CCEditText.m; sourceTree = "<group>"; }; |
825 | 845 | 5B063DCA19637285002B1CDE /* ALWeakArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakArray.h; sourceTree = "<group>"; };
|
826 | 846 | 5B063DCB19637285002B1CDE /* ALWeakArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALWeakArray.m; sourceTree = "<group>"; };
|
827 | 847 | 5B063DCE19637291002B1CDE /* ALWeakDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakDictionary.h; sourceTree = "<group>"; };
|
|
1097 | 1117 | E0F9246F1224140400EF2362 /* CCTexturePVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTexturePVR.h; sourceTree = "<group>"; };
|
1098 | 1118 | E0F924701224140400EF2362 /* CCTexturePVR.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTexturePVR.m; sourceTree = "<group>"; };
|
1099 | 1119 | E0F92AC31224559800EF2362 /* CCNS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNS.h; sourceTree = "<group>"; };
|
| 1120 | + FC5559951991A25000E29CCE /* tremor.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = tremor.xcodeproj; path = external/tremor/android/tremor/tremor.xcodeproj; sourceTree = "<group>"; }; |
| 1121 | + FC55599F1991A26300E29CCE /* libogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libogg.a; path = "external/ogg/android/ogg/build/Debug-android/libogg.a"; sourceTree = "<group>"; }; |
1100 | 1122 | /* End PBXFileReference section */
|
1101 | 1123 |
|
1102 | 1124 | /* Begin PBXFrameworksBuildPhase section */
|
|
1131 | 1153 | isa = PBXFrameworksBuildPhase;
|
1132 | 1154 | buildActionMask = 2147483647;
|
1133 | 1155 | files = (
|
| 1156 | + FC55599E1991A26000E29CCE /* libtremor.a in Frameworks */, |
1134 | 1157 | D291DCC2195B2FA100278EC0 /* libObjectiveChipmunk-iPhone.a in Frameworks */,
|
1135 | 1158 | D2FEB745194F6C9E00FC0574 /* CoreText.framework in Frameworks */,
|
1136 | 1159 | D2FEB747194F6C9E00FC0574 /* Foundation.framework in Frameworks */,
|
|
1176 | 1199 | 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
1177 | 1200 | isa = PBXGroup;
|
1178 | 1201 | children = (
|
| 1202 | + FC55599F1991A26300E29CCE /* libogg.a */, |
1179 | 1203 | D3903B1919952ABD003AA81A /* Metal.framework */,
|
1180 | 1204 | D24FAEEB198014B90043E27D /* GLKit.framework */,
|
1181 | 1205 | D289C1C1197440BC00B68E3D /* BridgeKitV3.framework */,
|
|
1197 | 1221 | 501756090F335CE900624901 /* external */ = {
|
1198 | 1222 | isa = PBXGroup;
|
1199 | 1223 | children = (
|
| 1224 | + FC5559951991A25000E29CCE /* tremor.xcodeproj */, |
1200 | 1225 | B759E5281880C66900E8166C /* Chipmunk7-ios.xcodeproj */,
|
1201 | 1226 | B7705F8A1831A07B0043CC67 /* ObjectAL */,
|
1202 | 1227 | );
|
|
1470 | 1495 | children = (
|
1471 | 1496 | 571CD01C19649E03003D460C /* CCPlatformTextFieldAndroid.h */,
|
1472 | 1497 | 571CD01D19649E03003D460C /* CCPlatformTextFieldAndroid.m */,
|
| 1498 | + 57BFF2B51991931300A3FE9C /* CCEditText.java */, |
| 1499 | + 57BFF2B71991937C00A3FE9C /* CCEditText.h */, |
| 1500 | + 57BFF2B81991937C00A3FE9C /* CCEditText.m */, |
1473 | 1501 | );
|
1474 | 1502 | path = Android;
|
1475 | 1503 | sourceTree = "<group>";
|
|
1891 | 1919 | path = iOS;
|
1892 | 1920 | sourceTree = "<group>";
|
1893 | 1921 | };
|
| 1922 | + FC5559961991A25000E29CCE /* Products */ = { |
| 1923 | + isa = PBXGroup; |
| 1924 | + children = ( |
| 1925 | + FC55599B1991A25000E29CCE /* libtremor.a */, |
| 1926 | + ); |
| 1927 | + name = Products; |
| 1928 | + sourceTree = "<group>"; |
| 1929 | + }; |
1894 | 1930 | /* End PBXGroup section */
|
1895 | 1931 |
|
1896 | 1932 | /* Begin PBXHeadersBuildPhase section */
|
|
2304 | 2340 | buildConfigurationList = D2FEB74C194F6C9E00FC0574 /* Build configuration list for PBXNativeTarget "cocos2dAndroid" */;
|
2305 | 2341 | buildPhases = (
|
2306 | 2342 | D2FEB610194F6C9E00FC0574 /* Headers */,
|
2307 |
| - D2FEB6B8194F6C9E00FC0574 /* Sources */, |
2308 | 2343 | D2FEB740194F6C9E00FC0574 /* Frameworks */,
|
| 2344 | + D2FEB6B8194F6C9E00FC0574 /* Sources */, |
2309 | 2345 | );
|
2310 | 2346 | buildRules = (
|
2311 | 2347 | );
|
2312 | 2348 | dependencies = (
|
| 2349 | + FC55599D1991A25A00E29CCE /* PBXTargetDependency */, |
2313 | 2350 | D2FEB60E194F6C9E00FC0574 /* PBXTargetDependency */,
|
2314 | 2351 | );
|
2315 | 2352 | name = cocos2dAndroid;
|
|
2343 | 2380 | ProductGroup = B759E5291880C66900E8166C /* Products */;
|
2344 | 2381 | ProjectRef = B759E5281880C66900E8166C /* Chipmunk7-ios.xcodeproj */;
|
2345 | 2382 | },
|
| 2383 | + { |
| 2384 | + ProductGroup = FC5559961991A25000E29CCE /* Products */; |
| 2385 | + ProjectRef = FC5559951991A25000E29CCE /* tremor.xcodeproj */; |
| 2386 | + }, |
2346 | 2387 | );
|
2347 | 2388 | projectRoot = "";
|
2348 | 2389 | targets = (
|
|
2362 | 2403 | remoteRef = B759E52C1880C66900E8166C /* PBXContainerItemProxy */;
|
2363 | 2404 | sourceTree = BUILT_PRODUCTS_DIR;
|
2364 | 2405 | };
|
| 2406 | + FC55599B1991A25000E29CCE /* libtremor.a */ = { |
| 2407 | + isa = PBXReferenceProxy; |
| 2408 | + fileType = archive.ar; |
| 2409 | + path = libtremor.a; |
| 2410 | + remoteRef = FC55599A1991A25000E29CCE /* PBXContainerItemProxy */; |
| 2411 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 2412 | + }; |
2365 | 2413 | /* End PBXReferenceProxy section */
|
2366 | 2414 |
|
2367 | 2415 | /* Begin PBXResourcesBuildPhase section */
|
|
2545 | 2593 | isa = PBXSourcesBuildPhase;
|
2546 | 2594 | buildActionMask = 2147483647;
|
2547 | 2595 | files = (
|
| 2596 | + 57BFF2B61991931300A3FE9C /* CCEditText.java in Sources */, |
2548 | 2597 | 5BC3CB5C1962795500C4F0D0 /* CCGestureListener.java in Sources */,
|
2549 | 2598 | 5BF3268E195F8E0300D9A51A /* CCActivity.java in Sources */,
|
2550 | 2599 | 5BF3268F195F8E0300D9A51A /* CCGLView.java in Sources */,
|
|
2582 | 2631 | D2FEB6D0194F6C9E00FC0574 /* TGAlib.m in Sources */,
|
2583 | 2632 | D2FEB6D1194F6C9E00FC0574 /* CCTextField.m in Sources */,
|
2584 | 2633 | D2FEB6D2194F6C9E00FC0574 /* CCActionEase.m in Sources */,
|
| 2634 | + 57BFF2BA1991937C00A3FE9C /* CCEditText.m in Sources */, |
2585 | 2635 | D2FEB6D3194F6C9E00FC0574 /* CCPhysicsShape.m in Sources */,
|
2586 | 2636 | 577D72D11970AC59005ABDC0 /* CCPlatformTextField.m in Sources */,
|
2587 | 2637 | D2FEB6D4194F6C9E00FC0574 /* ALContext.m in Sources */,
|
|
2714 | 2764 | name = "ObjectiveChipmunk-iPhone";
|
2715 | 2765 | targetProxy = D2FEB60F194F6C9E00FC0574 /* PBXContainerItemProxy */;
|
2716 | 2766 | };
|
| 2767 | + FC55599D1991A25A00E29CCE /* PBXTargetDependency */ = { |
| 2768 | + isa = PBXTargetDependency; |
| 2769 | + name = tremor; |
| 2770 | + targetProxy = FC55599C1991A25A00E29CCE /* PBXContainerItemProxy */; |
| 2771 | + }; |
2717 | 2772 | /* End PBXTargetDependency section */
|
2718 | 2773 |
|
2719 | 2774 | /* Begin XCBuildConfiguration section */
|
|
2994 | 3049 | "$(SRCROOT)/external/Chipmunk/include",
|
2995 | 3050 | "$(SRCROOT)/external/Chipmunk/objectivec/include",
|
2996 | 3051 | "$(SRCROOT)/external/ObjectAL/**",
|
| 3052 | + "$(SRCROOT)/external/tremor/include", |
| 3053 | + "$(SRCROOT)/external/ogg/include", |
2997 | 3054 | );
|
2998 | 3055 | LIBRARY_SEARCH_PATHS = (
|
2999 | 3056 | "$(inherited)",
|
3000 | 3057 | "\\\\\\\"$(SRCROOT)/build/Debug-iphonesimulator\\\\\\\"",
|
3001 | 3058 | "$(SDKROOT)/usr/lib/armeabi",
|
3002 | 3059 | "$(SDKROOT)/usr/lib/armv7a",
|
3003 | 3060 | "$(SDKROOT)/usr/lib/x86",
|
| 3061 | + "$(PROJECT_DIR)/external/ogg/android/ogg/build/Debug-android", |
3004 | 3062 | );
|
3005 | 3063 | ONLY_ACTIVE_ARCH = YES;
|
3006 | 3064 | OTHER_LDFLAGS = "";
|
|
3038 | 3096 | "$(SRCROOT)/external/Chipmunk/include",
|
3039 | 3097 | "$(SRCROOT)/external/Chipmunk/objectivec/include",
|
3040 | 3098 | "$(SRCROOT)/external/ObjectAL/**",
|
| 3099 | + "$(SRCROOT)/external/tremor/include", |
| 3100 | + "$(SRCROOT)/external/ogg/include", |
3041 | 3101 | );
|
3042 | 3102 | LIBRARY_SEARCH_PATHS = (
|
3043 | 3103 | "$(inherited)",
|
3044 | 3104 | "\\\\\\\"$(SRCROOT)/build/Debug-iphonesimulator\\\\\\\"",
|
3045 | 3105 | "$(SDKROOT)/usr/lib/armeabi",
|
3046 | 3106 | "$(SDKROOT)/usr/lib/armv7a",
|
3047 | 3107 | "$(SDKROOT)/usr/lib/x86",
|
| 3108 | + "$(PROJECT_DIR)/external/ogg/android/ogg/build/Debug-android", |
3048 | 3109 | );
|
3049 | 3110 | OTHER_LDFLAGS = "";
|
3050 | 3111 | PRODUCT_NAME = cocos2dAndroid;
|
|
0 commit comments