From e3503fe102c8ab561ab46a78e4fa4aac3e65641e Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 18 May 2022 11:56:38 +0200 Subject: [PATCH] ci: one more move --- .github/workflows/ffi.yml | 2 +- .../{MatrixRustSDK => }/MatrixRustSDK.xcodeproj/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | 0 .../xcshareddata/xcschemes/MatrixRustSDK.xcscheme | 0 .../Assets.xcassets/AccentColor.colorset/Contents.json | 0 .../Assets.xcassets/AppIcon.appiconset/Contents.json | 0 .../{MatrixRustSDK => }/Assets.xcassets/Contents.json | 0 .../apple/MatrixRustSDK/{MatrixRustSDK => }/ContentView.swift | 0 bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/Info.plist | 0 .../{MatrixRustSDK => }/MatrixRustSDK-Bridging-Header.h | 0 .../{MatrixRustSDK => }/MatrixRustSDK.entitlements | 0 .../MatrixRustSDK/{MatrixRustSDK => }/MatrixRustSDKApp.swift | 0 .../MatrixRustSDKTests/MatrixRustSDKTests.swift | 0 bindings/apple/{MatrixRustSDK => }/README.md | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename bindings/apple/{MatrixRustSDK => }/MatrixRustSDK.xcodeproj/project.pbxproj (100%) rename bindings/apple/{MatrixRustSDK => }/MatrixRustSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata (100%) rename bindings/apple/{MatrixRustSDK => }/MatrixRustSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename bindings/apple/{MatrixRustSDK => }/MatrixRustSDK.xcodeproj/xcshareddata/xcschemes/MatrixRustSDK.xcscheme (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/Assets.xcassets/AccentColor.colorset/Contents.json (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/Assets.xcassets/Contents.json (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/ContentView.swift (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/Info.plist (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/MatrixRustSDK-Bridging-Header.h (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/MatrixRustSDK.entitlements (100%) rename bindings/apple/MatrixRustSDK/{MatrixRustSDK => }/MatrixRustSDKApp.swift (100%) rename bindings/apple/{MatrixRustSDK => }/MatrixRustSDKTests/MatrixRustSDKTests.swift (100%) rename bindings/apple/{MatrixRustSDK => }/README.md (100%) diff --git a/.github/workflows/ffi.yml b/.github/workflows/ffi.yml index 7a3aa63fc..5ca5e46a3 100644 --- a/.github/workflows/ffi.yml +++ b/.github/workflows/ffi.yml @@ -52,7 +52,7 @@ jobs: - name: Run XCTests run: | xcodebuild test \ - -project bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj \ + -project bindings/apple/MatrixRustSDK.xcodeproj \ -scheme MatrixRustSDK \ -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.4' \ No newline at end of file diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/project.pbxproj b/bindings/apple/MatrixRustSDK.xcodeproj/project.pbxproj similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/project.pbxproj rename to bindings/apple/MatrixRustSDK.xcodeproj/project.pbxproj diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/bindings/apple/MatrixRustSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to bindings/apple/MatrixRustSDK.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/bindings/apple/MatrixRustSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to bindings/apple/MatrixRustSDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/xcshareddata/xcschemes/MatrixRustSDK.xcscheme b/bindings/apple/MatrixRustSDK.xcodeproj/xcshareddata/xcschemes/MatrixRustSDK.xcscheme similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK.xcodeproj/xcshareddata/xcschemes/MatrixRustSDK.xcscheme rename to bindings/apple/MatrixRustSDK.xcodeproj/xcshareddata/xcschemes/MatrixRustSDK.xcscheme diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/Assets.xcassets/AccentColor.colorset/Contents.json b/bindings/apple/MatrixRustSDK/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/Assets.xcassets/AccentColor.colorset/Contents.json rename to bindings/apple/MatrixRustSDK/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/Assets.xcassets/AppIcon.appiconset/Contents.json b/bindings/apple/MatrixRustSDK/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/Assets.xcassets/AppIcon.appiconset/Contents.json rename to bindings/apple/MatrixRustSDK/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/Assets.xcassets/Contents.json b/bindings/apple/MatrixRustSDK/Assets.xcassets/Contents.json similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/Assets.xcassets/Contents.json rename to bindings/apple/MatrixRustSDK/Assets.xcassets/Contents.json diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/ContentView.swift b/bindings/apple/MatrixRustSDK/ContentView.swift similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/ContentView.swift rename to bindings/apple/MatrixRustSDK/ContentView.swift diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/Info.plist b/bindings/apple/MatrixRustSDK/Info.plist similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/Info.plist rename to bindings/apple/MatrixRustSDK/Info.plist diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/MatrixRustSDK-Bridging-Header.h b/bindings/apple/MatrixRustSDK/MatrixRustSDK-Bridging-Header.h similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/MatrixRustSDK-Bridging-Header.h rename to bindings/apple/MatrixRustSDK/MatrixRustSDK-Bridging-Header.h diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/MatrixRustSDK.entitlements b/bindings/apple/MatrixRustSDK/MatrixRustSDK.entitlements similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/MatrixRustSDK.entitlements rename to bindings/apple/MatrixRustSDK/MatrixRustSDK.entitlements diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDK/MatrixRustSDKApp.swift b/bindings/apple/MatrixRustSDK/MatrixRustSDKApp.swift similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDK/MatrixRustSDKApp.swift rename to bindings/apple/MatrixRustSDK/MatrixRustSDKApp.swift diff --git a/bindings/apple/MatrixRustSDK/MatrixRustSDKTests/MatrixRustSDKTests.swift b/bindings/apple/MatrixRustSDKTests/MatrixRustSDKTests.swift similarity index 100% rename from bindings/apple/MatrixRustSDK/MatrixRustSDKTests/MatrixRustSDKTests.swift rename to bindings/apple/MatrixRustSDKTests/MatrixRustSDKTests.swift diff --git a/bindings/apple/MatrixRustSDK/README.md b/bindings/apple/README.md similarity index 100% rename from bindings/apple/MatrixRustSDK/README.md rename to bindings/apple/README.md