|
@@ -0,0 +1,286 @@
|
|
1
|
+// !$*UTF8*$!
|
|
2
|
+{
|
|
3
|
+ archiveVersion = 1;
|
|
4
|
+ classes = {
|
|
5
|
+ };
|
|
6
|
+ objectVersion = 46;
|
|
7
|
+ objects = {
|
|
8
|
+
|
|
9
|
+/* Begin PBXBuildFile section */
|
|
10
|
+ 23AF28211EEFECD800D771AB /* RCTAgora.m in Sources */ = {isa = PBXBuildFile; fileRef = 23AF28201EEFECD800D771AB /* RCTAgora.m */; };
|
|
11
|
+ 23AF28221EEFECD800D771AB /* RCTAgora.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 23AF281F1EEFECD800D771AB /* RCTAgora.h */; };
|
|
12
|
+/* End PBXBuildFile section */
|
|
13
|
+
|
|
14
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
15
|
+ 23AF281A1EEFECD800D771AB /* CopyFiles */ = {
|
|
16
|
+ isa = PBXCopyFilesBuildPhase;
|
|
17
|
+ buildActionMask = 2147483647;
|
|
18
|
+ dstPath = "include/$(PRODUCT_NAME)";
|
|
19
|
+ dstSubfolderSpec = 16;
|
|
20
|
+ files = (
|
|
21
|
+ 23AF28221EEFECD800D771AB /* RCTAgora.h in CopyFiles */,
|
|
22
|
+ );
|
|
23
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
24
|
+ };
|
|
25
|
+/* End PBXCopyFilesBuildPhase section */
|
|
26
|
+
|
|
27
|
+/* Begin PBXFileReference section */
|
|
28
|
+ 23ACF47C1EF0CF9500801BC7 /* libs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = libs; sourceTree = "<group>"; };
|
|
29
|
+ 23AF281C1EEFECD800D771AB /* libRCTAgora.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTAgora.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
30
|
+ 23AF281F1EEFECD800D771AB /* RCTAgora.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTAgora.h; sourceTree = "<group>"; };
|
|
31
|
+ 23AF28201EEFECD800D771AB /* RCTAgora.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTAgora.m; sourceTree = "<group>"; };
|
|
32
|
+/* End PBXFileReference section */
|
|
33
|
+
|
|
34
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
35
|
+ 23AF28191EEFECD800D771AB /* Frameworks */ = {
|
|
36
|
+ isa = PBXFrameworksBuildPhase;
|
|
37
|
+ buildActionMask = 2147483647;
|
|
38
|
+ files = (
|
|
39
|
+ );
|
|
40
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
41
|
+ };
|
|
42
|
+/* End PBXFrameworksBuildPhase section */
|
|
43
|
+
|
|
44
|
+/* Begin PBXGroup section */
|
|
45
|
+ 23AF28131EEFECD800D771AB = {
|
|
46
|
+ isa = PBXGroup;
|
|
47
|
+ children = (
|
|
48
|
+ 23AF281E1EEFECD800D771AB /* RCTAgora */,
|
|
49
|
+ 23AF281D1EEFECD800D771AB /* Products */,
|
|
50
|
+ );
|
|
51
|
+ sourceTree = "<group>";
|
|
52
|
+ };
|
|
53
|
+ 23AF281D1EEFECD800D771AB /* Products */ = {
|
|
54
|
+ isa = PBXGroup;
|
|
55
|
+ children = (
|
|
56
|
+ 23AF281C1EEFECD800D771AB /* libRCTAgora.a */,
|
|
57
|
+ );
|
|
58
|
+ name = Products;
|
|
59
|
+ sourceTree = "<group>";
|
|
60
|
+ };
|
|
61
|
+ 23AF281E1EEFECD800D771AB /* RCTAgora */ = {
|
|
62
|
+ isa = PBXGroup;
|
|
63
|
+ children = (
|
|
64
|
+ 23ACF47C1EF0CF9500801BC7 /* libs */,
|
|
65
|
+ 23AF281F1EEFECD800D771AB /* RCTAgora.h */,
|
|
66
|
+ 23AF28201EEFECD800D771AB /* RCTAgora.m */,
|
|
67
|
+ );
|
|
68
|
+ path = RCTAgora;
|
|
69
|
+ sourceTree = "<group>";
|
|
70
|
+ };
|
|
71
|
+/* End PBXGroup section */
|
|
72
|
+
|
|
73
|
+/* Begin PBXNativeTarget section */
|
|
74
|
+ 23AF281B1EEFECD800D771AB /* RCTAgora */ = {
|
|
75
|
+ isa = PBXNativeTarget;
|
|
76
|
+ buildConfigurationList = 23AF28251EEFECD800D771AB /* Build configuration list for PBXNativeTarget "RCTAgora" */;
|
|
77
|
+ buildPhases = (
|
|
78
|
+ 23AF28181EEFECD800D771AB /* Sources */,
|
|
79
|
+ 23AF28191EEFECD800D771AB /* Frameworks */,
|
|
80
|
+ 23AF281A1EEFECD800D771AB /* CopyFiles */,
|
|
81
|
+ );
|
|
82
|
+ buildRules = (
|
|
83
|
+ );
|
|
84
|
+ dependencies = (
|
|
85
|
+ );
|
|
86
|
+ name = RCTAgora;
|
|
87
|
+ productName = RCTAgora;
|
|
88
|
+ productReference = 23AF281C1EEFECD800D771AB /* libRCTAgora.a */;
|
|
89
|
+ productType = "com.apple.product-type.library.static";
|
|
90
|
+ };
|
|
91
|
+/* End PBXNativeTarget section */
|
|
92
|
+
|
|
93
|
+/* Begin PBXProject section */
|
|
94
|
+ 23AF28141EEFECD800D771AB /* Project object */ = {
|
|
95
|
+ isa = PBXProject;
|
|
96
|
+ attributes = {
|
|
97
|
+ LastUpgradeCheck = 0830;
|
|
98
|
+ ORGANIZATIONNAME = Syan;
|
|
99
|
+ TargetAttributes = {
|
|
100
|
+ 23AF281B1EEFECD800D771AB = {
|
|
101
|
+ CreatedOnToolsVersion = 8.3.2;
|
|
102
|
+ DevelopmentTeam = 342K4Q49RK;
|
|
103
|
+ ProvisioningStyle = Automatic;
|
|
104
|
+ };
|
|
105
|
+ };
|
|
106
|
+ };
|
|
107
|
+ buildConfigurationList = 23AF28171EEFECD800D771AB /* Build configuration list for PBXProject "RCTAgora" */;
|
|
108
|
+ compatibilityVersion = "Xcode 3.2";
|
|
109
|
+ developmentRegion = English;
|
|
110
|
+ hasScannedForEncodings = 0;
|
|
111
|
+ knownRegions = (
|
|
112
|
+ en,
|
|
113
|
+ );
|
|
114
|
+ mainGroup = 23AF28131EEFECD800D771AB;
|
|
115
|
+ productRefGroup = 23AF281D1EEFECD800D771AB /* Products */;
|
|
116
|
+ projectDirPath = "";
|
|
117
|
+ projectRoot = "";
|
|
118
|
+ targets = (
|
|
119
|
+ 23AF281B1EEFECD800D771AB /* RCTAgora */,
|
|
120
|
+ );
|
|
121
|
+ };
|
|
122
|
+/* End PBXProject section */
|
|
123
|
+
|
|
124
|
+/* Begin PBXSourcesBuildPhase section */
|
|
125
|
+ 23AF28181EEFECD800D771AB /* Sources */ = {
|
|
126
|
+ isa = PBXSourcesBuildPhase;
|
|
127
|
+ buildActionMask = 2147483647;
|
|
128
|
+ files = (
|
|
129
|
+ 23AF28211EEFECD800D771AB /* RCTAgora.m in Sources */,
|
|
130
|
+ );
|
|
131
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
132
|
+ };
|
|
133
|
+/* End PBXSourcesBuildPhase section */
|
|
134
|
+
|
|
135
|
+/* Begin XCBuildConfiguration section */
|
|
136
|
+ 23AF28231EEFECD800D771AB /* Debug */ = {
|
|
137
|
+ isa = XCBuildConfiguration;
|
|
138
|
+ buildSettings = {
|
|
139
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
140
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
141
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
142
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
143
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
144
|
+ CLANG_ENABLE_MODULES = YES;
|
|
145
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
146
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
147
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
148
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
149
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
150
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
151
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
152
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
153
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
154
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
155
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
156
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
157
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
158
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
159
|
+ COPY_PHASE_STRIP = NO;
|
|
160
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
161
|
+ ENABLE_BITCODE = YES;
|
|
162
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
163
|
+ ENABLE_TESTABILITY = YES;
|
|
164
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
165
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
166
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
167
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
168
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
169
|
+ "DEBUG=1",
|
|
170
|
+ "$(inherited)",
|
|
171
|
+ );
|
|
172
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
173
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
174
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
175
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
176
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
177
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
178
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3;
|
|
179
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
180
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
181
|
+ SDKROOT = iphoneos;
|
|
182
|
+ };
|
|
183
|
+ name = Debug;
|
|
184
|
+ };
|
|
185
|
+ 23AF28241EEFECD800D771AB /* Release */ = {
|
|
186
|
+ isa = XCBuildConfiguration;
|
|
187
|
+ buildSettings = {
|
|
188
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
189
|
+ CLANG_ANALYZER_NONNULL = YES;
|
|
190
|
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
191
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
192
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
193
|
+ CLANG_ENABLE_MODULES = YES;
|
|
194
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
195
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
196
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
197
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
198
|
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
199
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
200
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
201
|
+ CLANG_WARN_INFINITE_RECURSION = YES;
|
|
202
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
203
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
204
|
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
205
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
206
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
207
|
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
208
|
+ COPY_PHASE_STRIP = NO;
|
|
209
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
210
|
+ ENABLE_BITCODE = YES;
|
|
211
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
212
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
213
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
214
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
215
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
216
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
217
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
218
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
219
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
220
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
221
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.3;
|
|
222
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
223
|
+ SDKROOT = iphoneos;
|
|
224
|
+ VALIDATE_PRODUCT = YES;
|
|
225
|
+ };
|
|
226
|
+ name = Release;
|
|
227
|
+ };
|
|
228
|
+ 23AF28261EEFECD800D771AB /* Debug */ = {
|
|
229
|
+ isa = XCBuildConfiguration;
|
|
230
|
+ buildSettings = {
|
|
231
|
+ DEVELOPMENT_TEAM = 342K4Q49RK;
|
|
232
|
+ ENABLE_BITCODE = YES;
|
|
233
|
+ FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/RCTAgora/libs\"";
|
|
234
|
+ HEADER_SEARCH_PATHS = (
|
|
235
|
+ "\"$(SRCROOT)/../../react-native/React\"/**",
|
|
236
|
+ "\"$(SRCROOT)/../../react-native/Libraries\"/**",
|
|
237
|
+ );
|
|
238
|
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
239
|
+ OTHER_LDFLAGS = "-ObjC";
|
|
240
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
241
|
+ SKIP_INSTALL = YES;
|
|
242
|
+ };
|
|
243
|
+ name = Debug;
|
|
244
|
+ };
|
|
245
|
+ 23AF28271EEFECD800D771AB /* Release */ = {
|
|
246
|
+ isa = XCBuildConfiguration;
|
|
247
|
+ buildSettings = {
|
|
248
|
+ DEVELOPMENT_TEAM = 342K4Q49RK;
|
|
249
|
+ ENABLE_BITCODE = YES;
|
|
250
|
+ FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/RCTAgora/libs\"";
|
|
251
|
+ HEADER_SEARCH_PATHS = (
|
|
252
|
+ "\"$(SRCROOT)/../../react-native/React\"/**",
|
|
253
|
+ "\"$(SRCROOT)/../../react-native/Libraries\"/**",
|
|
254
|
+ );
|
|
255
|
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
|
|
256
|
+ OTHER_LDFLAGS = "-ObjC";
|
|
257
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
258
|
+ SKIP_INSTALL = YES;
|
|
259
|
+ };
|
|
260
|
+ name = Release;
|
|
261
|
+ };
|
|
262
|
+/* End XCBuildConfiguration section */
|
|
263
|
+
|
|
264
|
+/* Begin XCConfigurationList section */
|
|
265
|
+ 23AF28171EEFECD800D771AB /* Build configuration list for PBXProject "RCTAgora" */ = {
|
|
266
|
+ isa = XCConfigurationList;
|
|
267
|
+ buildConfigurations = (
|
|
268
|
+ 23AF28231EEFECD800D771AB /* Debug */,
|
|
269
|
+ 23AF28241EEFECD800D771AB /* Release */,
|
|
270
|
+ );
|
|
271
|
+ defaultConfigurationIsVisible = 0;
|
|
272
|
+ defaultConfigurationName = Release;
|
|
273
|
+ };
|
|
274
|
+ 23AF28251EEFECD800D771AB /* Build configuration list for PBXNativeTarget "RCTAgora" */ = {
|
|
275
|
+ isa = XCConfigurationList;
|
|
276
|
+ buildConfigurations = (
|
|
277
|
+ 23AF28261EEFECD800D771AB /* Debug */,
|
|
278
|
+ 23AF28271EEFECD800D771AB /* Release */,
|
|
279
|
+ );
|
|
280
|
+ defaultConfigurationIsVisible = 0;
|
|
281
|
+ defaultConfigurationName = Release;
|
|
282
|
+ };
|
|
283
|
+/* End XCConfigurationList section */
|
|
284
|
+ };
|
|
285
|
+ rootObject = 23AF28141EEFECD800D771AB /* Project object */;
|
|
286
|
+}
|