Skip to content

Commit

Permalink
update for nss 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Aug 1, 2023
1 parent 60cd7d6 commit 36d9316
Show file tree
Hide file tree
Showing 14 changed files with 458 additions and 66 deletions.
4 changes: 2 additions & 2 deletions GigyaNss.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'GigyaNss'
spec.version = '1.8.1'
spec.version = '1.9.0'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Native+Screen-Sets'
spec.author = 'Gigya SAP'
Expand All @@ -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.1' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.9.0' }
spec.module_name = 'GigyaNss'
spec.swift_version = '5.2'

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>flutter_assets/assets/example.json</key>
<data>
TRZvznL6d93L2EsXVK409iznjuA=
zQwtr1YlUEeXOfknY1BEYKNnkVg=
</data>
<key>flutter_assets/assets/example_tests.json</key>
<data>
Expand Down Expand Up @@ -142,7 +142,7 @@
</data>
<key>flutter_assets/kernel_blob.bin</key>
<data>
mgWk6p13DEgujJyXeIdIwknKwYU=
dOMpre+MzX7IhZJXnRFyjyD0/IQ=
</data>
<key>flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf</key>
<data>
Expand Down Expand Up @@ -191,7 +191,7 @@
<dict>
<key>hash2</key>
<data>
CX67VgZZeL+lNu7a40fcoounNfTDbSBLlMCkIV6FUMA=
gnXLCJBkPknVVoBBhhZq0XIQBSVhv3YuAfeNiua0pLg=
</data>
</dict>
<key>flutter_assets/assets/example_tests.json</key>
Expand Down Expand Up @@ -380,7 +380,7 @@
<dict>
<key>hash2</key>
<data>
qEoHwtnd/fFwX8NjEwMZS7muz3MV5X5kLzeuT6Nsee4=
4eG7QnCVJ159Dknf7VnxX3hbQQ8qkRIsbfbfECRb6zk=
</data>
</dict>
<key>flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@
},
"account-update": {
"routing": {
"onSuccess": "_dismiss"
"onSuccess": "_dismiss",
"onBack" : "_dismiss"
},
"action": "setAccount",
"appBar": {
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</data>
<key>flutter_assets/assets/example.json</key>
<data>
TRZvznL6d93L2EsXVK409iznjuA=
zQwtr1YlUEeXOfknY1BEYKNnkVg=
</data>
<key>flutter_assets/assets/example_tests.json</key>
<data>
Expand Down Expand Up @@ -179,7 +179,7 @@
<dict>
<key>hash2</key>
<data>
CX67VgZZeL+lNu7a40fcoounNfTDbSBLlMCkIV6FUMA=
gnXLCJBkPknVVoBBhhZq0XIQBSVhv3YuAfeNiua0pLg=
</data>
</dict>
<key>flutter_assets/assets/example_tests.json</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@
},
"account-update": {
"routing": {
"onSuccess": "_dismiss"
"onSuccess": "_dismiss",
"onBack" : "_dismiss"
},
"action": "setAccount",
"appBar": {
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions GigyaNss/GigyaNss.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.8.1;
MARKETING_VERSION = 1.9.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaNss;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -775,7 +775,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.8.1;
MARKETING_VERSION = 1.9.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = Gigya.GigyaNss;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
2 changes: 1 addition & 1 deletion GigyaNss/GigyaNss/Channels/ScreenChannel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ScreenChannel: BaseChannel {
enum ScreenChannelEvent: String {
case action
case dismiss = "_dismiss"
case canceled = "_canceled"
case canceled = "_cancel"
case link
case eval
}
4 changes: 2 additions & 2 deletions GigyaNssRelease.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'GigyaNssRelease'
spec.version = '1.8.1'
spec.version = '1.9.0'
spec.license = 'Apache 2.0'
spec.homepage = 'https://developers.gigya.com/display/GD/Native+Screen-Sets'
spec.author = 'Gigya SAP'
Expand All @@ -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.1' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.9.0' }
spec.module_name = 'GigyaNss'
spec.swift_version = '5.2'

Expand Down
Binary file not shown.
Loading

0 comments on commit 36d9316

Please sign in to comment.