Skip to content

Commit

Permalink
Added paths for simulator, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Sep 24, 2024
1 parent 1912636 commit d66170b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Demos/FCMRebooted/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,21 @@ When using Firebase iOS SDK 11.2.0 - **Delphi 12.2 or later**:
$(Firebase)\FirebaseAnalytics\FBLPromises.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\FirebaseAnalytics.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\FirebaseCore.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\FirebaseCoreInternal.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\FirebaseInstallations.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\GoogleAppMeasurement.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\GoogleUtilities.xcframework\ios-arm64;$(Firebase)\FirebaseAnalytics\nanoPB.xcframework\ios-arm64;$(Firebase)\FirebaseMessaging\FirebaseMessaging.xcframework\ios-arm64;$(Firebase)\FirebaseMessaging\GoogleDataTransport.xcframework\ios-arm64
```

**For iOS Simulator**:

```
$(Firebase)\FirebaseAnalytics\FBLPromises.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\FirebaseAnalytics.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\FirebaseCore.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\FirebaseCoreInternal.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\FirebaseInstallations.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\GoogleAppMeasurement.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\GoogleUtilities.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseAnalytics\nanoPB.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseMessaging\FirebaseMessaging.xcframework\ios-arm64_x86_64-simulator;$(Firebase)\FirebaseMessaging\GoogleDataTransport.xcframework\ios-arm64_x86_64-simulator
```

#### Additional Frameworks

In order to compile successfully for iOS, it's also necessary to add [Swift Support Files in Delphi's SDK Manager](https://github.com/DelphiWorlds/HowTo/tree/main/Solutions/AddSwiftSupport) (follow the link for instructions)

You will need to add the following frameworks to the iOS SDK in Delphi's SDK Manager:

* CoreTransferable
* SwiftCore
* SwiftUI
* SwiftUICore

If you choose Firebase iOS SDK 11.2.0, will need to add:

Expand Down

0 comments on commit d66170b

Please sign in to comment.