Commit 8dc25acb authored by DrashtiPatel's avatar DrashtiPatel

Changes in Progress

parent 36f089e4
...@@ -12,24 +12,29 @@ let package = Package( ...@@ -12,24 +12,29 @@ let package = Package(
// Products define the executables and libraries a package produces, making them visible to other packages. // Products define the executables and libraries a package produces, making them visible to other packages.
.library( .library(
name: "ParentSDKLibrary", name: "ParentSDKLibrary",
targets: ["ParentSDKLibrary"]), targets: ["ParentAppSDK"]),
], ],
targets: [ targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite. // Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies. // Targets can depend on other targets in this package and products from dependencies.
.target( // .target(
name: "ParentSDKLibrary", // name: "ParentSDKLibrary",
dependencies: [ // dependencies: [
.target(name: "ParentAppSDK") // .target(name: "ParentAppSDK")
]), // ],
// path: "./Sources/ParentAppSDK.xcframework"),
.testTarget( .testTarget(
name: "ParentSDKLibraryTests", name: "ParentSDKLibraryTests",
dependencies: ["ParentSDKLibrary"]), dependencies: ["ParentSDKLibrary"]),
// .binaryTarget(
// name: "ParentAppSDK",
// path: "./Sources/ParentSDKLibrary/ParentAppSDK.xcframework"
// )
.binaryTarget( .binaryTarget(
name: "ParentAppSDK", name: "ParentAppSDK",
path: "./Sources/ParentSDKLibrary/ParentAppSDK.xcframework" path: "./Sources/ParentAppSDK.xcframework"
) )
] ]
) )
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "load", "name": "load",
"printedName": "load(studentId:)", "printedName": "load(student_Id:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF", "usr": "s:12ParentAppSDK15StudentTrackingC4load10student_IdSo12WKNavigationCSgSS_tF",
"mangledName": "$s12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF", "mangledName": "$s12ParentAppSDK15StudentTrackingC4load10student_IdSo12WKNavigationCSgSS_tF",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "addToView", "name": "addToView",
"printedName": "addToView(_:studentId:)", "printedName": "addToView(_:erp_studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -121,8 +121,8 @@ ...@@ -121,8 +121,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ", "usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ", "mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"static": true, "static": true,
"declAttributes": [ "declAttributes": [
...@@ -180,7 +180,6 @@ ...@@ -180,7 +180,6 @@
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
"AccessControl", "AccessControl",
"RawDocComment",
"ObjC" "ObjC"
], ],
"superclassUsr": "c:objc(cs)WKWebView", "superclassUsr": "c:objc(cs)WKWebView",
...@@ -264,63 +263,63 @@ ...@@ -264,63 +263,63 @@
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 1198, "offset": 305,
"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": 1357, "offset": 464,
"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": 1401, "offset": 508,
"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": 1464, "offset": 571,
"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": "StringLiteral", "kind": "StringLiteral",
"offset": 1665, "offset": 773,
"length": 87, "length": 88,
"value": "\"https:\/\/smartbus.uffizio.com\/jsp\/smartbusErpApi\/index.jsp?erp_student_id=\"" "value": "\"https:\/\/smartbus.uffizio.com\/jsp\/smartbusErpApi\/index.jsp?erp_student_id=\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1751, "offset": 860,
"length": 4, "length": 4,
"value": "\"\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1806, "offset": 915,
"length": 22, "length": 22,
"value": "\"weburl=====\"" "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": 1827, "offset": 936,
"length": 2, "length": 2,
"value": "\"\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1031, "offset": 138,
"length": 15, "length": 15,
"value": "\"ParentAppSDK.StudentTracking\"" "value": "\"ParentAppSDK.StudentTracking\""
} }
......
...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims ...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : 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(studentId: Swift.String) -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking @_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims ...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : 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(studentId: Swift.String) -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking @_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "load", "name": "load",
"printedName": "load(studentId:)", "printedName": "load(student_Id:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF", "usr": "s:12ParentAppSDK15StudentTrackingC4load10student_IdSo12WKNavigationCSgSS_tF",
"mangledName": "$s12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF", "mangledName": "$s12ParentAppSDK15StudentTrackingC4load10student_IdSo12WKNavigationCSgSS_tF",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "addToView", "name": "addToView",
"printedName": "addToView(_:studentId:)", "printedName": "addToView(_:erp_studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -121,8 +121,8 @@ ...@@ -121,8 +121,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ", "usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ", "mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"static": true, "static": true,
"declAttributes": [ "declAttributes": [
...@@ -180,7 +180,6 @@ ...@@ -180,7 +180,6 @@
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
"AccessControl", "AccessControl",
"RawDocComment",
"ObjC" "ObjC"
], ],
"superclassUsr": "c:objc(cs)WKWebView", "superclassUsr": "c:objc(cs)WKWebView",
...@@ -264,63 +263,63 @@ ...@@ -264,63 +263,63 @@
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 1198, "offset": 305,
"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": 1357, "offset": 464,
"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": 1401, "offset": 508,
"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": 1464, "offset": 571,
"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": "StringLiteral", "kind": "StringLiteral",
"offset": 1665, "offset": 773,
"length": 87, "length": 88,
"value": "\"https:\/\/smartbus.uffizio.com\/jsp\/smartbusErpApi\/index.jsp?erp_student_id=\"" "value": "\"https:\/\/smartbus.uffizio.com\/jsp\/smartbusErpApi\/index.jsp?erp_student_id=\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1751, "offset": 860,
"length": 4, "length": 4,
"value": "\"\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1806, "offset": 915,
"length": 22, "length": 22,
"value": "\"weburl=====\"" "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": 1827, "offset": 936,
"length": 2, "length": 2,
"value": "\"\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1031, "offset": 138,
"length": 15, "length": 15,
"value": "\"ParentAppSDK.StudentTracking\"" "value": "\"ParentAppSDK.StudentTracking\""
} }
......
...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims ...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : 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(studentId: Swift.String) -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking @_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims ...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : 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(studentId: Swift.String) -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking @_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "load", "name": "load",
"printedName": "load(studentId:)", "printedName": "load(student_Id:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF", "usr": "s:12ParentAppSDK15StudentTrackingC4load10student_IdSo12WKNavigationCSgSS_tF",
"mangledName": "$s12ParentAppSDK15StudentTrackingC4load9studentIdSo12WKNavigationCSgSS_tF", "mangledName": "$s12ParentAppSDK15StudentTrackingC4load10student_IdSo12WKNavigationCSgSS_tF",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
{ {
"kind": "Function", "kind": "Function",
"name": "addToView", "name": "addToView",
"printedName": "addToView(_:studentId:)", "printedName": "addToView(_:erp_studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -121,8 +121,8 @@ ...@@ -121,8 +121,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ", "usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_9studentIdACSo6UIViewC_SStFZ", "mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"static": true, "static": true,
"declAttributes": [ "declAttributes": [
...@@ -180,7 +180,6 @@ ...@@ -180,7 +180,6 @@
"declAttributes": [ "declAttributes": [
"Custom", "Custom",
"AccessControl", "AccessControl",
"RawDocComment",
"ObjC" "ObjC"
], ],
"superclassUsr": "c:objc(cs)WKWebView", "superclassUsr": "c:objc(cs)WKWebView",
...@@ -264,63 +263,63 @@ ...@@ -264,63 +263,63 @@
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "BooleanLiteral", "kind": "BooleanLiteral",
"offset": 1198, "offset": 305,
"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": 1357, "offset": 464,
"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": 1401, "offset": 508,
"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": 1464, "offset": 571,
"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": "StringLiteral", "kind": "StringLiteral",
"offset": 1665, "offset": 773,
"length": 87, "length": 88,
"value": "\"https:\/\/smartbus.uffizio.com\/jsp\/smartbusErpApi\/index.jsp?erp_student_id=\"" "value": "\"https:\/\/smartbus.uffizio.com\/jsp\/smartbusErpApi\/index.jsp?erp_student_id=\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1751, "offset": 860,
"length": 4, "length": 4,
"value": "\"\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1806, "offset": 915,
"length": 22, "length": 22,
"value": "\"weburl=====\"" "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": 1827, "offset": 936,
"length": 2, "length": 2,
"value": "\"\"" "value": "\"\""
}, },
{ {
"filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift", "filePath": "\/Users\/uffizio\/Desktop\/IPA\/ParentAppSDK\/ParentAppSDK\/SDK.swift",
"kind": "StringLiteral", "kind": "StringLiteral",
"offset": 1031, "offset": 138,
"length": 15, "length": 15,
"value": "\"ParentAppSDK.StudentTracking\"" "value": "\"ParentAppSDK.StudentTracking\""
} }
......
...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims ...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : 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(studentId: Swift.String) -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking @_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims ...@@ -13,7 +13,7 @@ import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class StudentTracking : 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(studentId: Swift.String) -> WebKit.WKNavigation? @_Concurrency.MainActor(unsafe) public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, studentId: Swift.String) -> ParentAppSDK.StudentTracking @_Concurrency.MainActor(unsafe) public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@objc deinit @objc deinit
} }
...@@ -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>
lLGV3zgMfrVieMCcxDED5nlsuxY= YvTtNDvVxv3NQig6P+vlIw72AYg=
</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>
+Ht69Gz+PawiII7qatNZzKEzxbE= qNm6XfU+PjYcoeTsNRIbfeDu090=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data> <data>
6gVKdsDaH8pN3DSRy7wUddlk6zE= OBRtPwwJPO+6QTreVptgE6hVDZU=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data> <data>
+Ht69Gz+PawiII7qatNZzKEzxbE= qNm6XfU+PjYcoeTsNRIbfeDu090=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data> <data>
e+TalSrWlTmFHzfHPpGPh0C6Pmk= /pL90wH+pMN869FgzyT5d3vic9s=
</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>
lLGV3zgMfrVieMCcxDED5nlsuxY= YvTtNDvVxv3NQig6P+vlIw72AYg=
</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>
gYYfATJkEz7ZBicgG+05e906ipc= crBKXLsFTQo9+9fvTo9UVbOa0qw=
</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>
nyTZ/Lp0ii8dcxF2l2BUM3oYrqQ= ACHxNtkgiCa8zv4vBwmlitsXQU4=
</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>
gYYfATJkEz7ZBicgG+05e906ipc= crBKXLsFTQo9+9fvTo9UVbOa0qw=
</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>
TojYsyesKUdezW8gObL4rOjtjZc= gwUI8teSzPJzRQltNlLHWmJy7c8=
</data> </data>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
<data> <data>
...@@ -81,70 +81,70 @@ ...@@ -81,70 +81,70 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
jxaIMwqGs+b2FcyizXUjmqhIzuEdsDyBgJf7ifcTEYM= 8OslAvJRIP+XuXzj04GdHliM167qoInJy7FCm4GtQTI=
</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>
e3aXf/Gzgd53YC9c8n633EZUm29aEhaZzPpUrSXfLhE= inLst+MifB3IePBeB8Kz/Sf1mPD9MDNVKv4ht1wvk44=
</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>
NE6hRVn5K9aNOY0+GJeF7DpDAXtG+ygLaLOVrIbRL08= bIiWv+hqtfDt0mQkdtmNBxwnl+y5aKLgGD4+uXcqboc=
</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>
e3aXf/Gzgd53YC9c8n633EZUm29aEhaZzPpUrSXfLhE= inLst+MifB3IePBeB8Kz/Sf1mPD9MDNVKv4ht1wvk44=
</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>
hSu3JKAcgiUtx5q5pDuP2VOZXBA789bFQm0R2u7NdnY= aU0ECvk3d3DA+XLGoY6pweEtXtMMrfQjQy4/wfcqbsE=
</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>
jxaIMwqGs+b2FcyizXUjmqhIzuEdsDyBgJf7ifcTEYM= 8OslAvJRIP+XuXzj04GdHliM167qoInJy7FCm4GtQTI=
</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>
XILoRX1/wJNpsjEkO1uWTndURrLxkLBSooQQjjg65Ok= TSoPc67o26tscPVl04E3QosVCpvWAsM9Sc3NI36ED0E=
</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>
vZ6xlna/EfePLjyei/uIlIT+a9MgG0+/K+M3kqBtDLw= ecQScnDLFzioctMXvKUyR2e5AgUmli+K9PgNBvaov2g=
</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>
XILoRX1/wJNpsjEkO1uWTndURrLxkLBSooQQjjg65Ok= TSoPc67o26tscPVl04E3QosVCpvWAsM9Sc3NI36ED0E=
</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>
f/xIPEtrVONEqhe0jMvD7IEeOja1hzOG4f7nP8g/byc= jq5mF4mFl1+GPiaPj2ue5L9klXAAFbkaSCJShO2G9GE=
</data> </data>
</dict> </dict>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
......
//
// File.swift
//
//
// Created by uffizio on 23/10/24.
//
import Foundation
import UIKit
import WebKit
//
//public class MediumWebView: WKWebView {
//
// public init() {
// let webConfiguration = WKWebViewConfiguration()
// webConfiguration.preferences.javaScriptEnabled = true
// super.init(frame: .zero, configuration: webConfiguration)
// self.scrollView.isScrollEnabled = false
// self.isMultipleTouchEnabled = false
// }
//
// required init?(coder: NSCoder) {
// super.init(coder: coder)
// }
//
// @discardableResult
// public func load() -> WKNavigation? {
// if let url = URL(string:"http://www.uffizio.com") {//http://www.uffizio.com,http://example.com
// let req = URLRequest(url: url)
// return super.load(req)
// }
// return nil
// }
//}
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