Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Jan 23, 2024
2 parents abd4d01 + 8fd6ac1 commit 2476419
Show file tree
Hide file tree
Showing 21 changed files with 2,190 additions and 24 deletions.
6 changes: 3 additions & 3 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.9.2'
spec.version = '1.9.3'
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.9.2' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.9.3' }
spec.module_name = 'GigyaNss'
spec.swift_version = '5.2'

Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |spec|
ss.source_files = 'GigyaNss/GigyaNss/*.swift', 'GigyaNss/GigyaNss/*/*.swift', 'GigyaNss/GigyaNss/*/*/*.swift'
ss.exclude_files = 'GigyaNss/GigyaNss/services/Otp/OtpService.swift'

ss.dependency 'Gigya', '>= 1.5.7'
ss.dependency 'Gigya', '>= 1.5.9'
ss.framework = 'SystemConfiguration'
ss.library = 'c++', 'z'
ss.vendored_frameworks = 'GigyaNss/Flutter/Debug/Flutter.xcframework', 'GigyaNss/Flutter/Debug/App.xcframework'
Expand Down
14 changes: 14 additions & 0 deletions GigyaNss/Flutter/Debug/App.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>App.framework/App</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>App.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>App.framework/App</string>
Expand Down
Binary file not shown.
Loading

0 comments on commit 2476419

Please sign in to comment.