Commit 5878e2f5 authored by DrashtiPatel's avatar DrashtiPatel

reAdd new framework changes as previous not reflected

parent d0ea2865
...@@ -8,32 +8,32 @@ ...@@ -8,32 +8,32 @@
<key>BinaryPath</key> <key>BinaryPath</key>
<string>ParentAppSDK.framework/ParentAppSDK</string> <string>ParentAppSDK.framework/ParentAppSDK</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string> <string>ios-arm64</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>ParentAppSDK.framework</string> <string>ParentAppSDK.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
<dict> <dict>
<key>BinaryPath</key> <key>BinaryPath</key>
<string>ParentAppSDK.framework/ParentAppSDK</string> <string>ParentAppSDK.framework/ParentAppSDK</string>
<key>LibraryIdentifier</key> <key>LibraryIdentifier</key>
<string>ios-arm64</string> <string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key> <key>LibraryPath</key>
<string>ParentAppSDK.framework</string> <string>ParentAppSDK.framework</string>
<key>SupportedArchitectures</key> <key>SupportedArchitectures</key>
<array> <array>
<string>arm64</string> <string>arm64</string>
<string>x86_64</string>
</array> </array>
<key>SupportedPlatform</key> <key>SupportedPlatform</key>
<string>ios</string> <string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict> </dict>
</array> </array>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
......
...@@ -302,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); ...@@ -302,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@class NSCoder; @class NSCoder;
@class WKWebViewConfiguration; @class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK13MediumWebView") SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface MediumWebView : WKWebView @interface StudentTracking : WKWebView
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE; - (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
}, },
{ {
"kind": "TypeDecl", "kind": "TypeDecl",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "MediumWebView", "printedName": "StudentTracking",
"children": [ "children": [
{ {
"kind": "Constructor", "kind": "Constructor",
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "ParentAppSDK.MediumWebView", "printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView" "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
} }
], ],
"declKind": "Constructor", "declKind": "Constructor",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView(im)init", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)init",
"mangledName": "$s12ParentAppSDK13MediumWebViewCACycfc", "mangledName": "$s12ParentAppSDK15StudentTrackingCACycfc",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"overriding": true, "overriding": true,
"objc_name": "init", "objc_name": "init",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "load", "name": "load",
"printedName": "load()", "printedName": "load(studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -77,11 +77,17 @@ ...@@ -77,11 +77,17 @@
} }
], ],
"usr": "s:Sq" "usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK13MediumWebViewC4loadSo12WKNavigationCSgyF", "usr": "s:12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF",
"mangledName": "$s12ParentAppSDK13MediumWebViewC4loadSo12WKNavigationCSgyF", "mangledName": "$s12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
...@@ -90,6 +96,43 @@ ...@@ -90,6 +96,43 @@
], ],
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
}, },
{
"kind": "Function",
"name": "addToView",
"printedName": "addToView(_:studentId:)",
"children": [
{
"kind": "TypeNominal",
"name": "StudentTracking",
"printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ",
"moduleName": "ParentAppSDK",
"static": true,
"declAttributes": [
"Custom",
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{ {
"kind": "Constructor", "kind": "Constructor",
"name": "init", "name": "init",
...@@ -97,9 +140,9 @@ ...@@ -97,9 +140,9 @@
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "ParentAppSDK.MediumWebView", "printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView" "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
}, },
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -115,8 +158,8 @@ ...@@ -115,8 +158,8 @@
} }
], ],
"declKind": "Constructor", "declKind": "Constructor",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView(im)initWithFrame:configuration:", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)initWithFrame:configuration:",
"mangledName": "$s12ParentAppSDK13MediumWebViewC5frame13configurationACSo6CGRectV_So05WKWebF13ConfigurationCtcfc", "mangledName": "$s12ParentAppSDK15StudentTrackingC5frame13configurationACSo6CGRectV_So22WKWebViewConfigurationCtcfc",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"overriding": true, "overriding": true,
"implicit": true, "implicit": true,
...@@ -131,12 +174,13 @@ ...@@ -131,12 +174,13 @@
} }
], ],
"declKind": "Class", "declKind": "Class",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking",
"mangledName": "$s12ParentAppSDK13MediumWebViewC", "mangledName": "$s12ParentAppSDK15StudentTrackingC",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
"AccessControl", "AccessControl",
"RawDocComment",
"ObjC" "ObjC"
], ],
"superclassUsr": "c:objc(cs)WKWebView", "superclassUsr": "c:objc(cs)WKWebView",
...@@ -220,37 +264,65 @@ ...@@ -220,37 +264,65 @@
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 301, "offset": 1198,
"length": 4, "length": 4,
"value": "true" "value": "true"
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 414, "offset": 1357,
"length": 5, "length": 5,
"value": "false" "value": "false"
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 458, "offset": 1401,
"length": 5, "length": 5,
"value": "false" "value": "false"
}, },
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral",
"offset": 1464,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1665,
"length": 37,
"value": "\"http:\/\/www.uffizio.com\/\""
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1701,
"length": 1,
"value": "\"\""
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1717,
"length": 22,
"value": "\"weburl=====\""
},
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 649, "offset": 1738,
"length": 24, "length": 2,
"value": "\"http:\/\/www.uffizio.com\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 136, "offset": 1031,
"length": 13, "length": 15,
"value": "\"ParentAppSDK.MediumWebView\"" "value": "\"ParentAppSDK.StudentTracking\""
} }
] ]
} }
\ No newline at end of file
...@@ -10,9 +10,10 @@ import WebKit ...@@ -10,9 +10,10 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class MediumWebView : WebKit.WKWebView { @objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : WebKit.WKWebView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init() @_Concurrency.MainActor(unsafe) @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor(unsafe) public func load() -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(studentId: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -10,9 +10,10 @@ import WebKit ...@@ -10,9 +10,10 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class MediumWebView : WebKit.WKWebView { @objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : WebKit.WKWebView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init() @_Concurrency.MainActor(unsafe) @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor(unsafe) public func load() -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(studentId: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -302,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); ...@@ -302,8 +302,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@class NSCoder; @class NSCoder;
@class WKWebViewConfiguration; @class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK13MediumWebView") SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface MediumWebView : WKWebView @interface StudentTracking : WKWebView
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE; - (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
...@@ -621,8 +621,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); ...@@ -621,8 +621,8 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
@class NSCoder; @class NSCoder;
@class WKWebViewConfiguration; @class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK13MediumWebView") SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface MediumWebView : WKWebView @interface StudentTracking : WKWebView
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE; - (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
}, },
{ {
"kind": "TypeDecl", "kind": "TypeDecl",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "MediumWebView", "printedName": "StudentTracking",
"children": [ "children": [
{ {
"kind": "Constructor", "kind": "Constructor",
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "ParentAppSDK.MediumWebView", "printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView" "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
} }
], ],
"declKind": "Constructor", "declKind": "Constructor",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView(im)init", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)init",
"mangledName": "$s12ParentAppSDK13MediumWebViewCACycfc", "mangledName": "$s12ParentAppSDK15StudentTrackingCACycfc",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"overriding": true, "overriding": true,
"objc_name": "init", "objc_name": "init",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "load", "name": "load",
"printedName": "load()", "printedName": "load(studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -77,11 +77,17 @@ ...@@ -77,11 +77,17 @@
} }
], ],
"usr": "s:Sq" "usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK13MediumWebViewC4loadSo12WKNavigationCSgyF", "usr": "s:12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF",
"mangledName": "$s12ParentAppSDK13MediumWebViewC4loadSo12WKNavigationCSgyF", "mangledName": "$s12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
...@@ -90,6 +96,43 @@ ...@@ -90,6 +96,43 @@
], ],
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
}, },
{
"kind": "Function",
"name": "addToView",
"printedName": "addToView(_:studentId:)",
"children": [
{
"kind": "TypeNominal",
"name": "StudentTracking",
"printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ",
"moduleName": "ParentAppSDK",
"static": true,
"declAttributes": [
"Custom",
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{ {
"kind": "Constructor", "kind": "Constructor",
"name": "init", "name": "init",
...@@ -97,9 +140,9 @@ ...@@ -97,9 +140,9 @@
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "ParentAppSDK.MediumWebView", "printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView" "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
}, },
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -115,8 +158,8 @@ ...@@ -115,8 +158,8 @@
} }
], ],
"declKind": "Constructor", "declKind": "Constructor",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView(im)initWithFrame:configuration:", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)initWithFrame:configuration:",
"mangledName": "$s12ParentAppSDK13MediumWebViewC5frame13configurationACSo6CGRectV_So05WKWebF13ConfigurationCtcfc", "mangledName": "$s12ParentAppSDK15StudentTrackingC5frame13configurationACSo6CGRectV_So22WKWebViewConfigurationCtcfc",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"overriding": true, "overriding": true,
"implicit": true, "implicit": true,
...@@ -131,12 +174,13 @@ ...@@ -131,12 +174,13 @@
} }
], ],
"declKind": "Class", "declKind": "Class",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking",
"mangledName": "$s12ParentAppSDK13MediumWebViewC", "mangledName": "$s12ParentAppSDK15StudentTrackingC",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
"AccessControl", "AccessControl",
"RawDocComment",
"ObjC" "ObjC"
], ],
"superclassUsr": "c:objc(cs)WKWebView", "superclassUsr": "c:objc(cs)WKWebView",
...@@ -220,37 +264,65 @@ ...@@ -220,37 +264,65 @@
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 301, "offset": 1198,
"length": 4, "length": 4,
"value": "true" "value": "true"
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 414, "offset": 1357,
"length": 5, "length": 5,
"value": "false" "value": "false"
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 458, "offset": 1401,
"length": 5, "length": 5,
"value": "false" "value": "false"
}, },
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral",
"offset": 1464,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1665,
"length": 37,
"value": "\"http:\/\/www.uffizio.com\/\""
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1701,
"length": 1,
"value": "\"\""
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1717,
"length": 22,
"value": "\"weburl=====\""
},
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 649, "offset": 1738,
"length": 24, "length": 2,
"value": "\"http:\/\/www.uffizio.com\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 136, "offset": 1031,
"length": 13, "length": 15,
"value": "\"ParentAppSDK.MediumWebView\"" "value": "\"ParentAppSDK.StudentTracking\""
} }
] ]
} }
\ No newline at end of file
...@@ -10,9 +10,10 @@ import WebKit ...@@ -10,9 +10,10 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class MediumWebView : WebKit.WKWebView { @objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : WebKit.WKWebView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init() @_Concurrency.MainActor(unsafe) @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor(unsafe) public func load() -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(studentId: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -10,9 +10,10 @@ import WebKit ...@@ -10,9 +10,10 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class MediumWebView : WebKit.WKWebView { @objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : WebKit.WKWebView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init() @_Concurrency.MainActor(unsafe) @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor(unsafe) public func load() -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(studentId: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
}, },
{ {
"kind": "TypeDecl", "kind": "TypeDecl",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "MediumWebView", "printedName": "StudentTracking",
"children": [ "children": [
{ {
"kind": "Constructor", "kind": "Constructor",
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "ParentAppSDK.MediumWebView", "printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView" "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
} }
], ],
"declKind": "Constructor", "declKind": "Constructor",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView(im)init", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)init",
"mangledName": "$s12ParentAppSDK13MediumWebViewCACycfc", "mangledName": "$s12ParentAppSDK15StudentTrackingCACycfc",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"overriding": true, "overriding": true,
"objc_name": "init", "objc_name": "init",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "load", "name": "load",
"printedName": "load()", "printedName": "load(studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -77,11 +77,17 @@ ...@@ -77,11 +77,17 @@
} }
], ],
"usr": "s:Sq" "usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK13MediumWebViewC4loadSo12WKNavigationCSgyF", "usr": "s:12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF",
"mangledName": "$s12ParentAppSDK13MediumWebViewC4loadSo12WKNavigationCSgyF", "mangledName": "$s12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
...@@ -90,6 +96,43 @@ ...@@ -90,6 +96,43 @@
], ],
"funcSelfKind": "NonMutating" "funcSelfKind": "NonMutating"
}, },
{
"kind": "Function",
"name": "addToView",
"printedName": "addToView(_:studentId:)",
"children": [
{
"kind": "TypeNominal",
"name": "StudentTracking",
"printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
},
{
"kind": "TypeNominal",
"name": "String",
"printedName": "Swift.String",
"usr": "s:SS"
}
],
"declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ",
"moduleName": "ParentAppSDK",
"static": true,
"declAttributes": [
"Custom",
"Final",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{ {
"kind": "Constructor", "kind": "Constructor",
"name": "init", "name": "init",
...@@ -97,9 +140,9 @@ ...@@ -97,9 +140,9 @@
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "MediumWebView", "name": "StudentTracking",
"printedName": "ParentAppSDK.MediumWebView", "printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView" "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
}, },
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -115,8 +158,8 @@ ...@@ -115,8 +158,8 @@
} }
], ],
"declKind": "Constructor", "declKind": "Constructor",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView(im)initWithFrame:configuration:", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)initWithFrame:configuration:",
"mangledName": "$s12ParentAppSDK13MediumWebViewC5frame13configurationACSo6CGRectV_So05WKWebF13ConfigurationCtcfc", "mangledName": "$s12ParentAppSDK15StudentTrackingC5frame13configurationACSo6CGRectV_So22WKWebViewConfigurationCtcfc",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"overriding": true, "overriding": true,
"implicit": true, "implicit": true,
...@@ -131,12 +174,13 @@ ...@@ -131,12 +174,13 @@
} }
], ],
"declKind": "Class", "declKind": "Class",
"usr": "c:@M@ParentAppSDK@objc(cs)MediumWebView", "usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking",
"mangledName": "$s12ParentAppSDK13MediumWebViewC", "mangledName": "$s12ParentAppSDK15StudentTrackingC",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
"AccessControl", "AccessControl",
"RawDocComment",
"ObjC" "ObjC"
], ],
"superclassUsr": "c:objc(cs)WKWebView", "superclassUsr": "c:objc(cs)WKWebView",
...@@ -220,37 +264,65 @@ ...@@ -220,37 +264,65 @@
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 301, "offset": 1198,
"length": 4, "length": 4,
"value": "true" "value": "true"
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 414, "offset": 1357,
"length": 5, "length": 5,
"value": "false" "value": "false"
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 458, "offset": 1401,
"length": 5, "length": 5,
"value": "false" "value": "false"
}, },
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral",
"offset": 1464,
"length": 5,
"value": "false"
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1665,
"length": 37,
"value": "\"http:\/\/www.uffizio.com\/\""
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1701,
"length": 1,
"value": "\"\""
},
{
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral",
"offset": 1717,
"length": 22,
"value": "\"weburl=====\""
},
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 649, "offset": 1738,
"length": 24, "length": 2,
"value": "\"http:\/\/www.uffizio.com\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 136, "offset": 1031,
"length": 13, "length": 15,
"value": "\"ParentAppSDK.MediumWebView\"" "value": "\"ParentAppSDK.StudentTracking\""
} }
] ]
} }
\ No newline at end of file
...@@ -10,9 +10,10 @@ import WebKit ...@@ -10,9 +10,10 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class MediumWebView : WebKit.WKWebView { @objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : WebKit.WKWebView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init() @_Concurrency.MainActor(unsafe) @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor(unsafe) public func load() -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(studentId: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -10,9 +10,10 @@ import WebKit ...@@ -10,9 +10,10 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class MediumWebView : WebKit.WKWebView { @objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : WebKit.WKWebView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init() @_Concurrency.MainActor(unsafe) @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor(unsafe) public func load() -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(studentId: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<dict> <dict>
<key>Headers/ParentAppSDK-Swift.h</key> <key>Headers/ParentAppSDK-Swift.h</key>
<data> <data>
UrOhZ/fWY/fCeUe+65NVutm0I7o= sgJoBjJsfUgtyBHl9L2WwIZSZ8M=
</data> </data>
<key>Headers/ParentAppSDK.h</key> <key>Headers/ParentAppSDK.h</key>
<data> <data>
...@@ -18,43 +18,43 @@ ...@@ -18,43 +18,43 @@
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data> <data>
3PykqPqg0216+LbVf/MXbmEKWRw= ugo1qOAgyOsAC1zaQQnEVJ+v4IQ=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data> <data>
xDeeMaVnJKSU5VgCWF+gTm+jcB4= +Ht69Gz+PawiII7qatNZzKEzxbE=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data> <data>
MlD6uWXPx4IEbaIlzUWnfC6Tl80= 6gVKdsDaH8pN3DSRy7wUddlk6zE=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data> <data>
xDeeMaVnJKSU5VgCWF+gTm+jcB4= +Ht69Gz+PawiII7qatNZzKEzxbE=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data> <data>
+aU0WVKEUBl7nQvt7pgk/hpd4BA= e+TalSrWlTmFHzfHPpGPh0C6Pmk=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data> <data>
3PykqPqg0216+LbVf/MXbmEKWRw= ugo1qOAgyOsAC1zaQQnEVJ+v4IQ=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data> <data>
mrrVecrX+a97zKhNtG3YYf7Winw= gYYfATJkEz7ZBicgG+05e906ipc=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data> <data>
O9YteTDHPV1Le8U+9PdBmT/BGY8= nyTZ/Lp0ii8dcxF2l2BUM3oYrqQ=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data> <data>
mrrVecrX+a97zKhNtG3YYf7Winw= gYYfATJkEz7ZBicgG+05e906ipc=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data> <data>
7cS0rOZ+g8LsdMHu52/rCDeW5JI= TojYsyesKUdezW8gObL4rOjtjZc=
</data> </data>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
<data> <data>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
9d6UW6KyNNy2QmOkbc4Fnm/JAYhFUg6azzvdSsa9agg= IlaD+QIhZdTJbG+C5n7oi2gHBg0lHAdnnZelazqxgUo=
</data> </data>
</dict> </dict>
<key>Headers/ParentAppSDK.h</key> <key>Headers/ParentAppSDK.h</key>
...@@ -81,70 +81,70 @@ ...@@ -81,70 +81,70 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
RCo9Dh/uQ2DBzC7CgHtwPIBUvIQikQ9mXUCBkOYLZ9A= XySxRs494pe7vLMjl9qT5WVDeh6rh0ALTVw5PsWykVA=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
4J0o+3c+inZ15blLvjKOR8wS66AsTewjYE3hB5kviVk= e3aXf/Gzgd53YC9c8n633EZUm29aEhaZzPpUrSXfLhE=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
p1erF11G74DsnfgOUDUhRGLAqjxbaCQRqko5gM8GMNI= NE6hRVn5K9aNOY0+GJeF7DpDAXtG+ygLaLOVrIbRL08=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
4J0o+3c+inZ15blLvjKOR8wS66AsTewjYE3hB5kviVk= e3aXf/Gzgd53YC9c8n633EZUm29aEhaZzPpUrSXfLhE=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
Ol8avu51R2seGfhZpQtidcNb9l1ONBfo5q7a3/BThpI= hSu3JKAcgiUtx5q5pDuP2VOZXBA789bFQm0R2u7NdnY=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
RCo9Dh/uQ2DBzC7CgHtwPIBUvIQikQ9mXUCBkOYLZ9A= XySxRs494pe7vLMjl9qT5WVDeh6rh0ALTVw5PsWykVA=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
+f8lmrjrLEQDim10CH7S3jU4/BClSBh+ljcEsJKrrQs= XILoRX1/wJNpsjEkO1uWTndURrLxkLBSooQQjjg65Ok=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
VZViPu3bGSgaffP1BWVy3chHzQbSFqEJWY8Pz2pd+4I= vZ6xlna/EfePLjyei/uIlIT+a9MgG0+/K+M3kqBtDLw=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
+f8lmrjrLEQDim10CH7S3jU4/BClSBh+ljcEsJKrrQs= XILoRX1/wJNpsjEkO1uWTndURrLxkLBSooQQjjg65Ok=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
RZkfhbOQzOmiC5tu0sOmJiySb0M/2HiR+8SxxLwGB2M= f/xIPEtrVONEqhe0jMvD7IEeOja1hzOG4f7nP8g/byc=
</data> </data>
</dict> </dict>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment