From ceaed1a22ec87926124b1c9938a4c8ab2bda1c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kj=C3=A6r?= Date: Tue, 25 Jun 2024 21:18:37 +0200 Subject: [PATCH] Add code tags on filepaths --- ...24-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md | 2 +- ...24-06-24-setting-up-uniffi-for-ios-simulators-and-watchos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)..