react-native-clarity 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,280 +1,280 @@
1
- // !$*UTF8*$!
2
- {
3
- archiveVersion = 1;
4
- classes = {
5
- };
6
- objectVersion = 46;
7
- objects = {
8
-
9
- /* Begin PBXBuildFile section */
10
- 6F8543912B793D4F00B05BAC /* Clarity.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F8543902B793D4F00B05BAC /* Clarity.m */; };
11
- /* End PBXBuildFile section */
12
-
13
- /* Begin PBXCopyFilesBuildPhase section */
14
- 58B511D91A9E6C8500147676 /* CopyFiles */ = {
15
- isa = PBXCopyFilesBuildPhase;
16
- buildActionMask = 2147483647;
17
- dstPath = "include/$(PRODUCT_NAME)";
18
- dstSubfolderSpec = 16;
19
- files = (
20
- );
21
- runOnlyForDeploymentPostprocessing = 0;
22
- };
23
- /* End PBXCopyFilesBuildPhase section */
24
-
25
- /* Begin PBXFileReference section */
26
- 134814201AA4EA6300B7C361 /* libClarity.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libClarity.a; sourceTree = BUILT_PRODUCTS_DIR; };
27
- 6F85438F2B793D4F00B05BAC /* Clarity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Clarity.h; sourceTree = "<group>"; };
28
- 6F8543902B793D4F00B05BAC /* Clarity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Clarity.m; sourceTree = "<group>"; };
29
- /* End PBXFileReference section */
30
-
31
- /* Begin PBXFrameworksBuildPhase section */
32
- 58B511D81A9E6C8500147676 /* Frameworks */ = {
33
- isa = PBXFrameworksBuildPhase;
34
- buildActionMask = 2147483647;
35
- files = (
36
- );
37
- runOnlyForDeploymentPostprocessing = 0;
38
- };
39
- /* End PBXFrameworksBuildPhase section */
40
-
41
- /* Begin PBXGroup section */
42
- 134814211AA4EA7D00B7C361 /* Products */ = {
43
- isa = PBXGroup;
44
- children = (
45
- 134814201AA4EA6300B7C361 /* libClarity.a */,
46
- );
47
- name = Products;
48
- sourceTree = "<group>";
49
- };
50
- 58B511D21A9E6C8500147676 = {
51
- isa = PBXGroup;
52
- children = (
53
- 6F85438F2B793D4F00B05BAC /* Clarity.h */,
54
- 6F8543902B793D4F00B05BAC /* Clarity.m */,
55
- 134814211AA4EA7D00B7C361 /* Products */,
56
- );
57
- sourceTree = "<group>";
58
- };
59
- /* End PBXGroup section */
60
-
61
- /* Begin PBXNativeTarget section */
62
- 58B511DA1A9E6C8500147676 /* Clarity */ = {
63
- isa = PBXNativeTarget;
64
- buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "Clarity" */;
65
- buildPhases = (
66
- 58B511D71A9E6C8500147676 /* Sources */,
67
- 58B511D81A9E6C8500147676 /* Frameworks */,
68
- 58B511D91A9E6C8500147676 /* CopyFiles */,
69
- );
70
- buildRules = (
71
- );
72
- dependencies = (
73
- );
74
- name = Clarity;
75
- productName = RCTDataManager;
76
- productReference = 134814201AA4EA6300B7C361 /* libClarity.a */;
77
- productType = "com.apple.product-type.library.static";
78
- };
79
- /* End PBXNativeTarget section */
80
-
81
- /* Begin PBXProject section */
82
- 58B511D31A9E6C8500147676 /* Project object */ = {
83
- isa = PBXProject;
84
- attributes = {
85
- LastUpgradeCheck = 0920;
86
- ORGANIZATIONNAME = Facebook;
87
- TargetAttributes = {
88
- 58B511DA1A9E6C8500147676 = {
89
- CreatedOnToolsVersion = 6.1.1;
90
- LastSwiftMigration = 1520;
91
- };
92
- };
93
- };
94
- buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "Clarity" */;
95
- compatibilityVersion = "Xcode 3.2";
96
- developmentRegion = English;
97
- hasScannedForEncodings = 0;
98
- knownRegions = (
99
- English,
100
- en,
101
- );
102
- mainGroup = 58B511D21A9E6C8500147676;
103
- productRefGroup = 58B511D21A9E6C8500147676;
104
- projectDirPath = "";
105
- projectRoot = "";
106
- targets = (
107
- 58B511DA1A9E6C8500147676 /* Clarity */,
108
- );
109
- };
110
- /* End PBXProject section */
111
-
112
- /* Begin PBXSourcesBuildPhase section */
113
- 58B511D71A9E6C8500147676 /* Sources */ = {
114
- isa = PBXSourcesBuildPhase;
115
- buildActionMask = 2147483647;
116
- files = (
117
- 6F8543912B793D4F00B05BAC /* Clarity.m in Sources */,
118
- );
119
- runOnlyForDeploymentPostprocessing = 0;
120
- };
121
- /* End PBXSourcesBuildPhase section */
122
-
123
- /* Begin XCBuildConfiguration section */
124
- 58B511ED1A9E6C8500147676 /* Debug */ = {
125
- isa = XCBuildConfiguration;
126
- buildSettings = {
127
- ALWAYS_SEARCH_USER_PATHS = NO;
128
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
129
- CLANG_CXX_LIBRARY = "libc++";
130
- CLANG_ENABLE_MODULES = YES;
131
- CLANG_ENABLE_OBJC_ARC = YES;
132
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
133
- CLANG_WARN_BOOL_CONVERSION = YES;
134
- CLANG_WARN_COMMA = YES;
135
- CLANG_WARN_CONSTANT_CONVERSION = YES;
136
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
137
- CLANG_WARN_EMPTY_BODY = YES;
138
- CLANG_WARN_ENUM_CONVERSION = YES;
139
- CLANG_WARN_INFINITE_RECURSION = YES;
140
- CLANG_WARN_INT_CONVERSION = YES;
141
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
142
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
143
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
144
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
145
- CLANG_WARN_STRICT_PROTOTYPES = YES;
146
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
147
- CLANG_WARN_UNREACHABLE_CODE = YES;
148
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
149
- COPY_PHASE_STRIP = NO;
150
- ENABLE_STRICT_OBJC_MSGSEND = YES;
151
- ENABLE_TESTABILITY = YES;
152
- "EXCLUDED_ARCHS[sdk=*]" = arm64;
153
- GCC_C_LANGUAGE_STANDARD = gnu99;
154
- GCC_DYNAMIC_NO_PIC = NO;
155
- GCC_NO_COMMON_BLOCKS = YES;
156
- GCC_OPTIMIZATION_LEVEL = 0;
157
- GCC_PREPROCESSOR_DEFINITIONS = (
158
- "DEBUG=1",
159
- "$(inherited)",
160
- );
161
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
162
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
163
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
164
- GCC_WARN_UNDECLARED_SELECTOR = YES;
165
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
166
- GCC_WARN_UNUSED_FUNCTION = YES;
167
- GCC_WARN_UNUSED_VARIABLE = YES;
168
- MTL_ENABLE_DEBUG_INFO = YES;
169
- ONLY_ACTIVE_ARCH = YES;
170
- SDKROOT = iphoneos;
171
- };
172
- name = Debug;
173
- };
174
- 58B511EE1A9E6C8500147676 /* Release */ = {
175
- isa = XCBuildConfiguration;
176
- buildSettings = {
177
- ALWAYS_SEARCH_USER_PATHS = NO;
178
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
179
- CLANG_CXX_LIBRARY = "libc++";
180
- CLANG_ENABLE_MODULES = YES;
181
- CLANG_ENABLE_OBJC_ARC = YES;
182
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
183
- CLANG_WARN_BOOL_CONVERSION = YES;
184
- CLANG_WARN_COMMA = YES;
185
- CLANG_WARN_CONSTANT_CONVERSION = YES;
186
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
187
- CLANG_WARN_EMPTY_BODY = YES;
188
- CLANG_WARN_ENUM_CONVERSION = YES;
189
- CLANG_WARN_INFINITE_RECURSION = YES;
190
- CLANG_WARN_INT_CONVERSION = YES;
191
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
192
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
193
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
194
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
195
- CLANG_WARN_STRICT_PROTOTYPES = YES;
196
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
197
- CLANG_WARN_UNREACHABLE_CODE = YES;
198
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
199
- COPY_PHASE_STRIP = YES;
200
- ENABLE_NS_ASSERTIONS = NO;
201
- ENABLE_STRICT_OBJC_MSGSEND = YES;
202
- "EXCLUDED_ARCHS[sdk=*]" = arm64;
203
- GCC_C_LANGUAGE_STANDARD = gnu99;
204
- GCC_NO_COMMON_BLOCKS = YES;
205
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
206
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
207
- GCC_WARN_UNDECLARED_SELECTOR = YES;
208
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209
- GCC_WARN_UNUSED_FUNCTION = YES;
210
- GCC_WARN_UNUSED_VARIABLE = YES;
211
- MTL_ENABLE_DEBUG_INFO = NO;
212
- SDKROOT = iphoneos;
213
- VALIDATE_PRODUCT = YES;
214
- };
215
- name = Release;
216
- };
217
- 58B511F01A9E6C8500147676 /* Debug */ = {
218
- isa = XCBuildConfiguration;
219
- buildSettings = {
220
- CLANG_ENABLE_MODULES = YES;
221
- HEADER_SEARCH_PATHS = (
222
- "$(inherited)",
223
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
224
- "$(SRCROOT)/../../../React/**",
225
- "$(SRCROOT)/../../react-native/React/**",
226
- );
227
- LIBRARY_SEARCH_PATHS = "$(inherited)";
228
- OTHER_LDFLAGS = "-ObjC";
229
- PRODUCT_NAME = Clarity;
230
- SKIP_INSTALL = YES;
231
- SWIFT_OBJC_BRIDGING_HEADER = "Clarity-Bridging-Header.h";
232
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
233
- SWIFT_VERSION = 5.0;
234
- };
235
- name = Debug;
236
- };
237
- 58B511F11A9E6C8500147676 /* Release */ = {
238
- isa = XCBuildConfiguration;
239
- buildSettings = {
240
- CLANG_ENABLE_MODULES = YES;
241
- HEADER_SEARCH_PATHS = (
242
- "$(inherited)",
243
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
244
- "$(SRCROOT)/../../../React/**",
245
- "$(SRCROOT)/../../react-native/React/**",
246
- );
247
- LIBRARY_SEARCH_PATHS = "$(inherited)";
248
- OTHER_LDFLAGS = "-ObjC";
249
- PRODUCT_NAME = Clarity;
250
- SKIP_INSTALL = YES;
251
- SWIFT_OBJC_BRIDGING_HEADER = "Clarity-Bridging-Header.h";
252
- SWIFT_VERSION = 5.0;
253
- };
254
- name = Release;
255
- };
256
- /* End XCBuildConfiguration section */
257
-
258
- /* Begin XCConfigurationList section */
259
- 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "Clarity" */ = {
260
- isa = XCConfigurationList;
261
- buildConfigurations = (
262
- 58B511ED1A9E6C8500147676 /* Debug */,
263
- 58B511EE1A9E6C8500147676 /* Release */,
264
- );
265
- defaultConfigurationIsVisible = 0;
266
- defaultConfigurationName = Release;
267
- };
268
- 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "Clarity" */ = {
269
- isa = XCConfigurationList;
270
- buildConfigurations = (
271
- 58B511F01A9E6C8500147676 /* Debug */,
272
- 58B511F11A9E6C8500147676 /* Release */,
273
- );
274
- defaultConfigurationIsVisible = 0;
275
- defaultConfigurationName = Release;
276
- };
277
- /* End XCConfigurationList section */
278
- };
279
- rootObject = 58B511D31A9E6C8500147676 /* Project object */;
280
- }
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 46;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 6F8543912B793D4F00B05BAC /* Clarity.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F8543902B793D4F00B05BAC /* Clarity.m */; };
11
+ /* End PBXBuildFile section */
12
+
13
+ /* Begin PBXCopyFilesBuildPhase section */
14
+ 58B511D91A9E6C8500147676 /* CopyFiles */ = {
15
+ isa = PBXCopyFilesBuildPhase;
16
+ buildActionMask = 2147483647;
17
+ dstPath = "include/$(PRODUCT_NAME)";
18
+ dstSubfolderSpec = 16;
19
+ files = (
20
+ );
21
+ runOnlyForDeploymentPostprocessing = 0;
22
+ };
23
+ /* End PBXCopyFilesBuildPhase section */
24
+
25
+ /* Begin PBXFileReference section */
26
+ 134814201AA4EA6300B7C361 /* libClarity.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libClarity.a; sourceTree = BUILT_PRODUCTS_DIR; };
27
+ 6F85438F2B793D4F00B05BAC /* Clarity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Clarity.h; sourceTree = "<group>"; };
28
+ 6F8543902B793D4F00B05BAC /* Clarity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Clarity.m; sourceTree = "<group>"; };
29
+ /* End PBXFileReference section */
30
+
31
+ /* Begin PBXFrameworksBuildPhase section */
32
+ 58B511D81A9E6C8500147676 /* Frameworks */ = {
33
+ isa = PBXFrameworksBuildPhase;
34
+ buildActionMask = 2147483647;
35
+ files = (
36
+ );
37
+ runOnlyForDeploymentPostprocessing = 0;
38
+ };
39
+ /* End PBXFrameworksBuildPhase section */
40
+
41
+ /* Begin PBXGroup section */
42
+ 134814211AA4EA7D00B7C361 /* Products */ = {
43
+ isa = PBXGroup;
44
+ children = (
45
+ 134814201AA4EA6300B7C361 /* libClarity.a */,
46
+ );
47
+ name = Products;
48
+ sourceTree = "<group>";
49
+ };
50
+ 58B511D21A9E6C8500147676 = {
51
+ isa = PBXGroup;
52
+ children = (
53
+ 6F85438F2B793D4F00B05BAC /* Clarity.h */,
54
+ 6F8543902B793D4F00B05BAC /* Clarity.m */,
55
+ 134814211AA4EA7D00B7C361 /* Products */,
56
+ );
57
+ sourceTree = "<group>";
58
+ };
59
+ /* End PBXGroup section */
60
+
61
+ /* Begin PBXNativeTarget section */
62
+ 58B511DA1A9E6C8500147676 /* Clarity */ = {
63
+ isa = PBXNativeTarget;
64
+ buildConfigurationList = 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "Clarity" */;
65
+ buildPhases = (
66
+ 58B511D71A9E6C8500147676 /* Sources */,
67
+ 58B511D81A9E6C8500147676 /* Frameworks */,
68
+ 58B511D91A9E6C8500147676 /* CopyFiles */,
69
+ );
70
+ buildRules = (
71
+ );
72
+ dependencies = (
73
+ );
74
+ name = Clarity;
75
+ productName = RCTDataManager;
76
+ productReference = 134814201AA4EA6300B7C361 /* libClarity.a */;
77
+ productType = "com.apple.product-type.library.static";
78
+ };
79
+ /* End PBXNativeTarget section */
80
+
81
+ /* Begin PBXProject section */
82
+ 58B511D31A9E6C8500147676 /* Project object */ = {
83
+ isa = PBXProject;
84
+ attributes = {
85
+ LastUpgradeCheck = 0920;
86
+ ORGANIZATIONNAME = Facebook;
87
+ TargetAttributes = {
88
+ 58B511DA1A9E6C8500147676 = {
89
+ CreatedOnToolsVersion = 6.1.1;
90
+ LastSwiftMigration = 1520;
91
+ };
92
+ };
93
+ };
94
+ buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "Clarity" */;
95
+ compatibilityVersion = "Xcode 3.2";
96
+ developmentRegion = English;
97
+ hasScannedForEncodings = 0;
98
+ knownRegions = (
99
+ English,
100
+ en,
101
+ );
102
+ mainGroup = 58B511D21A9E6C8500147676;
103
+ productRefGroup = 58B511D21A9E6C8500147676;
104
+ projectDirPath = "";
105
+ projectRoot = "";
106
+ targets = (
107
+ 58B511DA1A9E6C8500147676 /* Clarity */,
108
+ );
109
+ };
110
+ /* End PBXProject section */
111
+
112
+ /* Begin PBXSourcesBuildPhase section */
113
+ 58B511D71A9E6C8500147676 /* Sources */ = {
114
+ isa = PBXSourcesBuildPhase;
115
+ buildActionMask = 2147483647;
116
+ files = (
117
+ 6F8543912B793D4F00B05BAC /* Clarity.m in Sources */,
118
+ );
119
+ runOnlyForDeploymentPostprocessing = 0;
120
+ };
121
+ /* End PBXSourcesBuildPhase section */
122
+
123
+ /* Begin XCBuildConfiguration section */
124
+ 58B511ED1A9E6C8500147676 /* Debug */ = {
125
+ isa = XCBuildConfiguration;
126
+ buildSettings = {
127
+ ALWAYS_SEARCH_USER_PATHS = NO;
128
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
129
+ CLANG_CXX_LIBRARY = "libc++";
130
+ CLANG_ENABLE_MODULES = YES;
131
+ CLANG_ENABLE_OBJC_ARC = YES;
132
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
133
+ CLANG_WARN_BOOL_CONVERSION = YES;
134
+ CLANG_WARN_COMMA = YES;
135
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
136
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
137
+ CLANG_WARN_EMPTY_BODY = YES;
138
+ CLANG_WARN_ENUM_CONVERSION = YES;
139
+ CLANG_WARN_INFINITE_RECURSION = YES;
140
+ CLANG_WARN_INT_CONVERSION = YES;
141
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
142
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
143
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
144
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
145
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
146
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
147
+ CLANG_WARN_UNREACHABLE_CODE = YES;
148
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
149
+ COPY_PHASE_STRIP = NO;
150
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
151
+ ENABLE_TESTABILITY = YES;
152
+ "EXCLUDED_ARCHS[sdk=*]" = arm64;
153
+ GCC_C_LANGUAGE_STANDARD = gnu99;
154
+ GCC_DYNAMIC_NO_PIC = NO;
155
+ GCC_NO_COMMON_BLOCKS = YES;
156
+ GCC_OPTIMIZATION_LEVEL = 0;
157
+ GCC_PREPROCESSOR_DEFINITIONS = (
158
+ "DEBUG=1",
159
+ "$(inherited)",
160
+ );
161
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
162
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
163
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
164
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
165
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
166
+ GCC_WARN_UNUSED_FUNCTION = YES;
167
+ GCC_WARN_UNUSED_VARIABLE = YES;
168
+ MTL_ENABLE_DEBUG_INFO = YES;
169
+ ONLY_ACTIVE_ARCH = YES;
170
+ SDKROOT = iphoneos;
171
+ };
172
+ name = Debug;
173
+ };
174
+ 58B511EE1A9E6C8500147676 /* Release */ = {
175
+ isa = XCBuildConfiguration;
176
+ buildSettings = {
177
+ ALWAYS_SEARCH_USER_PATHS = NO;
178
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
179
+ CLANG_CXX_LIBRARY = "libc++";
180
+ CLANG_ENABLE_MODULES = YES;
181
+ CLANG_ENABLE_OBJC_ARC = YES;
182
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
183
+ CLANG_WARN_BOOL_CONVERSION = YES;
184
+ CLANG_WARN_COMMA = YES;
185
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
186
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
187
+ CLANG_WARN_EMPTY_BODY = YES;
188
+ CLANG_WARN_ENUM_CONVERSION = YES;
189
+ CLANG_WARN_INFINITE_RECURSION = YES;
190
+ CLANG_WARN_INT_CONVERSION = YES;
191
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
192
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
193
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
194
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
195
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
196
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
197
+ CLANG_WARN_UNREACHABLE_CODE = YES;
198
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
199
+ COPY_PHASE_STRIP = YES;
200
+ ENABLE_NS_ASSERTIONS = NO;
201
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
202
+ "EXCLUDED_ARCHS[sdk=*]" = arm64;
203
+ GCC_C_LANGUAGE_STANDARD = gnu99;
204
+ GCC_NO_COMMON_BLOCKS = YES;
205
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
206
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
207
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
208
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
209
+ GCC_WARN_UNUSED_FUNCTION = YES;
210
+ GCC_WARN_UNUSED_VARIABLE = YES;
211
+ MTL_ENABLE_DEBUG_INFO = NO;
212
+ SDKROOT = iphoneos;
213
+ VALIDATE_PRODUCT = YES;
214
+ };
215
+ name = Release;
216
+ };
217
+ 58B511F01A9E6C8500147676 /* Debug */ = {
218
+ isa = XCBuildConfiguration;
219
+ buildSettings = {
220
+ CLANG_ENABLE_MODULES = YES;
221
+ HEADER_SEARCH_PATHS = (
222
+ "$(inherited)",
223
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
224
+ "$(SRCROOT)/../../../React/**",
225
+ "$(SRCROOT)/../../react-native/React/**",
226
+ );
227
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
228
+ OTHER_LDFLAGS = "-ObjC";
229
+ PRODUCT_NAME = Clarity;
230
+ SKIP_INSTALL = YES;
231
+ SWIFT_OBJC_BRIDGING_HEADER = "Clarity-Bridging-Header.h";
232
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
233
+ SWIFT_VERSION = 5.0;
234
+ };
235
+ name = Debug;
236
+ };
237
+ 58B511F11A9E6C8500147676 /* Release */ = {
238
+ isa = XCBuildConfiguration;
239
+ buildSettings = {
240
+ CLANG_ENABLE_MODULES = YES;
241
+ HEADER_SEARCH_PATHS = (
242
+ "$(inherited)",
243
+ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
244
+ "$(SRCROOT)/../../../React/**",
245
+ "$(SRCROOT)/../../react-native/React/**",
246
+ );
247
+ LIBRARY_SEARCH_PATHS = "$(inherited)";
248
+ OTHER_LDFLAGS = "-ObjC";
249
+ PRODUCT_NAME = Clarity;
250
+ SKIP_INSTALL = YES;
251
+ SWIFT_OBJC_BRIDGING_HEADER = "Clarity-Bridging-Header.h";
252
+ SWIFT_VERSION = 5.0;
253
+ };
254
+ name = Release;
255
+ };
256
+ /* End XCBuildConfiguration section */
257
+
258
+ /* Begin XCConfigurationList section */
259
+ 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "Clarity" */ = {
260
+ isa = XCConfigurationList;
261
+ buildConfigurations = (
262
+ 58B511ED1A9E6C8500147676 /* Debug */,
263
+ 58B511EE1A9E6C8500147676 /* Release */,
264
+ );
265
+ defaultConfigurationIsVisible = 0;
266
+ defaultConfigurationName = Release;
267
+ };
268
+ 58B511EF1A9E6C8500147676 /* Build configuration list for PBXNativeTarget "Clarity" */ = {
269
+ isa = XCConfigurationList;
270
+ buildConfigurations = (
271
+ 58B511F01A9E6C8500147676 /* Debug */,
272
+ 58B511F11A9E6C8500147676 /* Release */,
273
+ );
274
+ defaultConfigurationIsVisible = 0;
275
+ defaultConfigurationName = Release;
276
+ };
277
+ /* End XCConfigurationList section */
278
+ };
279
+ rootObject = 58B511D31A9E6C8500147676 /* Project object */;
280
+ }