diff --git a/client/electron/README.md b/client/electron/README.md index d737bdfb957..32467be80bb 100644 --- a/client/electron/README.md +++ b/client/electron/README.md @@ -2,16 +2,16 @@ Unlike the Android and Apple clients, the Windows and Linux clients use the Electron framework, rather than Cordova. -To build the Electron clients, run (it will also package an installer executable into `build/dist`): +To build the Electron clients, run (it will also package an installer executable into `output/client/electron/build`): ```sh -npm run action electron/build [windows|linux] +npm run action client/electron/build [windows|linux] ``` To run the Electron clients, run: ```sh -npm run action electron/start [windows|linux] +npm run action client/electron/start [windows|linux] ``` ## Cross-Compiling diff --git a/client/src/cordova/apple/xcode/ios/Outline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/client/src/cordova/apple/xcode/ios/Outline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 00000000000..23be32741ba --- /dev/null +++ b/client/src/cordova/apple/xcode/ios/Outline.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,32 @@ +{ + "pins" : [ + { + "identity" : "cocoalumberjack", + "kind" : "remoteSourceControl", + "location" : "https://github.com/CocoaLumberjack/CocoaLumberjack", + "state" : { + "revision" : "4b8714a7fb84d42393314ce897127b3939885ec3", + "version" : "3.8.5" + } + }, + { + "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", + "state" : { + "revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5", + "version" : "1.5.4" + } + } + ], + "version" : 2 +}