|
129 | 129 | FA5C5C651F4FC31D00CA4A37 /* Project object */ = { |
130 | 130 | isa = PBXProject; |
131 | 131 | attributes = { |
132 | | - LastUpgradeCheck = 0830; |
| 132 | + LastUpgradeCheck = 0900; |
133 | 133 | ORGANIZATIONNAME = "Alex Hill"; |
134 | 134 | TargetAttributes = { |
135 | 135 | FA5C5C6C1F4FC31D00CA4A37 = { |
|
176 | 176 | files = ( |
177 | 177 | ); |
178 | 178 | inputPaths = ( |
| 179 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 180 | + "${PODS_ROOT}/Manifest.lock", |
179 | 181 | ); |
180 | 182 | name = "[CP] Check Pods Manifest.lock"; |
181 | 183 | outputPaths = ( |
| 184 | + "$(DERIVED_FILE_DIR)/Pods-AXStateButtonExample-checkManifestLockResult.txt", |
182 | 185 | ); |
183 | 186 | runOnlyForDeploymentPostprocessing = 0; |
184 | 187 | shellPath = /bin/sh; |
185 | | - 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"; |
| 188 | + 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"; |
186 | 189 | showEnvVarsInLog = 0; |
187 | 190 | }; |
188 | 191 | 8C2656B0689D0D8D946DE58E /* [CP] Copy Pods Resources */ = { |
|
206 | 209 | files = ( |
207 | 210 | ); |
208 | 211 | inputPaths = ( |
| 212 | + "${SRCROOT}/Pods/Target Support Files/Pods-AXStateButtonExample/Pods-AXStateButtonExample-frameworks.sh", |
| 213 | + "${BUILT_PRODUCTS_DIR}/AXStateButton/AXStateButton.framework", |
| 214 | + "${PODS_ROOT}/Reveal-SDK/RevealServer-10/iOS/RevealServer.framework", |
209 | 215 | ); |
210 | 216 | name = "[CP] Embed Pods Frameworks"; |
211 | 217 | outputPaths = ( |
| 218 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AXStateButton.framework", |
| 219 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework", |
212 | 220 | ); |
213 | 221 | runOnlyForDeploymentPostprocessing = 0; |
214 | 222 | shellPath = /bin/sh; |
|
252 | 260 | CLANG_CXX_LIBRARY = "libc++"; |
253 | 261 | CLANG_ENABLE_MODULES = YES; |
254 | 262 | CLANG_ENABLE_OBJC_ARC = YES; |
| 263 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
255 | 264 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 265 | + CLANG_WARN_COMMA = YES; |
256 | 266 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
257 | 267 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
258 | 268 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
259 | 269 | CLANG_WARN_EMPTY_BODY = YES; |
260 | 270 | CLANG_WARN_ENUM_CONVERSION = YES; |
261 | 271 | CLANG_WARN_INFINITE_RECURSION = YES; |
262 | 272 | CLANG_WARN_INT_CONVERSION = YES; |
| 273 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 274 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
263 | 275 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 276 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 277 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
264 | 278 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
265 | 279 | CLANG_WARN_UNREACHABLE_CODE = YES; |
266 | 280 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
301 | 315 | CLANG_CXX_LIBRARY = "libc++"; |
302 | 316 | CLANG_ENABLE_MODULES = YES; |
303 | 317 | CLANG_ENABLE_OBJC_ARC = YES; |
| 318 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
304 | 319 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 320 | + CLANG_WARN_COMMA = YES; |
305 | 321 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
306 | 322 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
307 | 323 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
308 | 324 | CLANG_WARN_EMPTY_BODY = YES; |
309 | 325 | CLANG_WARN_ENUM_CONVERSION = YES; |
310 | 326 | CLANG_WARN_INFINITE_RECURSION = YES; |
311 | 327 | CLANG_WARN_INT_CONVERSION = YES; |
| 328 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 329 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
312 | 330 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 331 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 332 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
313 | 333 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
314 | 334 | CLANG_WARN_UNREACHABLE_CODE = YES; |
315 | 335 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
379 | 399 | FA5C5C861F4FC31D00CA4A37 /* Release */, |
380 | 400 | ); |
381 | 401 | defaultConfigurationIsVisible = 0; |
| 402 | + defaultConfigurationName = Release; |
382 | 403 | }; |
383 | 404 | /* End XCConfigurationList section */ |
384 | 405 | }; |
|
0 commit comments