|
16 | 16 | /* End PBXBuildFile section */ |
17 | 17 |
|
18 | 18 | /* Begin PBXContainerItemProxy section */ |
| 19 | + D907111620C656050034BF4F /* PBXContainerItemProxy */ = { |
| 20 | + isa = PBXContainerItemProxy; |
| 21 | + containerPortal = D92D742F1E8D978B00B478E8 /* SignalProtocolC.xcodeproj */; |
| 22 | + proxyType = 2; |
| 23 | + remoteGlobalIDString = CEF63B542049747B00227B9D; |
| 24 | + remoteInfo = "SignalProtocolC (tvOS)"; |
| 25 | + }; |
| 26 | + D907111820C656050034BF4F /* PBXContainerItemProxy */ = { |
| 27 | + isa = PBXContainerItemProxy; |
| 28 | + containerPortal = D92D742F1E8D978B00B478E8 /* SignalProtocolC.xcodeproj */; |
| 29 | + proxyType = 2; |
| 30 | + remoteGlobalIDString = CEF63B61204974B100227B9D; |
| 31 | + remoteInfo = "SignalProtocolC (watchOS)"; |
| 32 | + }; |
19 | 33 | D92D74341E8D978B00B478E8 /* PBXContainerItemProxy */ = { |
20 | 34 | isa = PBXContainerItemProxy; |
21 | 35 | containerPortal = D92D742F1E8D978B00B478E8 /* SignalProtocolC.xcodeproj */; |
|
108 | 122 | children = ( |
109 | 123 | D92D74351E8D978B00B478E8 /* SignalProtocolC.framework */, |
110 | 124 | D92D74371E8D978B00B478E8 /* SignalProtocolC.framework */, |
| 125 | + D907111720C656050034BF4F /* SignalProtocolC.framework */, |
| 126 | + D907111920C656050034BF4F /* SignalProtocolC.framework */, |
111 | 127 | ); |
112 | 128 | name = Products; |
113 | 129 | sourceTree = "<group>"; |
|
190 | 206 | D9CC4ABD1D1EF7B600C327E5 /* Frameworks */, |
191 | 207 | D9CC4ABE1D1EF7B600C327E5 /* Resources */, |
192 | 208 | 0E4BA9F0B2D22A4DB58387CA /* [CP] Embed Pods Frameworks */, |
193 | | - A4E4984C540B3A3DA28C129E /* [CP] Copy Pods Resources */, |
194 | 209 | ); |
195 | 210 | buildRules = ( |
196 | 211 | ); |
|
207 | 222 | D9CC4AB61D1EF77600C327E5 /* Project object */ = { |
208 | 223 | isa = PBXProject; |
209 | 224 | attributes = { |
210 | | - LastUpgradeCheck = 0800; |
| 225 | + LastUpgradeCheck = 0940; |
211 | 226 | TargetAttributes = { |
212 | 227 | D92D74251E8D96FC00B478E8 = { |
213 | 228 | CreatedOnToolsVersion = 8.3; |
|
248 | 263 | /* End PBXProject section */ |
249 | 264 |
|
250 | 265 | /* Begin PBXReferenceProxy section */ |
| 266 | + D907111720C656050034BF4F /* SignalProtocolC.framework */ = { |
| 267 | + isa = PBXReferenceProxy; |
| 268 | + fileType = wrapper.framework; |
| 269 | + path = SignalProtocolC.framework; |
| 270 | + remoteRef = D907111620C656050034BF4F /* PBXContainerItemProxy */; |
| 271 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 272 | + }; |
| 273 | + D907111920C656050034BF4F /* SignalProtocolC.framework */ = { |
| 274 | + isa = PBXReferenceProxy; |
| 275 | + fileType = wrapper.framework; |
| 276 | + path = SignalProtocolC.framework; |
| 277 | + remoteRef = D907111820C656050034BF4F /* PBXContainerItemProxy */; |
| 278 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 279 | + }; |
251 | 280 | D92D74351E8D978B00B478E8 /* SignalProtocolC.framework */ = { |
252 | 281 | isa = PBXReferenceProxy; |
253 | 282 | fileType = wrapper.framework; |
|
295 | 324 | files = ( |
296 | 325 | ); |
297 | 326 | inputPaths = ( |
| 327 | + "${SRCROOT}/Pods/Target Support Files/Pods-Tests-Pods-macOS/Pods-Tests-Pods-macOS-frameworks.sh", |
| 328 | + "${BUILT_PRODUCTS_DIR}/SignalProtocolC/SignalProtocolC.framework", |
298 | 329 | ); |
299 | 330 | name = "[CP] Embed Pods Frameworks"; |
300 | 331 | outputPaths = ( |
| 332 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SignalProtocolC.framework", |
301 | 333 | ); |
302 | 334 | runOnlyForDeploymentPostprocessing = 0; |
303 | 335 | shellPath = /bin/sh; |
|
310 | 342 | files = ( |
311 | 343 | ); |
312 | 344 | inputPaths = ( |
| 345 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 346 | + "${PODS_ROOT}/Manifest.lock", |
313 | 347 | ); |
314 | 348 | name = "[CP] Check Pods Manifest.lock"; |
315 | 349 | outputPaths = ( |
| 350 | + "$(DERIVED_FILE_DIR)/Pods-Tests-Pods-macOS-checkManifestLockResult.txt", |
316 | 351 | ); |
317 | 352 | runOnlyForDeploymentPostprocessing = 0; |
318 | 353 | shellPath = /bin/sh; |
319 | | - shellScript = "diff \"${PODS_ROOT}/../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"; |
320 | | - showEnvVarsInLog = 0; |
321 | | - }; |
322 | | - A4E4984C540B3A3DA28C129E /* [CP] Copy Pods Resources */ = { |
323 | | - isa = PBXShellScriptBuildPhase; |
324 | | - buildActionMask = 2147483647; |
325 | | - files = ( |
326 | | - ); |
327 | | - inputPaths = ( |
328 | | - ); |
329 | | - name = "[CP] Copy Pods Resources"; |
330 | | - outputPaths = ( |
331 | | - ); |
332 | | - runOnlyForDeploymentPostprocessing = 0; |
333 | | - shellPath = /bin/sh; |
334 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests-Pods-macOS/Pods-Tests-Pods-macOS-resources.sh\"\n"; |
| 354 | + 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"; |
335 | 355 | showEnvVarsInLog = 0; |
336 | 356 | }; |
337 | 357 | /* End PBXShellScriptBuildPhase section */ |
|
517 | 537 | D9CC4ABA1D1EF77600C327E5 /* Debug */ = { |
518 | 538 | isa = XCBuildConfiguration; |
519 | 539 | buildSettings = { |
| 540 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
520 | 541 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 542 | + CLANG_WARN_COMMA = YES; |
521 | 543 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 544 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
522 | 545 | CLANG_WARN_EMPTY_BODY = YES; |
523 | 546 | CLANG_WARN_ENUM_CONVERSION = YES; |
524 | 547 | CLANG_WARN_INFINITE_RECURSION = YES; |
525 | 548 | CLANG_WARN_INT_CONVERSION = YES; |
| 549 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 550 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 551 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 552 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 553 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
526 | 554 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
527 | 555 | CLANG_WARN_UNREACHABLE_CODE = YES; |
528 | 556 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
542 | 570 | D9CC4ABB1D1EF77600C327E5 /* Release */ = { |
543 | 571 | isa = XCBuildConfiguration; |
544 | 572 | buildSettings = { |
| 573 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
545 | 574 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 575 | + CLANG_WARN_COMMA = YES; |
546 | 576 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 577 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
547 | 578 | CLANG_WARN_EMPTY_BODY = YES; |
548 | 579 | CLANG_WARN_ENUM_CONVERSION = YES; |
549 | 580 | CLANG_WARN_INFINITE_RECURSION = YES; |
550 | 581 | CLANG_WARN_INT_CONVERSION = YES; |
| 582 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 583 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 584 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 585 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 586 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
551 | 587 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
552 | 588 | CLANG_WARN_UNREACHABLE_CODE = YES; |
553 | 589 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
0 commit comments