Skip to content

Commit eebb557

Browse files
Updated Diffusion Swift Package to 6.10.0
1 parent 3c1bc2b commit eebb557

997 files changed

Lines changed: 16 additions & 138046 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Package.swift

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ let package = Package(
88
products: [
99
.library(
1010
name: "Diffusion",
11-
targets: ["Diffusion"]),
11+
targets: [ "Diffusion" ]
12+
),
1213
],
1314
dependencies: [],
1415
targets: [
15-
.binaryTarget(name: "Diffusion", path: "./Sources/Diffusion.xcframework")
16+
.binaryTarget(
17+
name: "Diffusion",
18+
url: "https://github.com/diffusiondata/diffusion-sdk-apple/raw/6.10.0/Diffusion.xcframework.zip",
19+
checksum: "1bc8b8a40a8114e2d88db3a0c29e1d36561f35e3318675b64921d26512c1a949"
20+
)
1621
]
1722
)

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<img src="https://docs.pushtechnology.com/docs/6.7.5/manual/html/lib/img/logos/push-new.png" style="width:250px;"/>
2+
<img src="https://www.diffusiondata.com/wp-content/themes/diffusion/images/logo-tag.svg" style="width:250px;"/>
33

44
<p/>
55

@@ -20,20 +20,20 @@
2020

2121
# Apple SDK for Diffusion - Swift Package
2222

23-
#### Latest version: 6.8.0
23+
#### Latest version: 6.10.0
2424

2525
#### Links
26-
- <a href="https://docs.pushtechnology.com/quickstart">Quick Start Guide</a>
27-
- <a href="https://docs.pushtechnology.com/docs/6.8.0/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28-
- <a href="https://docs.pushtechnology.com/docs/6.8.0/apple">API Documentation</a>
29-
- <a href="https://github.com/pushtechnology/diffusion-examples/tree/6.8/apple">Examples</a>
26+
- <a href="https://docs.diffusiondata.com/quickstart">Quick Start Guide</a>
27+
- <a href="https://docs.diffusiondata.com/docs/6.10.0/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28+
- <a href="https://docs.diffusiondata.com/docs/6.10.0/apple">API Documentation</a>
29+
- <a href="https://github.com/diffusiondata/diffusion-examples/tree/6.10/apple">Examples</a>
3030

3131

3232
## Installation
3333

3434
### Xcode Projects
3535

36-
Select `File` -> `Swift Packages` -> `Add Package Dependency` and enter `https://github.com/pushtechnology/diffusion-swift`.
36+
Select `File` -> `Swift Packages` -> `Add Package Dependency` and enter `https://github.com/diffusiondata/diffusion-swift`.
3737

3838

3939
### Swift Package Manager Projects
@@ -46,8 +46,8 @@ let package = Package(
4646
dependencies: [
4747
.package(
4848
name: "Diffusion",
49-
url: "https://github.com/pushtechnology/diffusion-swift",
50-
.exact("6.8.0")
49+
url: "https://github.com/diffusiondata/diffusion-swift",
50+
.exact("6.10.0")
5151
),
5252
],
5353
//...

Sources/Diffusion.xcframework/Info.plist

Lines changed: 0 additions & 89 deletions
This file was deleted.
Binary file not shown.

Sources/Diffusion.xcframework/ios-arm64_armv7_armv7s/Diffusion.framework/Headers/Diffusion.h

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)