-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2488a8e
commit 832e943
Showing
24 changed files
with
348 additions
and
176 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/Assets.car
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+35 Bytes
(100%)
PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/Info.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...hylloConnect.framework/Modules/PhylloConnect.swiftmodule/arm64-apple-ios.swiftinterface-e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// swift-interface-format-version: 1.0 | ||
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) | ||
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name PhylloConnect | ||
import Foundation | ||
@_exported import PhylloConnect | ||
import Swift | ||
import UIKit | ||
import WebKit | ||
import _Concurrency | ||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LoginViewController : UIKit.UIViewController { | ||
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() | ||
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
@objc deinit | ||
} | ||
public struct PhylloConfig { | ||
public static var shared: PhylloConnect.PhylloConfig | ||
public init() | ||
public var env: PhylloConnect.PhylloEnvironment | ||
public var phylloVC: UIKit.UIViewController | ||
public var developerName: Swift.String | ||
public var deepLinkURL: Swift.String | ||
public var sdkToken: Swift.String | ||
public var userId: Swift.String | ||
} | ||
public class PhylloConnect { | ||
required public init(configuration: PhylloConnect.PhylloConfig) | ||
public func launchSDK(workPlatformId: Swift.String) | ||
@objc deinit | ||
} | ||
public enum PhylloEnvironment : Swift.String { | ||
case dev | ||
case sandbox | ||
case prod | ||
public init?(rawValue: Swift.String) | ||
public typealias RawValue = Swift.String | ||
public var rawValue: Swift.String { | ||
get | ||
} | ||
} | ||
extension PhylloConnect.PhylloEnvironment : Swift.Equatable {} | ||
extension PhylloConnect.PhylloEnvironment : Swift.Hashable {} | ||
extension PhylloConnect.PhylloEnvironment : Swift.RawRepresentable {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...os-arm64/PhylloConnect.framework/Modules/PhylloConnect.swiftmodule/arm64.swiftinterface-e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// swift-interface-format-version: 1.0 | ||
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) | ||
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name PhylloConnect | ||
import Foundation | ||
@_exported import PhylloConnect | ||
import Swift | ||
import UIKit | ||
import WebKit | ||
import _Concurrency | ||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LoginViewController : UIKit.UIViewController { | ||
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() | ||
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
@objc deinit | ||
} | ||
public struct PhylloConfig { | ||
public static var shared: PhylloConnect.PhylloConfig | ||
public init() | ||
public var env: PhylloConnect.PhylloEnvironment | ||
public var phylloVC: UIKit.UIViewController | ||
public var developerName: Swift.String | ||
public var deepLinkURL: Swift.String | ||
public var sdkToken: Swift.String | ||
public var userId: Swift.String | ||
} | ||
public class PhylloConnect { | ||
required public init(configuration: PhylloConnect.PhylloConfig) | ||
public func launchSDK(workPlatformId: Swift.String) | ||
@objc deinit | ||
} | ||
public enum PhylloEnvironment : Swift.String { | ||
case dev | ||
case sandbox | ||
case prod | ||
public init?(rawValue: Swift.String) | ||
public typealias RawValue = Swift.String | ||
public var rawValue: Swift.String { | ||
get | ||
} | ||
} | ||
extension PhylloConnect.PhylloEnvironment : Swift.Equatable {} | ||
extension PhylloConnect.PhylloEnvironment : Swift.Hashable {} | ||
extension PhylloConnect.PhylloEnvironment : Swift.RawRepresentable {} |
Binary file modified
BIN
-49.5 KB
(98%)
PhylloConnect.xcframework/ios-arm64/PhylloConnect.framework/PhylloConnect
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PhylloConnect.xcframework/ios-arm64_x86_64-simulator/PhylloConnect.framework/Assets.car
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+35 Bytes
(100%)
PhylloConnect.xcframework/ios-arm64_x86_64-simulator/PhylloConnect.framework/Info.plist
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
...ct.framework/Modules/PhylloConnect.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
// swift-interface-format-version: 1.0 | ||
// swift-compiler-version: Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) | ||
// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name PhylloConnect | ||
import Foundation | ||
@_exported import PhylloConnect | ||
import Swift | ||
import UIKit | ||
import WebKit | ||
import _Concurrency | ||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class LoginViewController : UIKit.UIViewController { | ||
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad() | ||
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
@objc deinit | ||
} | ||
public struct PhylloConfig { | ||
public static var shared: PhylloConnect.PhylloConfig | ||
public init() | ||
public var env: PhylloConnect.PhylloEnvironment | ||
public var phylloVC: UIKit.UIViewController | ||
public var developerName: Swift.String | ||
public var deepLinkURL: Swift.String | ||
public var sdkToken: Swift.String | ||
public var userId: Swift.String | ||
} | ||
public class PhylloConnect { | ||
required public init(configuration: PhylloConnect.PhylloConfig) | ||
public func launchSDK(workPlatformId: Swift.String) | ||
@objc deinit | ||
} | ||
public enum PhylloEnvironment : Swift.String { | ||
case dev | ||
case sandbox | ||
case prod | ||
public init?(rawValue: Swift.String) | ||
public typealias RawValue = Swift.String | ||
public var rawValue: Swift.String { | ||
get | ||
} | ||
} | ||
extension PhylloConnect.PhylloEnvironment : Swift.Equatable {} | ||
extension PhylloConnect.PhylloEnvironment : Swift.Hashable {} | ||
extension PhylloConnect.PhylloEnvironment : Swift.RawRepresentable {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.