Skip to content

Commit

Permalink
update flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Oct 31, 2023
1 parent 8d8caf2 commit 4158896
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 67 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.0'
spec.version = '1.9.1'
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.0' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.9.1' }
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.1'
ss.dependency 'Gigya', '>= 1.5.7'
ss.framework = 'SystemConfiguration'
ss.library = 'c++', 'z'
ss.vendored_frameworks = 'GigyaNss/Flutter/Debug/Flutter.xcframework', 'GigyaNss/Flutter/Debug/App.xcframework'
Expand Down
14 changes: 0 additions & 14 deletions GigyaNss/Flutter/Debug/App.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
<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.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</data>
<key>flutter_assets/kernel_blob.bin</key>
<data>
qX+6cB7Qq16vyaFynCu9GmcWQzQ=
xOyzPe6eF5BvpPqPPP8rSJmtWkc=
</data>
<key>flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf</key>
<data>
Expand Down Expand Up @@ -380,7 +380,7 @@
<dict>
<key>hash2</key>
<data>
/rR0WDqZmAj2qEID0uxE9ewyOgUSQWGG0h/aSM20DA4=
aJyvpT3DtP+Z9DcuYyxqXtZE1ezM70lhjCZ1eVveO/0=
</data>
</dict>
<key>flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf</key>
Expand Down
Binary file not shown.
12 changes: 0 additions & 12 deletions GigyaNss/Flutter/Debug/Flutter.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Flutter.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
Expand Down
17 changes: 0 additions & 17 deletions GigyaNss/Flutter/Release/App.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,6 @@
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>BinaryPath</key>
<string>App.framework/App</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>App.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>App.framework/App</string>
Expand Down
Binary file not shown.
Binary file not shown.
15 changes: 0 additions & 15 deletions GigyaNss/Flutter/Release/Flutter.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Flutter.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
Expand Down
6 changes: 3 additions & 3 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.9.0'
spec.version = '1.9.1'
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.0' }
spec.source = { :git => 'https://github.com/SAP/gigya-swift-sdk.git', :tag => 'nss/v1.9.1' }
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.1'
ss.dependency 'Gigya', '>= 1.5.7'
ss.framework = 'SystemConfiguration'
ss.library = 'c++', 'z'

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2566,7 +2566,7 @@
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "10940E69-B527-4709-A026-084464BB57FB"
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "TestApp/UI/ViewController.swift"
Expand All @@ -2576,6 +2576,38 @@
endingLineNumber = "436"
landmarkName = "register(_:)"
landmarkType = "7">
<Locations>
<Location
uuid = "10940E69-B527-4709-A026-084464BB57FB - a8f96040e7eddfed"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "closure #1 (GigyaNss.NssEvents&lt;TestApp.UserHost&gt;) -&gt; () in TestApp.ViewController.register(Any) -&gt; ()"
moduleName = "TestApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/i507698/Documents/gigya-swift-sdk/TestApp/UI/ViewController.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "437"
endingLineNumber = "437"
offsetFromSymbolStart = "708">
</Location>
<Location
uuid = "10940E69-B527-4709-A026-084464BB57FB - a8f96040e7eddfc2"
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "closure #1 (GigyaNss.NssEvents&lt;TestApp.UserHost&gt;) -&gt; () in TestApp.ViewController.register(Any) -&gt; ()"
moduleName = "TestApp"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/i507698/Documents/gigya-swift-sdk/TestApp/UI/ViewController.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "436"
endingLineNumber = "436"
offsetFromSymbolStart = "708">
</Location>
</Locations>
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
Expand Down

0 comments on commit 4158896

Please sign in to comment.