diff --git a/importable/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md b/importable/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md index afefa3f..27c3f75 100644 --- a/importable/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md +++ b/importable/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md @@ -80,4 +80,4 @@ https://gist.github.com/Tehnix/74dfea95fe6b38de0fdd10050b20adb3.js?file=terminal Done! -As the final step we drag-n-drop ./ios/Shared.xcframework and ./bindings/shared.swift into the XCode project whereever you want them. I personally like to create a new group (folder) called `Generated` for them (the `build-ios.sh` script assumes that's the case). +As the final step we drag-n-drop `./ios/Shared.xcframework` and `./bindings/shared.swift` into the XCode project whereever you want them. I personally like to create a new group (folder) called `Generated` for them (the `build-ios.sh` script assumes that's the case).. diff --git a/posts/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md b/posts/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md index d8cd777..cef0f51 100644 --- a/posts/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md +++ b/posts/2024-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md @@ -198,4 +198,4 @@ cp target/iOS-sim/release/libmobile.a ios/Shared.xcframework/ios-arm64-simulator Done! -As the final step we drag-n-drop ./ios/Shared.xcframework and ./bindings/shared.swift into the XCode project whereever you want them. I personally like to create a new group (folder) called `Generated` for them (the `build-ios.sh` script assumes that's the case). +As the final step we drag-n-drop `./ios/Shared.xcframework` and `./bindings/shared.swift` into the XCode project whereever you want them. I personally like to create a new group (folder) called `Generated` for them (the `build-ios.sh` script assumes that's the case)..