From 885fe9a7e7e477c2c9c53ddadc99bdef07ad86f5 Mon Sep 17 00:00:00 2001 From: Dmitry Lobanov Date: Tue, 19 Jun 2018 17:20:30 +0300 Subject: [PATCH] core: project updated. version has been updated. --- Framework/JWT.xcodeproj/project.pbxproj | 6 +- .../xcschemes/JWT-iOS-Static.xcscheme | 4 +- .../xcschemes/JWT-iOS-Swift.xcscheme | 4 +- .../xcshareddata/xcschemes/JWT-iOS.xcscheme | 4 +- .../xcschemes/JWT-macOS-Swift.xcscheme | 4 +- .../xcshareddata/xcschemes/JWT-macOS.xcscheme | 4 +- .../xcshareddata/xcschemes/JWT.xcscheme | 4 +- Tests/Podfile.lock | 11 +++- Tests/Tests.xcodeproj/project.pbxproj | 64 ------------------- VERSION | 2 +- 10 files changed, 20 insertions(+), 87 deletions(-) diff --git a/Framework/JWT.xcodeproj/project.pbxproj b/Framework/JWT.xcodeproj/project.pbxproj index 8d4d16fa..ab96ffa3 100644 --- a/Framework/JWT.xcodeproj/project.pbxproj +++ b/Framework/JWT.xcodeproj/project.pbxproj @@ -561,7 +561,7 @@ isa = PBXProject; attributes = { LastTestingUpgradeCheck = 0610; - LastUpgradeCheck = 0920; + LastUpgradeCheck = 1000; ORGANIZATIONNAME = JWTIO; TargetAttributes = { 045146671D5E2A78007B1D7A = { @@ -1186,11 +1186,13 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 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_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; @@ -1233,11 +1235,13 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 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_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; diff --git a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Static.xcscheme b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Static.xcscheme index 09a70f4f..31f5f52c 100644 --- a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Static.xcscheme +++ b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Static.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Swift.xcscheme b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Swift.xcscheme index ceb2897e..7bb4c065 100644 --- a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Swift.xcscheme +++ b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS-Swift.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS.xcscheme b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS.xcscheme index 13b56f61..da081d19 100644 --- a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS.xcscheme +++ b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-iOS.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS-Swift.xcscheme b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS-Swift.xcscheme index 0ba7907c..770689cd 100644 --- a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS-Swift.xcscheme +++ b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS-Swift.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS.xcscheme b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS.xcscheme index 0b2b337d..af360afc 100644 --- a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS.xcscheme +++ b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT-macOS.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT.xcscheme b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT.xcscheme index bf145ed4..72e21ee7 100644 --- a/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT.xcscheme +++ b/Framework/JWT.xcodeproj/xcshareddata/xcschemes/JWT.xcscheme @@ -1,6 +1,6 @@ @@ -37,7 +36,6 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/Tests/Podfile.lock b/Tests/Podfile.lock index d5603e85..61623f39 100644 --- a/Tests/Podfile.lock +++ b/Tests/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Base64 (1.1.2) - - JWT (3.0.0-beta.8): + - JWT (3.0.0-beta.9): - Base64 (~> 1.1.2) - Kiwi (2.4.0) @@ -8,9 +8,14 @@ DEPENDENCIES: - JWT (from `../`) - Kiwi +SPEC REPOS: + https://github.com/cocoapods/specs.git: + - Base64 + - Kiwi + EXTERNAL SOURCES: JWT: - :path: ../ + :path: "../" SPEC CHECKSUMS: Base64: cecfb41a004124895a7bcee567a89bae5a89d49b @@ -19,4 +24,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c75c7cf114c84da4136ca88e1af74b58b1b83616 -COCOAPODS: 1.4.0 +COCOAPODS: 1.5.3 diff --git a/Tests/Tests.xcodeproj/project.pbxproj b/Tests/Tests.xcodeproj/project.pbxproj index e078b343..829db3b8 100644 --- a/Tests/Tests.xcodeproj/project.pbxproj +++ b/Tests/Tests.xcodeproj/project.pbxproj @@ -269,8 +269,6 @@ 0451472F1D5E2FF0007B1D7A /* Sources */, 045147301D5E2FF0007B1D7A /* Frameworks */, 045147311D5E2FF0007B1D7A /* Resources */, - 8127AA50E0018E787AC4E28A /* [CP] Embed Pods Frameworks */, - 2254A4BA8F346F7F673312AB /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -289,8 +287,6 @@ 0451473C1D5E3004007B1D7A /* Sources */, 0451473D1D5E3004007B1D7A /* Frameworks */, 0451473E1D5E3004007B1D7A /* Resources */, - 2F788A586C1563DB184660EB /* [CP] Embed Pods Frameworks */, - F76C39DEF917FC167077A000 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -390,51 +386,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 2254A4BA8F346F7F673312AB /* [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-iOS_Tests/Pods-iOS_Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 2F788A586C1563DB184660EB /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-macOS_Tests/Pods-macOS_Tests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 8127AA50E0018E787AC4E28A /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-iOS_Tests/Pods-iOS_Tests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; 82B0D4724435B970FA3447D9 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -471,21 +422,6 @@ 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"; showEnvVarsInLog = 0; }; - F76C39DEF917FC167077A000 /* [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-macOS_Tests/Pods-macOS_Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ diff --git a/VERSION b/VERSION index 3fea8258..bec505b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-beta.8 \ No newline at end of file +3.0.0-beta.9 \ No newline at end of file