diff --git a/src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved b/src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 0bd028c28b..0000000000 --- a/src/cordova/apple/ios.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,32 +0,0 @@ -{ - "pins" : [ - { - "identity" : "cocoalumberjack", - "kind" : "remoteSourceControl", - "location" : "https://github.com/CocoaLumberjack/CocoaLumberjack", - "state" : { - "revision" : "0188d31089b5881a269e01777be74c7316924346", - "version" : "3.8.0" - } - }, - { - "identity" : "sentry-cocoa", - "kind" : "remoteSourceControl", - "location" : "https://github.com/getsentry/sentry-cocoa", - "state" : { - "revision" : "cf43eac1aa12017868c257ad3854ad87a5de0758", - "version" : "7.31.5" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "revision" : "32e8d724467f8fe623624570367e3d50c5638e46", - "version" : "1.5.2" - } - } - ], - "version" : 2 -} diff --git a/src/cordova/apple/xcode/macos/Outline.xcodeproj/project.pbxproj b/src/cordova/apple/xcode/macos/Outline.xcodeproj/project.pbxproj index 985e1bee13..6c6dfa6718 100644 --- a/src/cordova/apple/xcode/macos/Outline.xcodeproj/project.pbxproj +++ b/src/cordova/apple/xcode/macos/Outline.xcodeproj/project.pbxproj @@ -21,7 +21,7 @@ 70BD686718FFB06500A1EFCF /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70BD686518FFB06500A1EFCF /* WebKit.framework */; }; 70BD686D18FFB0BF00A1EFCF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 70BD686A18FFB0BF00A1EFCF /* AppDelegate.m */; }; 70BD686E18FFB0BF00A1EFCF /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 70BD686C18FFB0BF00A1EFCF /* MainViewController.m */; }; - 737FCE3329B34151A67331B4 /* OutlinePlugin.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA09EA80E0C54DFFB24A1810 /* OutlinePlugin.swift */; }; + 737FCE3329B34151A67331B4 /* CDVOutline.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA09EA80E0C54DFFB24A1810 /* CDVOutline.swift */; }; DBBA975361C94599B9DD3891 /* CDVClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 469466FF1BDB44C081741BF5 /* CDVClipboard.m */; }; EAD11960A27C45AFA5E46584 /* Outline-Bridging-Header.h in Resources */ = {isa = PBXBuildFile; fileRef = A508014170A1492DB0D800B3 /* Outline-Bridging-Header.h */; }; F63DC2202970B26500D92E0A /* OutlineAppleLib in Frameworks */ = {isa = PBXBuildFile; productRef = F63DC21F2970B26500D92E0A /* OutlineAppleLib */; }; @@ -117,7 +117,7 @@ 70BD686C18FFB0BF00A1EFCF /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = ""; }; 70DAA8D91908785C00AF3749 /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; path = www; sourceTree = ""; }; A508014170A1492DB0D800B3 /* Outline-Bridging-Header.h */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.c.h; path = "Outline-Bridging-Header.h"; sourceTree = ""; }; - AA09EA80E0C54DFFB24A1810 /* OutlinePlugin.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = OutlinePlugin.swift; path = "cordova-plugin-outline/OutlinePlugin.swift"; sourceTree = ""; }; + AA09EA80E0C54DFFB24A1810 /* CDVOutline.swift */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 4; includeInIndex = 0; lastKnownFileType = sourcecode.swift; name = CDVOutline.swift; path = "cordova-plugin-outline/CDVOutline.swift"; sourceTree = ""; }; F63DC21E2970B23B00D92E0A /* OutlineAppleLib */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = OutlineAppleLib; path = ../../src/cordova/apple/OutlineAppleLib; sourceTree = ""; }; FC0799E62037532900A1C822 /* OutlineLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OutlineLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; }; FC0799E82037532A00A1C822 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -175,7 +175,7 @@ 7069FBC31905A1F9000B48E1 /* Plugins */ = { isa = PBXGroup; children = ( - AA09EA80E0C54DFFB24A1810 /* OutlinePlugin.swift */, + AA09EA80E0C54DFFB24A1810 /* CDVOutline.swift */, 469466FF1BDB44C081741BF5 /* CDVClipboard.m */, 19209C3AABCC45AB8CFDD974 /* CDVClipboard.h */, ); @@ -531,7 +531,7 @@ 70BD686D18FFB0BF00A1EFCF /* AppDelegate.m in Sources */, FC6E7F8E204DC1BE003CB365 /* CDVMacOsUrlHandler.swift in Sources */, 70BD686E18FFB0BF00A1EFCF /* MainViewController.m in Sources */, - 737FCE3329B34151A67331B4 /* OutlinePlugin.swift in Sources */, + 737FCE3329B34151A67331B4 /* CDVOutline.swift in Sources */, FC7D56051F86969E00ABD5CA /* EventMonitor.swift in Sources */, DBBA975361C94599B9DD3891 /* CDVClipboard.m in Sources */, ); diff --git a/src/cordova/apple/xcode/macos/Outline/Classes/AppDelegate.m b/src/cordova/apple/xcode/macos/Outline/Classes/AppDelegate.m index 2d8c873eb8..45eb0da815 100644 --- a/src/cordova/apple/xcode/macos/Outline/Classes/AppDelegate.m +++ b/src/cordova/apple/xcode/macos/Outline/Classes/AppDelegate.m @@ -16,7 +16,7 @@ #import "Outline-Swift.h" @import ServiceManagement; -@import OutlineShared; +@import OutlinePlugin; @import OutlineTunnel; @interface AppDelegate() diff --git a/src/cordova/apple/xcode/macos/Outline/config.xml b/src/cordova/apple/xcode/macos/Outline/config.xml index 9ab07ddbf1..154c44e0b3 100755 --- a/src/cordova/apple/xcode/macos/Outline/config.xml +++ b/src/cordova/apple/xcode/macos/Outline/config.xml @@ -7,7 +7,7 @@ - +