diff --git a/.travis.yml b/.travis.yml index ca77b86..b2b56c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode6.4 +osx_image: xcode7 before_install: - gem install cocoapods xcpretty --no-rdoc --no-ri --no-document script: diff --git a/LockGoogle.xcodeproj/project.pbxproj b/LockGoogle.xcodeproj/project.pbxproj index e6ef2a7..f57b453 100644 --- a/LockGoogle.xcodeproj/project.pbxproj +++ b/LockGoogle.xcodeproj/project.pbxproj @@ -296,7 +296,7 @@ 5FF770751B7EAEA700FA0196 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0640; + LastUpgradeCheck = 0700; ORGANIZATIONNAME = Auth0; TargetAttributes = { 5FF7707D1B7EAEA700FA0196 = { @@ -518,6 +518,7 @@ CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -595,6 +596,7 @@ INFOPLIST_FILE = LockGoogle/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.auth0.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; @@ -611,6 +613,7 @@ INFOPLIST_FILE = LockGoogle/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.auth0.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; @@ -630,6 +633,7 @@ ); INFOPLIST_FILE = LockGoogleTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.auth0.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -644,6 +648,7 @@ ); INFOPLIST_FILE = LockGoogleTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.auth0.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -658,6 +663,7 @@ ); INFOPLIST_FILE = LockGoogleApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.auth0.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -668,6 +674,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = LockGoogleApp/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.auth0.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/LockGoogle.xcodeproj/xcshareddata/xcschemes/LockGoogle.xcscheme b/LockGoogle.xcodeproj/xcshareddata/xcschemes/LockGoogle.xcscheme index 8062dd1..18078d7 100644 --- a/LockGoogle.xcodeproj/xcshareddata/xcschemes/LockGoogle.xcscheme +++ b/LockGoogle.xcodeproj/xcshareddata/xcschemes/LockGoogle.xcscheme @@ -1,6 +1,6 @@ + shouldUseLaunchSchemeArgsEnv = "YES"> @@ -62,15 +62,18 @@ ReferencedContainer = "container:LockGoogle.xcodeproj"> + + CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - com.auth0.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/LockGoogleApp/Info.plist b/LockGoogleApp/Info.plist index d5f8a49..e453870 100644 --- a/LockGoogleApp/Info.plist +++ b/LockGoogleApp/Info.plist @@ -2,12 +2,16 @@ + Auth0ClientId + U5MhUrbyQHSVWjlEqZSTCBUFABLbJAS3 + Auth0Domain + overmind.auth0.com CFBundleDevelopmentRegion en CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - com.auth0.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -31,10 +35,10 @@ - CFBundleURLName - CFBundleTypeRole None + CFBundleURLName + CFBundleURLSchemes com.auth0.$(PRODUCT_NAME:rfc1034identifier) @@ -59,9 +63,5 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - Auth0ClientId - U5MhUrbyQHSVWjlEqZSTCBUFABLbJAS3 - Auth0Domain - overmind.auth0.com diff --git a/LockGoogleTests/Info.plist b/LockGoogleTests/Info.plist index e359529..6d02d07 100644 --- a/LockGoogleTests/Info.plist +++ b/LockGoogleTests/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - com.auth0.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Podfile.lock b/Podfile.lock index 1508b30..a15af69 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,39 +1,40 @@ PODS: - - AFNetworking (2.5.4): - - AFNetworking/NSURLConnection (= 2.5.4) - - AFNetworking/NSURLSession (= 2.5.4) - - AFNetworking/Reachability (= 2.5.4) - - AFNetworking/Security (= 2.5.4) - - AFNetworking/Serialization (= 2.5.4) - - AFNetworking/UIKit (= 2.5.4) - - AFNetworking/NSURLConnection (2.5.4): + - AFNetworking (2.6.1): + - AFNetworking/NSURLConnection (= 2.6.1) + - AFNetworking/NSURLSession (= 2.6.1) + - AFNetworking/Reachability (= 2.6.1) + - AFNetworking/Security (= 2.6.1) + - AFNetworking/Serialization (= 2.6.1) + - AFNetworking/UIKit (= 2.6.1) + - AFNetworking/NSURLConnection (2.6.1): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/NSURLSession (2.5.4): + - AFNetworking/NSURLSession (2.6.1): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/Reachability (2.5.4) - - AFNetworking/Security (2.5.4) - - AFNetworking/Serialization (2.5.4) - - AFNetworking/UIKit (2.5.4): + - AFNetworking/Reachability (2.6.1) + - AFNetworking/Security (2.6.1) + - AFNetworking/Serialization (2.6.1) + - AFNetworking/UIKit (2.6.1): - AFNetworking/NSURLConnection - AFNetworking/NSURLSession - - CocoaLumberjack (2.0.1): - - CocoaLumberjack/Default (= 2.0.1) - - CocoaLumberjack/Extensions (= 2.0.1) - - CocoaLumberjack/Core (2.0.1) - - CocoaLumberjack/Default (2.0.1): + - CocoaLumberjack (2.0.3): + - CocoaLumberjack/Default (= 2.0.3) + - CocoaLumberjack/Extensions (= 2.0.3) + - CocoaLumberjack/Core (2.0.3) + - CocoaLumberjack/Default (2.0.3): - CocoaLumberjack/Core - - CocoaLumberjack/Extensions (2.0.1): + - CocoaLumberjack/Extensions (2.0.3): - CocoaLumberjack/Default - - Expecta (1.0.2) - - Google/Core (1.0.7): + - Expecta (1.0.3) + - Google/Core (1.1.1): + - GoogleInterchangeUtilities (~> 1.0) - GoogleNetworkingUtilities (~> 1.0) - GoogleSymbolUtilities (~> 1.0) - - GoogleUtilities (~> 1.0) - - Google/SignIn (1.0.7): + - GoogleUtilities (~> 1.1) + - Google/SignIn (1.1.1): - Google/Core - GoogleSignIn (~> 2.0) - GoogleAppUtilities (1.0.0): @@ -41,16 +42,18 @@ PODS: - GoogleAuthUtilities (1.0.1): - GoogleNetworkingUtilities (~> 1.0) - GoogleSymbolUtilities (~> 1.0) + - GoogleInterchangeUtilities (1.0.0): + - GoogleSymbolUtilities (~> 1.0) - GoogleNetworkingUtilities (1.0.0): - GoogleSymbolUtilities (~> 1.0) - - GoogleSignIn (2.2.0): - - GoogleAppUtilities (~> 1) - - GoogleAuthUtilities (~> 1) - - GoogleNetworkingUtilities (~> 1) - - GoogleUtilities (~> 1) + - GoogleSignIn (2.3.2): + - GoogleAppUtilities (~> 1.0) + - GoogleAuthUtilities (~> 1.0) + - GoogleNetworkingUtilities (~> 1.0) + - GoogleUtilities (~> 1.0) - GoogleSymbolUtilities (1.0.0) - - GoogleUtilities (1.0.1): - - GoogleSymbolUtilities (~> 1.0) + - GoogleUtilities (1.1.0): + - GoogleSymbolUtilities (~> 1.0.0) - ISO8601DateFormatter (0.7) - libextobjc (0.4.1): - libextobjc/EXTADT (= 0.4.1) @@ -87,15 +90,15 @@ PODS: - libextobjc/RuntimeExtensions - libextobjc/RuntimeExtensions (0.4.1) - libextobjc/UmbrellaHeader (0.4.1) - - Lock/Core (1.17.0): + - Lock/Core (1.19.2): - AFNetworking (~> 2.5) - CocoaLumberjack (~> 2.0) - ISO8601DateFormatter (~> 0.7) - libextobjc (~> 0.4) - - OCHamcrest (4.1.1) - - OCMockito (1.4.0): + - OCHamcrest (4.3.0) + - OCMockito (2.0.1): - OCHamcrest (~> 4.0) - - Specta (1.0.3) + - Specta (1.0.4) DEPENDENCIES: - CocoaLumberjack @@ -108,21 +111,22 @@ DEPENDENCIES: - Specta SPEC CHECKSUMS: - AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e - CocoaLumberjack: 019d1361244274a6138c788c6cb80baabc13fb8f - Expecta: 54e8a3530add08f4f0208c111355eda7cde74a53 - Google: 875f5a8ade86dd02e36586e4a54814843938c7f6 + AFNetworking: 8e4e60500beb8bec644cf575beee72990a76d399 + CocoaLumberjack: f58d8a19629f4d8379ae14bb3534def24161430e + Expecta: 9d1bff6c8b0eeee73a166a2ee898892478927a15 + Google: 529a5d8719dff90ea2e7cba5f45302cd359b5456 GoogleAppUtilities: c01c6a5671e9da8b9d690fdaec5959d6c2aac699 GoogleAuthUtilities: 049ffd3a297cdffd271451b82fd4e75304f15ef3 + GoogleInterchangeUtilities: fe088bea8c936218e52324a004d279c4491b9d65 GoogleNetworkingUtilities: 292992ab31b7b4ba32809a0e8b40e324cdfb2c0c - GoogleSignIn: c45d8d1a873784a3283b4f47f331dc06d8a727b6 + GoogleSignIn: bfeffe8bbb5f5b377d9cc0d36e97e5f4758cfec4 GoogleSymbolUtilities: a7b0feed1fe667c8d5e647177938d0ecd62d6948 - GoogleUtilities: e3475cd4d45134221d2f3f3626095a1c49b62041 + GoogleUtilities: 8ed9134debe11719097881711464752900668f10 ISO8601DateFormatter: ab926648eebe497f4d167c0fd083992f959f1274 libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471 - Lock: 7b7d1cdf49abfe73837730c60e5deac563cdc34f - OCHamcrest: 6f03ffa81d12feab872638490a44ab0a6d3aca10 - OCMockito: 4981140c9a9ec06c31af40f636e3c0f25f27e6b2 - Specta: cf3e4188cf35375c3ee2cd03f8db8f1f4ef98234 + Lock: da94a6916dd22673e975e3974cb6ce03d89d905d + OCHamcrest: cd63d27f48a266d4412c0b295b01b8f0940efa81 + OCMockito: f92ad4c6fac2841a88558879cfe517c40aebf91e + Specta: 69bb134672aae190a1379ff91df07dad8dd1f869 COCOAPODS: 0.38.2