From f0f0ed1bc5795b01b250a074c6bbc9f78277c443 Mon Sep 17 00:00:00 2001 From: Ildar Abdullin Date: Tue, 28 May 2019 13:57:48 -0700 Subject: [PATCH] Release 1.3.0 --- OktaAuthNative.xcodeproj/project.pbxproj | 8 ++++++++ OktaAuthSdk.podspec | 2 +- Source/Info.plist | 2 +- Tests/Info.plist | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/OktaAuthNative.xcodeproj/project.pbxproj b/OktaAuthNative.xcodeproj/project.pbxproj index f20340e..2c9c1c1 100644 --- a/OktaAuthNative.xcodeproj/project.pbxproj +++ b/OktaAuthNative.xcodeproj/project.pbxproj @@ -123,6 +123,8 @@ A1E7469F2283819700C48A28 /* MFA_ENROLL_ACTIVATE_CALL in Resources */ = {isa = PBXBuildFile; fileRef = A1E7469E2283819700C48A28 /* MFA_ENROLL_ACTIVATE_CALL */; }; A1E746A0228381D400C48A28 /* MFA_ENROLL_ACTIVATE_CALL in Resources */ = {isa = PBXBuildFile; fileRef = A1E7469E2283819700C48A28 /* MFA_ENROLL_ACTIVATE_CALL */; }; A1E746A22283830F00C48A28 /* OktaFactorOtherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1E746A12283830F00C48A28 /* OktaFactorOtherTests.swift */; }; + A1F9E599229DD7A400924F7A /* MFA_ENROLL_ACTIVATE_TOTP in Resources */ = {isa = PBXBuildFile; fileRef = A1F9E597229DD7A400924F7A /* MFA_ENROLL_ACTIVATE_TOTP */; }; + A1F9E59A229DD7A400924F7A /* SUCCESS_UNLOCK in Resources */ = {isa = PBXBuildFile; fileRef = A1F9E598229DD7A400924F7A /* SUCCESS_UNLOCK */; }; A1FCB12F220A458F0026F522 /* OktaAPIMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1FCB12E220A458F0026F522 /* OktaAPIMock.swift */; }; FA4ED9A021C1499200A065A1 /* OktaAuth_iOS.h in Headers */ = {isa = PBXBuildFile; fileRef = FA4ED99E21C1499200A065A1 /* OktaAuth_iOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; FA4ED9AA21C2895B00A065A1 /* OktaError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4ED9A921C2895B00A065A1 /* OktaError.swift */; }; @@ -224,6 +226,8 @@ A1E7469C22837E7400C48A28 /* OktaFactorCallTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OktaFactorCallTests.swift; sourceTree = ""; }; A1E7469E2283819700C48A28 /* MFA_ENROLL_ACTIVATE_CALL */ = {isa = PBXFileReference; lastKnownFileType = text; path = MFA_ENROLL_ACTIVATE_CALL; sourceTree = ""; }; A1E746A12283830F00C48A28 /* OktaFactorOtherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OktaFactorOtherTests.swift; sourceTree = ""; }; + A1F9E597229DD7A400924F7A /* MFA_ENROLL_ACTIVATE_TOTP */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MFA_ENROLL_ACTIVATE_TOTP; sourceTree = ""; }; + A1F9E598229DD7A400924F7A /* SUCCESS_UNLOCK */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SUCCESS_UNLOCK; sourceTree = ""; }; A1FCB12E220A458F0026F522 /* OktaAPIMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OktaAPIMock.swift; sourceTree = ""; }; FA4ED99B21C1499200A065A1 /* OktaAuthNative.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OktaAuthNative.framework; sourceTree = BUILT_PRODUCTS_DIR; }; FA4ED99E21C1499200A065A1 /* OktaAuth_iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OktaAuth_iOS.h; sourceTree = ""; }; @@ -318,6 +322,8 @@ 2FF5C85021D1076100EECA75 /* Resources */ = { isa = PBXGroup; children = ( + A1F9E597229DD7A400924F7A /* MFA_ENROLL_ACTIVATE_TOTP */, + A1F9E598229DD7A400924F7A /* SUCCESS_UNLOCK */, 2FF5C85721D3A9E200EECA75 /* OperationNotAllowedError */, 2FF5C85D21D3B15000EECA75 /* AuthenticationFailedError */, 2F7C3B812268CE3A00A62FD4 /* MFA_ENROLL_NotEnrolled */, @@ -573,9 +579,11 @@ buildActionMask = 2147483647; files = ( A1E746A0228381D400C48A28 /* MFA_ENROLL_ACTIVATE_CALL in Resources */, + A1F9E599229DD7A400924F7A /* MFA_ENROLL_ACTIVATE_TOTP in Resources */, A1E74657228355FA00C48A28 /* Questions in Resources */, 2F8155952270B85B009FA6C5 /* RECOVERY in Resources */, A1C06F16221E0037005E8369 /* PASSWORD_WARN in Resources */, + A1F9E59A229DD7A400924F7A /* SUCCESS_UNLOCK in Resources */, 2F8155992270B8AB009FA6C5 /* PASSWORD_RESET in Resources */, A1C06F14221DFFD8005E8369 /* PASSWORD_EXPIRED in Resources */, 2F8155972270B878009FA6C5 /* RECOVERY_CHALLENGE_SMS in Resources */, diff --git a/OktaAuthSdk.podspec b/OktaAuthSdk.podspec index 0110d81..11fe3d2 100644 --- a/OktaAuthSdk.podspec +++ b/OktaAuthSdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OktaAuthSdk' - s.version = '1.2.0' + s.version = '1.3.0' s.summary = 'SDK for Okta native authentication.' s.description = <<-DESC Integrate your native app with Okta. diff --git a/Source/Info.plist b/Source/Info.plist index 0fb8e8b..02f4917 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index 091a681..351fded 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.2.0 + 1.3.0 CFBundleVersion 1