|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 13A2285B19755CB40035828E /* Objc2C_Comm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13A2285519755CB40035828E /* Objc2C_Comm.mm */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; }; |
11 |
| - 13A2285C19755CB40035828E /* baseprj.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13A2285719755CB40035828E /* baseprj.cpp */; }; |
12 |
| - 13A2285D19755CB40035828E /* baseprjevent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13A2285919755CB40035828E /* baseprjevent.cpp */; }; |
| 10 | + 1F59D30C1E4B1B92003A69E5 /* app_logic.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1F59D3061E4B1B92003A69E5 /* app_logic.cc */; }; |
13 | 11 | 3170A02B177887B0004F5DDA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3170A02A177887B0004F5DDA /* Foundation.framework */; };
|
14 | 12 | /* End PBXBuildFile section */
|
15 | 13 |
|
|
26 | 24 | /* End PBXCopyFilesBuildPhase section */
|
27 | 25 |
|
28 | 26 | /* Begin PBXFileReference section */
|
29 |
| - 13A2285519755CB40035828E /* Objc2C_Comm.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Objc2C_Comm.mm; sourceTree = "<group>"; }; |
30 |
| - 13A2285719755CB40035828E /* baseprj.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = baseprj.cpp; sourceTree = "<group>"; }; |
31 |
| - 13A2285819755CB40035828E /* baseprj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = baseprj.h; sourceTree = "<group>"; }; |
32 |
| - 13A2285919755CB40035828E /* baseprjevent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = baseprjevent.cpp; sourceTree = "<group>"; }; |
33 |
| - 13A2285A19755CB40035828E /* baseprjevent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = baseprjevent.h; sourceTree = "<group>"; }; |
34 |
| - 3170A027177887B0004F5DDA /* libbaseprj-watch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libbaseprj-watch.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 27 | + 1F59D3061E4B1B92003A69E5 /* app_logic.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = app_logic.cc; sourceTree = "<group>"; }; |
| 28 | + 1F59D3071E4B1B92003A69E5 /* app_logic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = app_logic.h; sourceTree = "<group>"; }; |
| 29 | + 1F59D3081E4B1B92003A69E5 /* app.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = app.h; sourceTree = "<group>"; }; |
| 30 | + 3170A027177887B0004F5DDA /* libapp-watch.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libapp-watch.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 31 | 3170A02A177887B0004F5DDA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
36 | 32 | /* End PBXFileReference section */
|
37 | 33 |
|
|
47 | 43 | /* End PBXFrameworksBuildPhase section */
|
48 | 44 |
|
49 | 45 | /* Begin PBXGroup section */
|
50 |
| - 13A2285419755CB40035828E /* objc */ = { |
| 46 | + 1F59D3091E4B1B92003A69E5 /* src */ = { |
51 | 47 | isa = PBXGroup;
|
52 | 48 | children = (
|
53 |
| - 13A2285519755CB40035828E /* Objc2C_Comm.mm */, |
54 |
| - ); |
55 |
| - path = objc; |
56 |
| - sourceTree = "<group>"; |
57 |
| - }; |
58 |
| - 13A2285619755CB40035828E /* src */ = { |
59 |
| - isa = PBXGroup; |
60 |
| - children = ( |
61 |
| - 13A2285719755CB40035828E /* baseprj.cpp */, |
62 |
| - 13A2285819755CB40035828E /* baseprj.h */, |
63 |
| - 13A2285919755CB40035828E /* baseprjevent.cpp */, |
64 |
| - 13A2285A19755CB40035828E /* baseprjevent.h */, |
65 | 49 | );
|
66 | 50 | path = src;
|
67 | 51 | sourceTree = "<group>";
|
68 | 52 | };
|
69 | 53 | 3170A01E177887B0004F5DDA = {
|
70 | 54 | isa = PBXGroup;
|
71 | 55 | children = (
|
72 |
| - 13A2285419755CB40035828E /* objc */, |
73 |
| - 13A2285619755CB40035828E /* src */, |
| 56 | + 1F59D3061E4B1B92003A69E5 /* app_logic.cc */, |
| 57 | + 1F59D3071E4B1B92003A69E5 /* app_logic.h */, |
| 58 | + 1F59D3081E4B1B92003A69E5 /* app.h */, |
| 59 | + 1F59D3091E4B1B92003A69E5 /* src */, |
74 | 60 | 3170A029177887B0004F5DDA /* Frameworks */,
|
75 | 61 | 3170A028177887B0004F5DDA /* Products */,
|
76 | 62 | );
|
|
79 | 65 | 3170A028177887B0004F5DDA /* Products */ = {
|
80 | 66 | isa = PBXGroup;
|
81 | 67 | children = (
|
82 |
| - 3170A027177887B0004F5DDA /* libbaseprj-watch.a */, |
| 68 | + 3170A027177887B0004F5DDA /* libapp-watch.a */, |
83 | 69 | );
|
84 | 70 | name = Products;
|
85 | 71 | sourceTree = "<group>";
|
|
95 | 81 | /* End PBXGroup section */
|
96 | 82 |
|
97 | 83 | /* Begin PBXNativeTarget section */
|
98 |
| - 3170A026177887B0004F5DDA /* baseprj-watch */ = { |
| 84 | + 3170A026177887B0004F5DDA /* app-watch */ = { |
99 | 85 | isa = PBXNativeTarget;
|
100 |
| - buildConfigurationList = 3170A035177887B0004F5DDA /* Build configuration list for PBXNativeTarget "baseprj-watch" */; |
| 86 | + buildConfigurationList = 3170A035177887B0004F5DDA /* Build configuration list for PBXNativeTarget "app-watch" */; |
101 | 87 | buildPhases = (
|
102 | 88 | 3170A023177887B0004F5DDA /* Sources */,
|
103 | 89 | 3170A024177887B0004F5DDA /* Frameworks */,
|
|
107 | 93 | );
|
108 | 94 | dependencies = (
|
109 | 95 | );
|
110 |
| - name = "baseprj-watch"; |
| 96 | + name = "app-watch"; |
111 | 97 | productName = PublicComponent;
|
112 |
| - productReference = 3170A027177887B0004F5DDA /* libbaseprj-watch.a */; |
| 98 | + productReference = 3170A027177887B0004F5DDA /* libapp-watch.a */; |
113 | 99 | productType = "com.apple.product-type.library.static";
|
114 | 100 | };
|
115 | 101 | /* End PBXNativeTarget section */
|
|
121 | 107 | LastUpgradeCheck = 0460;
|
122 | 108 | ORGANIZATIONNAME = Tencent;
|
123 | 109 | };
|
124 |
| - buildConfigurationList = 3170A022177887B0004F5DDA /* Build configuration list for PBXProject "baseprj-watch" */; |
| 110 | + buildConfigurationList = 3170A022177887B0004F5DDA /* Build configuration list for PBXProject "app-watch" */; |
125 | 111 | compatibilityVersion = "Xcode 3.2";
|
126 | 112 | developmentRegion = English;
|
127 | 113 | hasScannedForEncodings = 0;
|
|
133 | 119 | projectDirPath = "";
|
134 | 120 | projectRoot = "";
|
135 | 121 | targets = (
|
136 |
| - 3170A026177887B0004F5DDA /* baseprj-watch */, |
| 122 | + 3170A026177887B0004F5DDA /* app-watch */, |
137 | 123 | );
|
138 | 124 | };
|
139 | 125 | /* End PBXProject section */
|
|
143 | 129 | isa = PBXSourcesBuildPhase;
|
144 | 130 | buildActionMask = 2147483647;
|
145 | 131 | files = (
|
146 |
| - 13A2285B19755CB40035828E /* Objc2C_Comm.mm in Sources */, |
147 |
| - 13A2285D19755CB40035828E /* baseprjevent.cpp in Sources */, |
148 |
| - 13A2285C19755CB40035828E /* baseprj.cpp in Sources */, |
| 132 | + 1F59D30C1E4B1B92003A69E5 /* app_logic.cc in Sources */, |
149 | 133 | );
|
150 | 134 | runOnlyForDeploymentPostprocessing = 0;
|
151 | 135 | };
|
|
211 | 195 | CLANG_CXX_LIBRARY = "libc++";
|
212 | 196 | DEAD_CODE_STRIPPING = YES;
|
213 | 197 | DEPLOYMENT_POSTPROCESSING = NO;
|
214 |
| - DSTROOT = "/tmp/$(PROJECT_NAME).dst"; |
| 198 | + DSTROOT = /tmp/mmcomm.dst; |
215 | 199 | GCC_C_LANGUAGE_STANDARD = c99;
|
216 | 200 | GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
217 | 201 | GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
227 | 211 | GCC_VERSION = "";
|
228 | 212 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
|
229 | 213 | GCC_WARN_UNUSED_FUNCTION = YES;
|
230 |
| - HEADER_SEARCH_PATHS = ../comm; |
| 214 | + HEADER_SEARCH_PATHS = ( |
| 215 | + $SOURCE_ROOT/, |
| 216 | + $SOURCE_ROOT/../, |
| 217 | + $SOURCE_ROOT/../../, |
| 218 | + $SOURCE_ROOT/../comm, |
| 219 | + ); |
231 | 220 | IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
232 | 221 | MACH_O_TYPE = staticlib;
|
233 | 222 | ONLY_ACTIVE_ARCH = NO;
|
|
251 | 240 | CLANG_CXX_LIBRARY = "libc++";
|
252 | 241 | DEAD_CODE_STRIPPING = YES;
|
253 | 242 | DEPLOYMENT_POSTPROCESSING = NO;
|
254 |
| - DSTROOT = "/tmp/$(PROJECT_NAME).dst"; |
| 243 | + DSTROOT = /tmp/mmcomm.dst; |
255 | 244 | GCC_C_LANGUAGE_STANDARD = c99;
|
256 | 245 | GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
257 | 246 | GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
267 | 256 | GCC_VERSION = "";
|
268 | 257 | GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
|
269 | 258 | GCC_WARN_UNUSED_FUNCTION = YES;
|
270 |
| - HEADER_SEARCH_PATHS = ../comm; |
| 259 | + HEADER_SEARCH_PATHS = ( |
| 260 | + $SOURCE_ROOT/, |
| 261 | + $SOURCE_ROOT/../, |
| 262 | + $SOURCE_ROOT/../../, |
| 263 | + $SOURCE_ROOT/../comm, |
| 264 | + ); |
271 | 265 | IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
272 | 266 | MACH_O_TYPE = staticlib;
|
273 | 267 | ONLY_ACTIVE_ARCH = NO;
|
|
288 | 282 | /* End XCBuildConfiguration section */
|
289 | 283 |
|
290 | 284 | /* Begin XCConfigurationList section */
|
291 |
| - 3170A022177887B0004F5DDA /* Build configuration list for PBXProject "baseprj-watch" */ = { |
| 285 | + 3170A022177887B0004F5DDA /* Build configuration list for PBXProject "app-watch" */ = { |
292 | 286 | isa = XCConfigurationList;
|
293 | 287 | buildConfigurations = (
|
294 | 288 | 3170A033177887B0004F5DDA /* Debug */,
|
|
297 | 291 | defaultConfigurationIsVisible = 0;
|
298 | 292 | defaultConfigurationName = Release;
|
299 | 293 | };
|
300 |
| - 3170A035177887B0004F5DDA /* Build configuration list for PBXNativeTarget "baseprj-watch" */ = { |
| 294 | + 3170A035177887B0004F5DDA /* Build configuration list for PBXNativeTarget "app-watch" */ = { |
301 | 295 | isa = XCConfigurationList;
|
302 | 296 | buildConfigurations = (
|
303 | 297 | 3170A036177887B0004F5DDA /* Debug */,
|
|
0 commit comments