diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 976ca32..879ddc1 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -12,9 +12,16 @@ DEPENDENCIES: - OCMock - Specta +SPEC REPOS: + https://github.com/cocoapods/specs.git: + - Expecta + - Masonry + - OCMock + - Specta + EXTERNAL SOURCES: loudspeaker: - :path: ../ + :path: "../" SPEC CHECKSUMS: Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5 @@ -25,4 +32,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 6cfa779b26a19b93894470338981de29e1c1fb06 -COCOAPODS: 1.3.1 +COCOAPODS: 1.7.5 diff --git a/Example/loudspeaker.xcodeproj/project.pbxproj b/Example/loudspeaker.xcodeproj/project.pbxproj index e066b3a..6cb4d60 100644 --- a/Example/loudspeaker.xcodeproj/project.pbxproj +++ b/Example/loudspeaker.xcodeproj/project.pbxproj @@ -225,7 +225,6 @@ 6003F587195388D20070C39A /* Frameworks */, 6003F588195388D20070C39A /* Resources */, D29F17EAAAA416CD1A65A5D5 /* [CP] Embed Pods Frameworks */, - 5FB7ABD54F6F6AB3BC115B1A /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -245,7 +244,6 @@ 6003F5AB195388D20070C39A /* Frameworks */, 6003F5AC195388D20070C39A /* Resources */, 700189DE91770B50B11F4E3B /* [CP] Embed Pods Frameworks */, - 5D3ACD3DAD153EA9B7AE1489 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -264,7 +262,7 @@ isa = PBXProject; attributes = { CLASSPREFIX = LSP; - LastUpgradeCheck = 0900; + LastUpgradeCheck = 1110; ORGANIZATIONNAME = "Adam Yanalunas"; TargetAttributes = { 6003F589195388D20070C39A = { @@ -277,7 +275,7 @@ }; buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "loudspeaker" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, @@ -319,39 +317,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 5D3ACD3DAD153EA9B7AE1489 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 5FB7ABD54F6F6AB3BC115B1A /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-loudspeaker/Pods-loudspeaker-resources.sh", - $PODS_CONFIGURATION_BUILD_DIR/loudspeaker/loudspeaker.bundle, - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-loudspeaker/Pods-loudspeaker-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; 6A78E2D99612904378871230 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -376,7 +341,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh", "${BUILT_PRODUCTS_DIR}/Expecta/Expecta.framework", "${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework", "${BUILT_PRODUCTS_DIR}/Specta/Specta.framework", @@ -389,7 +354,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; C2D6CA83C0B94A0BD33CD7DC /* [CP] Check Pods Manifest.lock */ = { @@ -416,7 +381,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-loudspeaker/Pods-loudspeaker-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-loudspeaker/Pods-loudspeaker-frameworks.sh", "${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework", "${BUILT_PRODUCTS_DIR}/loudspeaker/loudspeaker.framework", ); @@ -427,7 +392,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-loudspeaker/Pods-loudspeaker-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-loudspeaker/Pods-loudspeaker-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -497,6 +462,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -505,12 +471,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -548,6 +516,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -556,12 +525,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; diff --git a/Example/loudspeaker.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme b/Example/loudspeaker.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme index 89f33a2..88fb840 100644 --- a/Example/loudspeaker.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme +++ b/Example/loudspeaker.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme @@ -1,6 +1,6 @@ - - - - + + + + @@ -40,23 +48,11 @@ - - - - - - - -