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 3b80e7f commit daec5b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 %}
2 changes: 1 addition & 1 deletion src/content/add-to-app/ios/project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ consult [Debugging your add-to-app module][].
{% tabs %}
{% tab "Use CocoaPods" %}

{% include docs/add-to-app/ios-project/embed-cocoapods.md, yt-embed: site.yt.embed, yt-set: site.yt.set, yt-watch: site.yt.watch %}
{% 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 %}

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

0 comments on commit daec5b4

Please sign in to comment.