Skip to content

Commit

Permalink
Fix: Links
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Jul 13, 2024
1 parent 7666929 commit a93cc8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/_includes/docs/add-to-app/ios-project/embed-cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ consult the [CocoaPods getting started guide][].
If watching a video helps you learn,
this video covers adding Flutter to an iOS app:

<iframe class="full-width" src="{{yt-embed}}/IIcrfrTshTs" title="Learn about how to add Flutter to an existing iOS app" {{yt-set}}></iframe>
<iframe class="full-width" src="{{site.yt.embed}}/IIcrfrTshTs" title="Learn about how to add Flutter to an existing iOS app" {{site.yt.set}}></iframe>

[Watch this video on YouTube]({{yt-watch}}/IIcrfrTshTs).
[Watch this video on YouTube]({{site.yt.watch}}/IIcrfrTshTs).

#### Requirements {:#method-a-reqs}

Expand Down
6 changes: 3 additions & 3 deletions src/_includes/docs/add-to-app/ios-project/embed-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Use this method in the following use cases:

#### Limitations {:#method-b-limits}

{% render docs/add-to-app/ios-project/limits-common-deps.md %}
{% include docs/add-to-app/ios-project/limits-common-deps.md %}

#### Example project structure {:#method-b-structure}

{% render docs/add-to-app/ios-project/embed-framework-directory-tree.md %}
{% include docs/add-to-app/ios-project/embed-framework-directory-tree.md %}

#### Procedures

Expand All @@ -32,6 +32,6 @@ into your existing app in Xcode depends on the type of framework.
* Link and embed dynamic frameworks.
* Link static frameworks. [Never embed them][static-framework].

{% render docs/add-to-app/ios-project/link-and-embed.md %}
{% include docs/add-to-app/ios-project/link-and-embed.md %}

[static-framework]: {{site.apple-dev}}library/archive/technotes/tn2435/_index.html
6 changes: 3 additions & 3 deletions src/_includes/docs/add-to-app/ios-project/embed-split.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Use this method in the following use cases:

#### Limitations {:#method-c-limits}

{% render docs/add-to-app/ios-project/limits-common-deps.md %}
{% include docs/add-to-app/ios-project/limits-common-deps.md %}

This method only works with the `beta` or `stable` [release channels][].

[release channels]: /release/upgrade#switching-flutter-channels

#### Example project structure {:#method-c-structure}

{% render docs/add-to-app/ios-project/embed-framework-directory-tree.md %}
{% include docs/add-to-app/ios-project/embed-framework-directory-tree.md %}

#### Add Flutter engine to your Podfile

Expand All @@ -45,4 +45,4 @@ and `Release` when you're ready to ship.

#### Link and embed app and plugin frameworks

{% render docs/add-to-app/ios-project/link-and-embed.md %}
{% include docs/add-to-app/ios-project/link-and-embed.md %}
6 changes: 3 additions & 3 deletions src/content/add-to-app/ios/project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,17 @@ consult [Debugging your add-to-app module][].
{% tabs %}
{% tab "Use CocoaPods" %}

{% render docs/add-to-app/ios-project/embed-cocoapods.md, yt-embed: site.yt.embed, yt-set: site.yt.set, yt-watch: site.yt.watch %}
{% include docs/add-to-app/ios-project/embed-cocoapods.md %}

{% endtab %}
{% tab "Use frameworks" %}

{% render docs/add-to-app/ios-project/embed-frameworks.md %}
{% include docs/add-to-app/ios-project/embed-frameworks.md %}

{% endtab %}
{% tab "Use frameworks and CocoaPods" %}

{% render docs/add-to-app/ios-project/embed-split.md %}
{% include docs/add-to-app/ios-project/embed-split.md %}

{% endtab %}
{% endtabs %}
Expand Down

0 comments on commit a93cc8c

Please sign in to comment.