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