-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cordova/apple/ios): remove overlapping dependencies between main …
…app and AppKit bridge targets (#1788) * Synchronize macos versions and fix code signing identity. * Add `OutlineNotification` as explicit target dependency. * Format `Package.swift`. * Set principal class on `Info.plist`. * Combine guard statements. * Remove CocoaLumberjack from AppKitBridge bundle. * Remove OutlineNotification from AppKitBridge bundle. * Remove type annotation. * Move protocol to its own target. * use framework. works without launcher. * Move the catalyst app module back to SPM. * Move NSObject extension into its own module. * Move the launcher back to SPM and re-add it to the main app target. * Enable app launcher. * Reset package to minimize diff. * Remove unused module. * Fix project. * Update logging. * Run `SwiftFormat` over the changed files.
- Loading branch information
Showing
84 changed files
with
714 additions
and
431 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 0 additions & 83 deletions
83
src/cordova/apple/OutlineAppleLib/Sources/OutlineAppKitBridge/AppKitBridge.swift
This file was deleted.
Oops, something went wrong.
112 changes: 0 additions & 112 deletions
112
src/cordova/apple/OutlineAppleLib/Sources/OutlineAppKitBridge/StatusItemController.swift
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
src/cordova/apple/OutlineAppleLib/Sources/OutlineCatalystApp/AppKitBundleLoader.swift
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.