Skip to content

Commit 35c691a

Browse files
Updated Diffusion Swift Package to 6.11.7
1 parent 23a6f98 commit 35c691a

20 files changed

Lines changed: 21486 additions & 21486 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.11.6/manual/html/lib/img/logos/push-new.png" style="width:250px;"/>
2+
<img src="https://docs.pushtechnology.com/docs/6.11.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.11.6
23+
#### Latest version: 6.11.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.11.6/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28-
- <a href="https://docs.pushtechnology.com/docs/6.11.6/apple">API Documentation</a>
27+
- <a href="https://docs.pushtechnology.com/docs/6.11.7/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28+
- <a href="https://docs.pushtechnology.com/docs/6.11.7/apple">API Documentation</a>
2929
- <a href="https://github.com/pushtechnology/diffusion-examples/tree/6.11/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.11.6")
50+
.exact("6.11.7")
5151
),
5252
],
5353
//...

Sources/Diffusion.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,15 @@
4343
<key>DebugSymbolsPath</key>
4444
<string>dSYMs</string>
4545
<key>LibraryIdentifier</key>
46-
<string>tvos-arm64_x86_64-simulator</string>
46+
<string>ios-arm64</string>
4747
<key>LibraryPath</key>
4848
<string>Diffusion.framework</string>
4949
<key>SupportedArchitectures</key>
5050
<array>
5151
<string>arm64</string>
52-
<string>x86_64</string>
5352
</array>
5453
<key>SupportedPlatform</key>
55-
<string>tvos</string>
56-
<key>SupportedPlatformVariant</key>
57-
<string>simulator</string>
54+
<string>ios</string>
5855
</dict>
5956
<dict>
6057
<key>BinaryPath</key>
@@ -81,15 +78,18 @@
8178
<key>DebugSymbolsPath</key>
8279
<string>dSYMs</string>
8380
<key>LibraryIdentifier</key>
84-
<string>ios-arm64</string>
81+
<string>tvos-arm64_x86_64-simulator</string>
8582
<key>LibraryPath</key>
8683
<string>Diffusion.framework</string>
8784
<key>SupportedArchitectures</key>
8885
<array>
8986
<string>arm64</string>
87+
<string>x86_64</string>
9088
</array>
9189
<key>SupportedPlatform</key>
92-
<string>ios</string>
90+
<string>tvos</string>
91+
<key>SupportedPlatformVariant</key>
92+
<string>simulator</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: 1897 additions & 1897 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: 3041 additions & 3041 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: 3138 additions & 3138 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)