diff --git a/.github/workflows/xcode-swift-dependencies.yaml b/.github/workflows/xcode-swift-dependencies.yaml index df8a114f6f..2b81eca5da 100644 --- a/.github/workflows/xcode-swift-dependencies.yaml +++ b/.github/workflows/xcode-swift-dependencies.yaml @@ -1,8 +1,8 @@ name: Xcode Dependencies on: - schedule: - - cron: '17 13 * * *' + #schedule: + # - cron: '17 13 * * *' workflow_dispatch: permissions: diff --git a/Monal/Monal.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Monal/Monal.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index 751e8fcfac..0000000000 --- a/Monal/Monal.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,105 +0,0 @@ -{ - "originHash" : "558696c233a5c9465addb846c691db336fad12afb15979293890f3fb98586aeb", - "pins" : [ - { - "identity" : "activityindicatorview", - "kind" : "remoteSourceControl", - "location" : "https://github.com/exyte/ActivityIndicatorView", - "state" : { - "revision" : "9970fd0bb7a05dad0b6566ae1f56937716686b24", - "version" : "1.1.1" - } - }, - { - "identity" : "chat", - "kind" : "remoteSourceControl", - "location" : "https://github.com/exyte/Chat", - "state" : { - "revision" : "5d6a7c6f74761a0eda2816a50c4912d86f2355eb", - "version" : "2.0.7" - } - }, - { - "identity" : "cocoalumberjack", - "kind" : "remoteSourceControl", - "location" : "https://github.com/cocoalumberjack/cocoalumberjack", - "state" : { - "revision" : "4b8714a7fb84d42393314ce897127b3939885ec3", - "version" : "3.8.5" - } - }, - { - "identity" : "floatingbutton", - "kind" : "remoteSourceControl", - "location" : "https://github.com/exyte/FloatingButton", - "state" : { - "revision" : "cf77c2f124df1423d90a9a1985e9b9ccfa4b9b3e", - "version" : "1.3.0" - } - }, - { - "identity" : "frameup", - "kind" : "remoteSourceControl", - "location" : "https://github.com/ryanlintott/FrameUp", - "state" : { - "revision" : "a11961701a98d4a324843276b55a2a2c43870161", - "version" : "0.9.2" - } - }, - { - "identity" : "mediapicker", - "kind" : "remoteSourceControl", - "location" : "https://github.com/exyte/MediaPicker.git", - "state" : { - "revision" : "88769b1b69c2b5e5fa5b65522c08bc7b667a6cb8", - "version" : "2.2.3" - } - }, - { - "identity" : "svgview", - "kind" : "remoteSourceControl", - "location" : "https://github.com/exyte/SVGView", - "state" : { - "revision" : "6465962facdd25cb96eaebc35603afa2f15d2c0d", - "version" : "1.0.6" - } - }, - { - "identity" : "swift-collections", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-collections.git", - "state" : { - "revision" : "671108c96644956dddcd89dd59c203dcdb36cec7", - "version" : "1.1.4" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log", - "state" : { - "revision" : "9cb486020ebf03bfa5b5df985387a14a98744537", - "version" : "1.6.1" - } - }, - { - "identity" : "swiftui-introspect", - "kind" : "remoteSourceControl", - "location" : "https://github.com/siteline/swiftui-introspect", - "state" : { - "revision" : "807f73ce09a9b9723f12385e592b4e0aaebd3336", - "version" : "1.3.0" - } - }, - { - "identity" : "viewextractor", - "kind" : "remoteSourceControl", - "location" : "https://github.com/GeorgeElsham/ViewExtractor", - "state" : { - "revision" : "e20b1944524d4454c2a65c0054ce345c2c5d0185", - "version" : "2.0.0" - } - } - ], - "version" : 3 -}