Skip to content

Commit 135c1e3

Browse files
author
root
committed
Updated Diffusion Swift Package to 6.10.7
1 parent 06eee1e commit 135c1e3

20 files changed

Lines changed: 19773 additions & 19773 deletions

File tree

README.md

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

2-
<img src="https://docs.pushtechnology.com/docs/6.10.6/manual/html/lib/img/logos/push-new.png" style="width:250px;"/>
2+
<img src="https://docs.pushtechnology.com/docs/6.10.7/manual/html/lib/img/logos/push-new.png" style="width:250px;"/>
33

44
<p/>
55

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

2121
# Apple SDK for Diffusion - Swift Package
2222

23-
#### Latest version: 6.10.6
23+
#### Latest version: 6.10.7
2424

2525
#### Links
2626
- <a href="https://docs.pushtechnology.com/quickstart">Quick Start Guide</a>
27-
- <a href="https://docs.pushtechnology.com/docs/6.10.6/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28-
- <a href="https://docs.pushtechnology.com/docs/6.10.6/apple">API Documentation</a>
27+
- <a href="https://docs.pushtechnology.com/docs/6.10.7/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28+
- <a href="https://docs.pushtechnology.com/docs/6.10.7/apple">API Documentation</a>
2929
- <a href="https://github.com/pushtechnology/diffusion-examples/tree/6.10/apple">Examples</a>
3030

3131

@@ -47,7 +47,7 @@ let package = Package(
4747
.package(
4848
name: "Diffusion",
4949
url: "https://github.com/pushtechnology/diffusion-swift",
50-
.exact("6.10.6")
50+
.exact("6.10.7")
5151
),
5252
],
5353
//...

Sources/Diffusion.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,36 +60,36 @@
6060
</dict>
6161
<dict>
6262
<key>BinaryPath</key>
63-
<string>Diffusion.framework/Diffusion</string>
63+
<string>Diffusion.framework/Versions/A/Diffusion</string>
6464
<key>DebugSymbolsPath</key>
6565
<string>dSYMs</string>
6666
<key>LibraryIdentifier</key>
67-
<string>ios-arm64</string>
67+
<string>macos-arm64_x86_64</string>
6868
<key>LibraryPath</key>
6969
<string>Diffusion.framework</string>
7070
<key>SupportedArchitectures</key>
7171
<array>
7272
<string>arm64</string>
73+
<string>x86_64</string>
7374
</array>
7475
<key>SupportedPlatform</key>
75-
<string>ios</string>
76+
<string>macos</string>
7677
</dict>
7778
<dict>
7879
<key>BinaryPath</key>
79-
<string>Diffusion.framework/Versions/A/Diffusion</string>
80+
<string>Diffusion.framework/Diffusion</string>
8081
<key>DebugSymbolsPath</key>
8182
<string>dSYMs</string>
8283
<key>LibraryIdentifier</key>
83-
<string>macos-arm64_x86_64</string>
84+
<string>ios-arm64</string>
8485
<key>LibraryPath</key>
8586
<string>Diffusion.framework</string>
8687
<key>SupportedArchitectures</key>
8788
<array>
8889
<string>arm64</string>
89-
<string>x86_64</string>
9090
</array>
9191
<key>SupportedPlatform</key>
92-
<string>macos</string>
92+
<string>ios</string>
9393
</dict>
9494
</array>
9595
<key>CFBundlePackageType</key>
Binary file not shown.

Sources/Diffusion.xcframework/ios-arm64/dSYMs/Diffusion.framework.dSYM/Contents/Resources/Relocations/aarch64/Diffusion.yml

Lines changed: 1895 additions & 1895 deletions
Large diffs are not rendered by default.
Binary file not shown.

Sources/Diffusion.xcframework/ios-arm64_x86_64-simulator/dSYMs/Diffusion.framework.dSYM/Contents/Resources/Relocations/aarch64/Diffusion.yml

Lines changed: 2988 additions & 2988 deletions
Large diffs are not rendered by default.

Sources/Diffusion.xcframework/ios-arm64_x86_64-simulator/dSYMs/Diffusion.framework.dSYM/Contents/Resources/Relocations/x86_64/Diffusion.yml

Lines changed: 3136 additions & 3136 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)