diff --git a/GigyaE2ETestsApp/GigyaE2ETestsApp.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist b/GigyaE2ETestsApp/GigyaE2ETestsApp.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist index 7ddc228f..04acf747 100644 --- a/GigyaE2ETestsApp/GigyaE2ETestsApp.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/GigyaE2ETestsApp/GigyaE2ETestsApp.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ GigyaE2ETestsApp.xcscheme_^#shared#^_ orderHint - 31 + 32 diff --git a/GigyaNss.podspec b/GigyaNss.podspec index 69339164..7e94ce1e 100644 --- a/GigyaNss.podspec +++ b/GigyaNss.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'GigyaNss' - spec.version = '1.8.0' + spec.version = '1.8.1' spec.license = 'Apache 2.0' spec.homepage = 'https://developers.gigya.com/display/GD/Native+Screen-Sets' spec.author = 'Gigya SAP' @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| authentication methods from the standard login flow DESC - spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.8.0' } + spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.8.1' } spec.module_name = 'GigyaNss' spec.swift_version = '5.2' diff --git a/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/App b/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/App index 97affc8d..4eaefd55 100755 Binary files a/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/App and b/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/App differ diff --git a/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/_CodeSignature/CodeResources b/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/_CodeSignature/CodeResources index c8bff45e..53b6dcaa 100644 --- a/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/_CodeSignature/CodeResources +++ b/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/_CodeSignature/CodeResources @@ -142,7 +142,7 @@ flutter_assets/kernel_blob.bin - 9vYUjKwuNg9OCWISOXrNOtMVdgU= + mgWk6p13DEgujJyXeIdIwknKwYU= flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf @@ -380,7 +380,7 @@ hash2 - FEysRn7ktUirUepBy4KsqmUOjJnOS4jGVIQ60HhtOvk= + qEoHwtnd/fFwX8NjEwMZS7muz3MV5X5kLzeuT6Nsee4= flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf diff --git a/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/flutter_assets/kernel_blob.bin b/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/flutter_assets/kernel_blob.bin index 23b53d72..4069d72c 100644 Binary files a/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/flutter_assets/kernel_blob.bin and b/GigyaNss/Flutter/Debug/App.xcframework/ios-arm64_x86_64-simulator/App.framework/flutter_assets/kernel_blob.bin differ diff --git a/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/App.framework/App b/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/App.framework/App index 8b8f43b8..93bd209a 100755 Binary files a/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/App.framework/App and b/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/App.framework/App differ diff --git a/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/dSYMs/App.framework.dSYM/Contents/Resources/DWARF/App b/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/dSYMs/App.framework.dSYM/Contents/Resources/DWARF/App index 909efcdc..44b24850 100644 Binary files a/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/dSYMs/App.framework.dSYM/Contents/Resources/DWARF/App and b/GigyaNss/Flutter/Release/App.xcframework/ios-arm64/dSYMs/App.framework.dSYM/Contents/Resources/DWARF/App differ diff --git a/GigyaNss/GigyaNss.xcodeproj/project.pbxproj b/GigyaNss/GigyaNss.xcodeproj/project.pbxproj index 2d58b3d1..ce1a92d7 100644 --- a/GigyaNss/GigyaNss.xcodeproj/project.pbxproj +++ b/GigyaNss/GigyaNss.xcodeproj/project.pbxproj @@ -38,6 +38,7 @@ E70F8BED2405215C00D52208 /* ActionFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = E70F8BEC2405215C00D52208 /* ActionFactory.swift */; }; E70F8BEF24053ABA00D52208 /* RegisterAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = E70F8BEE24053AB900D52208 /* RegisterAction.swift */; }; E70F8BF124053B5800D52208 /* LoginAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = E70F8BF024053B5800D52208 /* LoginAction.swift */; }; + E712F20D2A5188680047F3D9 /* Flutter.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = E798550726552AE200984794 /* Flutter.xcframework */; }; E719C6AF24225216002F8C36 /* LogChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E719C6AE24225216002F8C36 /* LogChannel.swift */; }; E719C6B124226139002F8C36 /* SetAccountAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = E719C6B024226139002F8C36 /* SetAccountAction.swift */; }; E71CB3B22554029000D63726 /* JsEvaluatorHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E71CB3B12554029000D63726 /* JsEvaluatorHelper.swift */; }; @@ -52,7 +53,6 @@ E73C8A4F2431D3480064EFE1 /* FlowManagerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E73C8A4E2431D3480064EFE1 /* FlowManagerDelegate.swift */; }; E73C8A522431D3930064EFE1 /* NssInterruptionsSupported.swift in Sources */ = {isa = PBXBuildFile; fileRef = E73C8A512431D3930064EFE1 /* NssInterruptionsSupported.swift */; }; E73C8A542431E6080064EFE1 /* NssResolverModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E73C8A532431E6080064EFE1 /* NssResolverModel.swift */; }; - E75DE0CE294712C000EB5885 /* Flutter.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7E119B2266CD5C3006EE19C /* Flutter.xcframework */; }; E761DBF624F3A27F0072BAFF /* ImagePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E761DBF524F3A27F0072BAFF /* ImagePickerViewController.swift */; }; E764219E25D51FF500CDED4C /* OtpService.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7C3A6C825CC5C040037E574 /* OtpService.swift */; }; E76421A325D51FFD00CDED4C /* GigyaAuth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7C3A6BD25CC5BB60037E574 /* GigyaAuth.framework */; }; @@ -153,7 +153,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E75DE0CE294712C000EB5885 /* Flutter.xcframework in Frameworks */, + E712F20D2A5188680047F3D9 /* Flutter.xcframework in Frameworks */, E76421A325D51FFD00CDED4C /* GigyaAuth.framework in Frameworks */, E7288CA32455CFD800AD99CA /* Gigya.framework in Frameworks */, ); @@ -734,7 +734,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.8.0; + MARKETING_VERSION = 1.8.1; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaNss; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; @@ -775,7 +775,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.8.0; + MARKETING_VERSION = 1.8.1; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaNss; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; diff --git a/GigyaNssRelease.podspec b/GigyaNssRelease.podspec index 01b6caf5..cf7197c3 100644 --- a/GigyaNssRelease.podspec +++ b/GigyaNssRelease.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'GigyaNssRelease' - spec.version = '1.8.0' + spec.version = '1.8.1' spec.license = 'Apache 2.0' spec.homepage = 'https://developers.gigya.com/display/GD/Native+Screen-Sets' spec.author = 'Gigya SAP' @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| authentication methods from the standard login flow DESC - spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.8.0' } + spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.8.1' } spec.module_name = 'GigyaNss' spec.swift_version = '5.2' diff --git a/GigyaSwift.xcodeproj/project.pbxproj b/GigyaSwift.xcodeproj/project.pbxproj index 0314b68d..84249728 100644 --- a/GigyaSwift.xcodeproj/project.pbxproj +++ b/GigyaSwift.xcodeproj/project.pbxproj @@ -57,6 +57,10 @@ E711A8B522E9A12500ADA304 /* URLSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E711A8B422E9A12500ADA304 /* URLSessionTests.swift */; }; E712E90822A662D6005397BA /* PluginViewWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E712E90722A662D6005397BA /* PluginViewWrapperTests.swift */; }; E712E90C22A664DB005397BA /* FakeUIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E712E90B22A664DB005397BA /* FakeUIViewController.swift */; }; + E712F2092A5188580047F3D9 /* App.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = E732A82328BB55240035DDEA /* App.xcframework */; }; + E712F20A2A5188580047F3D9 /* App.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E732A82328BB55240035DDEA /* App.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + E712F20B2A5188580047F3D9 /* Flutter.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = E732A82428BB55240035DDEA /* Flutter.xcframework */; }; + E712F20C2A5188580047F3D9 /* Flutter.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E732A82428BB55240035DDEA /* Flutter.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; E713E0FC2247C6E700181328 /* SignatureUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E713E0FB2247C6E700181328 /* SignatureUtils.swift */; }; E713E0FE2248C83D00181328 /* GigyaConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = E713E0FD2248C83D00181328 /* GigyaConfig.swift */; }; E713E1022248E41400181328 /* GigyaRequestSignature.swift in Sources */ = {isa = PBXBuildFile; fileRef = E713E1012248E41400181328 /* GigyaRequestSignature.swift */; }; @@ -119,10 +123,6 @@ E7584EEB22E0BC22007229FE /* View.xib in Resources */ = {isa = PBXBuildFile; fileRef = E7584EEA22E0BC22007229FE /* View.xib */; }; E75C69E1276A33E500FFA610 /* CryptoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75C69E0276A33E400FFA610 /* CryptoKit.framework */; }; E75C69E2276A342400FFA610 /* CryptoKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E75C69E0276A33E400FFA610 /* CryptoKit.framework */; }; - E75DE0D1294712D900EB5885 /* App.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = E794998D292A1EC900D3FB98 /* App.xcframework */; }; - E75DE0D2294712D900EB5885 /* App.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E794998D292A1EC900D3FB98 /* App.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - E75DE0D3294712D900EB5885 /* Flutter.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = E710952B288EC1FF0062DCAD /* Flutter.xcframework */; }; - E75DE0D4294712D900EB5885 /* Flutter.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E710952B288EC1FF0062DCAD /* Flutter.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; E760668B2278998E005E4CFD /* WebLoginProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76066882278998E005E4CFD /* WebLoginProvider.swift */; }; E760668C2278998E005E4CFD /* WebViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = E76066892278998E005E4CFD /* WebViewWrapper.swift */; }; E760668D2278998E005E4CFD /* GigyaWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E760668A2278998E005E4CFD /* GigyaWebViewController.swift */; }; @@ -318,9 +318,9 @@ E76B94F8285089D100E63E3B /* GigyaAuth.framework in Embed Frameworks */, E732A83028BB62720035DDEA /* (null) in Embed Frameworks */, E76B94FE28508A5E00E63E3B /* GigyaTfa.framework in Embed Frameworks */, - E75DE0D4294712D900EB5885 /* Flutter.xcframework in Embed Frameworks */, + E712F20C2A5188580047F3D9 /* Flutter.xcframework in Embed Frameworks */, E76B94FA285089EF00E63E3B /* GigyaNss.framework in Embed Frameworks */, - E75DE0D2294712D900EB5885 /* App.xcframework in Embed Frameworks */, + E712F20A2A5188580047F3D9 /* App.xcframework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -677,11 +677,11 @@ files = ( E7DC2C6D2280778000A13426 /* libc++.tbd in Frameworks */, E7DC2C6C2280771700A13426 /* libz.tbd in Frameworks */, - E75DE0D1294712D900EB5885 /* App.xcframework in Frameworks */, + E712F2092A5188580047F3D9 /* App.xcframework in Frameworks */, E76B94F7285089D100E63E3B /* GigyaAuth.framework in Frameworks */, E76B94F9285089EF00E63E3B /* GigyaNss.framework in Frameworks */, E7DC2C6B228076E600A13426 /* libsqlite3.tbd in Frameworks */, - E75DE0D3294712D900EB5885 /* Flutter.xcframework in Frameworks */, + E712F20B2A5188580047F3D9 /* Flutter.xcframework in Frameworks */, E73373F522633BDA00ADEDBB /* SafariServices.framework in Frameworks */, E731B72D232A53AD0032E111 /* AuthenticationServices.framework in Frameworks */, E732A82F28BB62720035DDEA /* (null) in Frameworks */, diff --git a/GigyaSwift.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist b/GigyaSwift.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist index 49a280ee..cdd934e2 100644 --- a/GigyaSwift.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/GigyaSwift.xcodeproj/xcuserdata/i507698.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,7 +12,7 @@ GigyaUITestsApp.xcscheme_^#shared#^_ orderHint - 32 + 31 GigyaXC.xcscheme_^#shared#^_ diff --git a/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/UserInterfaceState.xcuserstate b/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/UserInterfaceState.xcuserstate index dc643849..4ec70a94 100644 Binary files a/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/UserInterfaceState.xcuserstate and b/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 85609517..d0400ac8 100644 --- a/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/GigyaSwift.xcworkspace/xcuserdata/i507698.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -338,100 +338,6 @@ landmarkType = "7"> - - - - - - - - - - - - - - - - - - @@ -981,9 +887,7 @@ startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "85" - endingLineNumber = "85" - landmarkName = "PluginViewController" - landmarkType = "3"> + endingLineNumber = "85"> @@ -1472,7 +1376,7 @@ endingColumnNumber = "9223372036854775807" startingLineNumber = "567" endingLineNumber = "567" - landmarkName = "showScreenSet(_:)" + landmarkName = "checkLoginState()" landmarkType = "7"> @@ -1715,5 +1619,149 @@ landmarkType = "7"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +