|
100 | 100 | 377A00E71EC17905003CC399 /* Frameworks */, |
101 | 101 | 377A00E81EC17905003CC399 /* Resources */, |
102 | 102 | D61BC8552D3D08F1C98C8F3C /* [CP] Embed Pods Frameworks */, |
103 | | - F70EEE081BE8E98A3F147728 /* [CP] Copy Pods Resources */, |
104 | 103 | ); |
105 | 104 | buildRules = ( |
106 | 105 | ); |
|
165 | 164 | files = ( |
166 | 165 | ); |
167 | 166 | inputPaths = ( |
| 167 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 168 | + "${PODS_ROOT}/Manifest.lock", |
168 | 169 | ); |
169 | 170 | name = "[CP] Check Pods Manifest.lock"; |
170 | 171 | outputPaths = ( |
| 172 | + "$(DERIVED_FILE_DIR)/Pods-CollectionViewCenteredFlowLayout-checkManifestLockResult.txt", |
171 | 173 | ); |
172 | 174 | runOnlyForDeploymentPostprocessing = 0; |
173 | 175 | shellPath = /bin/sh; |
174 | | - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
| 176 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
175 | 177 | showEnvVarsInLog = 0; |
176 | 178 | }; |
177 | 179 | D61BC8552D3D08F1C98C8F3C /* [CP] Embed Pods Frameworks */ = { |
|
180 | 182 | files = ( |
181 | 183 | ); |
182 | 184 | inputPaths = ( |
| 185 | + "${SRCROOT}/Pods/Target Support Files/Pods-CollectionViewCenteredFlowLayout/Pods-CollectionViewCenteredFlowLayout-frameworks.sh", |
| 186 | + "${BUILT_PRODUCTS_DIR}/CollectionViewCenteredFlowLayout/CollectionViewCenteredFlowLayout.framework", |
183 | 187 | ); |
184 | 188 | name = "[CP] Embed Pods Frameworks"; |
185 | 189 | outputPaths = ( |
| 190 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CollectionViewCenteredFlowLayout.framework", |
186 | 191 | ); |
187 | 192 | runOnlyForDeploymentPostprocessing = 0; |
188 | 193 | shellPath = /bin/sh; |
189 | 194 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CollectionViewCenteredFlowLayout/Pods-CollectionViewCenteredFlowLayout-frameworks.sh\"\n"; |
190 | 195 | showEnvVarsInLog = 0; |
191 | 196 | }; |
192 | | - F70EEE081BE8E98A3F147728 /* [CP] Copy Pods Resources */ = { |
193 | | - isa = PBXShellScriptBuildPhase; |
194 | | - buildActionMask = 2147483647; |
195 | | - files = ( |
196 | | - ); |
197 | | - inputPaths = ( |
198 | | - ); |
199 | | - name = "[CP] Copy Pods Resources"; |
200 | | - outputPaths = ( |
201 | | - ); |
202 | | - runOnlyForDeploymentPostprocessing = 0; |
203 | | - shellPath = /bin/sh; |
204 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CollectionViewCenteredFlowLayout/Pods-CollectionViewCenteredFlowLayout-resources.sh\"\n"; |
205 | | - showEnvVarsInLog = 0; |
206 | | - }; |
207 | 197 | /* End PBXShellScriptBuildPhase section */ |
208 | 198 |
|
209 | 199 | /* Begin PBXSourcesBuildPhase section */ |
|
248 | 238 | CLANG_CXX_LIBRARY = "libc++"; |
249 | 239 | CLANG_ENABLE_MODULES = YES; |
250 | 240 | CLANG_ENABLE_OBJC_ARC = YES; |
| 241 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
251 | 242 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 243 | + CLANG_WARN_COMMA = YES; |
252 | 244 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 245 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
253 | 246 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
254 | 247 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
255 | 248 | CLANG_WARN_EMPTY_BODY = YES; |
256 | 249 | CLANG_WARN_ENUM_CONVERSION = YES; |
257 | 250 | CLANG_WARN_INFINITE_RECURSION = YES; |
258 | 251 | CLANG_WARN_INT_CONVERSION = YES; |
| 252 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 253 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 254 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
259 | 255 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 256 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 257 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
260 | 258 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
261 | 259 | CLANG_WARN_UNREACHABLE_CODE = YES; |
262 | 260 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
299 | 297 | CLANG_CXX_LIBRARY = "libc++"; |
300 | 298 | CLANG_ENABLE_MODULES = YES; |
301 | 299 | CLANG_ENABLE_OBJC_ARC = YES; |
| 300 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
302 | 301 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 302 | + CLANG_WARN_COMMA = YES; |
303 | 303 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 304 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
304 | 305 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
305 | 306 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
306 | 307 | CLANG_WARN_EMPTY_BODY = YES; |
307 | 308 | CLANG_WARN_ENUM_CONVERSION = YES; |
308 | 309 | CLANG_WARN_INFINITE_RECURSION = YES; |
309 | 310 | CLANG_WARN_INT_CONVERSION = YES; |
| 311 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 312 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 313 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
310 | 314 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 315 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 316 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
311 | 317 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
312 | 318 | CLANG_WARN_UNREACHABLE_CODE = YES; |
313 | 319 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
0 commit comments