AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Cross-Platform-Entwicklung iOS: Externes SDK in Build Process einbinden
Thema durchsuchen
Ansicht
Themen-Optionen

iOS: Externes SDK in Build Process einbinden

Ein Thema von bcvs · begonnen am 8. Jul 2024
Antwort Antwort
bcvs

Registriert seit: 16. Jun 2011
703 Beiträge
 
Delphi 12 Athens
 
#1

iOS: Externes SDK in Build Process einbinden

  Alt 8. Jul 2024, 12:15
Hallo zusammen.

aus einer Dokuemtation einer externen SDK:

Code:
Build Process
This section describes how to add the XXXX SDK to your app's build process.

iOS
Swift Package Manager

If you are using Swift Package Manager (SPM), add the following to Package.swift :

.package(url: "https://git.XXXX...", .exact("x.y.z"))

or if you are developing in Xcode, you can do the following:
Go to Project->Package Dependencies
Click "+"
Enter package URL "https://git.XXXX..."
Set "Dependency Rule" to "Exact Version"
Change version to: x.y.z
Click "Add Package"

CocoaPods
If you are using CocoaPods, add the following to your Podfile:

source 'https://git.XXXX.../CocoaPodSpecs'

Inside the target specification add the following:

pod 'XXXX', 'x.y.z'

install the CocoaPods using the command line:

pod install
Sagt Euch das irgendwas? Was muss ich tun, um das in Delphi einzubinden? Geht das überhaupt?
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:33 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz