Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ This is a demonstration of creating and integrating the xcframeworks and their c

## Table of contents
* [Changelog](#Changelog)
* [Introduction: New .xcframework format](#Introduction:-New-.xcframework-format)
* [How to create .xcframework that contain iOS + iOS Simulator platforms](#How-to-create-.xcframework-that-contains-iOS-+-iOS-Simulator-platforms)
* [Introduction: New .xcframework format](#Introduction-New-xcframework-format)
* [How to create .xcframework that contains iOS + iOS Simulator platforms](#How-to-create-xcframework-that-contains-iOS--iOS-Simulator-platforms)
* [Create xcframework using fastlane plugin](#Create-xcframework-using-fastlane-plugin)
* [Testing & Troubleshooting](#Testing-&-Troubleshooting)
* [Testing & Troubleshooting](#Testing--Troubleshooting)
* [Distribution of xcframeworks](#Distribution-of-xcframeworks)
* [How to integrate .xcframework in your project](#How-to-integrate-.xcframework-in-your-project)
* [What's in XCFrameworks workspace](#What's-in-XCFrameworks-workspace)
* [How to integrate .xcframework in your project](#How-to-integrate-xcframework-in-your-project)
* [What's in XCFrameworks workspace](#Whats-in-XCFrameworks-workspace)
* [Materials](#Materials)

## Pre-requisities
Expand Down Expand Up @@ -75,7 +75,7 @@ xcframework supports all Apple platforms & their variants - `iOS`, `maccatalyst`

---

# How to create .xcframework that contain iOS + iOS Simulator platforms
# How to create .xcframework that contains iOS + iOS Simulator platforms

This section describes the process of creating the xcframework by archiving & creating the final xcframeworks from 2 archives built for `iOS` & `iOS Simulator`.

Expand Down