Commit 5878e2f5 authored by DrashtiPatel's avatar DrashtiPatel

reAdd new framework changes as previous not reflected

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