Skip to content

Commit 84fe648

Browse files
author
root
committed
Updated Diffusion Swift Package to 6.10.5
1 parent f2aa1a6 commit 84fe648

File tree

43 files changed

+39364
-83
lines changed

Some content is hidden

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

43 files changed

+39364
-83
lines changed

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.4/manual/html/lib/img/logos/push-new.png" style="width:250px;"/>
2+
<img src="https://docs.pushtechnology.com/docs/6.10.5/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.4
23+
#### Latest version: 6.10.5
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.4/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28-
- <a href="https://docs.pushtechnology.com/docs/6.10.4/apple">API Documentation</a>
27+
- <a href="https://docs.pushtechnology.com/docs/6.10.5/manual/html/developerguide/developerguide_overview.html">Developer Guide</a>
28+
- <a href="https://docs.pushtechnology.com/docs/6.10.5/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.4")
50+
.exact("6.10.5")
5151
),
5252
],
5353
//...

Sources/Diffusion.xcframework/Info.plist

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,61 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>Diffusion.framework/Diffusion</string>
810
<key>DebugSymbolsPath</key>
911
<string>dSYMs</string>
1012
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64</string>
13+
<string>ios-arm64</string>
1214
<key>LibraryPath</key>
1315
<string>Diffusion.framework</string>
1416
<key>SupportedArchitectures</key>
1517
<array>
1618
<string>arm64</string>
1719
</array>
1820
<key>SupportedPlatform</key>
19-
<string>tvos</string>
21+
<string>ios</string>
2022
</dict>
2123
<dict>
24+
<key>BinaryPath</key>
25+
<string>Diffusion.framework/Diffusion</string>
2226
<key>DebugSymbolsPath</key>
2327
<string>dSYMs</string>
2428
<key>LibraryIdentifier</key>
25-
<string>tvos-arm64_x86_64-simulator</string>
29+
<string>tvos-arm64</string>
2630
<key>LibraryPath</key>
2731
<string>Diffusion.framework</string>
2832
<key>SupportedArchitectures</key>
2933
<array>
3034
<string>arm64</string>
31-
<string>x86_64</string>
3235
</array>
3336
<key>SupportedPlatform</key>
3437
<string>tvos</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3738
</dict>
3839
<dict>
40+
<key>BinaryPath</key>
41+
<string>Diffusion.framework/Versions/A/Diffusion</string>
3942
<key>DebugSymbolsPath</key>
4043
<string>dSYMs</string>
4144
<key>LibraryIdentifier</key>
42-
<string>ios-arm64</string>
45+
<string>macos-arm64_x86_64</string>
4346
<key>LibraryPath</key>
4447
<string>Diffusion.framework</string>
4548
<key>SupportedArchitectures</key>
4649
<array>
4750
<string>arm64</string>
51+
<string>x86_64</string>
4852
</array>
4953
<key>SupportedPlatform</key>
50-
<string>ios</string>
54+
<string>macos</string>
5155
</dict>
5256
<dict>
57+
<key>BinaryPath</key>
58+
<string>Diffusion.framework/Diffusion</string>
5359
<key>DebugSymbolsPath</key>
5460
<string>dSYMs</string>
5561
<key>LibraryIdentifier</key>
56-
<string>macos-arm64_x86_64</string>
62+
<string>ios-arm64_x86_64-simulator</string>
5763
<key>LibraryPath</key>
5864
<string>Diffusion.framework</string>
5965
<key>SupportedArchitectures</key>
@@ -62,13 +68,17 @@
6268
<string>x86_64</string>
6369
</array>
6470
<key>SupportedPlatform</key>
65-
<string>macos</string>
71+
<string>ios</string>
72+
<key>SupportedPlatformVariant</key>
73+
<string>simulator</string>
6674
</dict>
6775
<dict>
76+
<key>BinaryPath</key>
77+
<string>Diffusion.framework/Diffusion</string>
6878
<key>DebugSymbolsPath</key>
6979
<string>dSYMs</string>
7080
<key>LibraryIdentifier</key>
71-
<string>ios-arm64_x86_64-simulator</string>
81+
<string>tvos-arm64_x86_64-simulator</string>
7282
<key>LibraryPath</key>
7383
<string>Diffusion.framework</string>
7484
<key>SupportedArchitectures</key>
@@ -77,7 +87,7 @@
7787
<string>x86_64</string>
7888
</array>
7989
<key>SupportedPlatform</key>
80-
<string>ios</string>
90+
<string>tvos</string>
8191
<key>SupportedPlatformVariant</key>
8292
<string>simulator</string>
8393
</dict>
Binary file not shown.

Sources/Diffusion.xcframework/ios-arm64/Diffusion.framework/Headers/PTDiffusionFetchRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ NS_ASSUME_NONNULL_BEGIN
254254
@return A new fetch request derived from this fetch request but selecting only
255255
the number of topics specified from the end of the range.
256256
257-
@exception NSInvalidArgumentException if number is greater than `-INT32_MIN`.
257+
@exception NSInvalidArgumentException if number is greater than `INT32_MAX`.
258258
259259
@since 6.2
260260
*/
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework module Diffusion {
22
umbrella header "Diffusion.h"
3-
43
export *
4+
55
module * { export * }
66
}

Sources/Diffusion.xcframework/ios-arm64/Diffusion.framework/_CodeSignature/CodeResources

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
</data>
163163
<key>Headers/PTDiffusionFetchRequest.h</key>
164164
<data>
165-
wThYX8oKEugUsBVqxYKQAwZTSSI=
165+
TuB+zVbztY4EWWmfVcadNWGMx80=
166166
</data>
167167
<key>Headers/PTDiffusionFetchResult.h</key>
168168
<data>
@@ -802,11 +802,11 @@
802802
</data>
803803
<key>Info.plist</key>
804804
<data>
805-
Fz+SWvBslvBVJ80pGSpx+j01sQo=
805+
OCSSwDIpfjb5vy98vb3gVIlXkU0=
806806
</data>
807807
<key>Modules/module.modulemap</key>
808808
<data>
809-
q330/OkSKLLkRwoC2kdB1e4qTEQ=
809+
Nv0rUjWdlVrfPQcMYAtJ5oPTvAg=
810810
</data>
811811
<key>error_descriptions.plist</key>
812812
<data>
@@ -1092,7 +1092,7 @@
10921092
<dict>
10931093
<key>hash2</key>
10941094
<data>
1095-
fdjQWuWeC2a06xBKQTKSkdP1jybC91CAdW4LxYIytGk=
1095+
YG+uneWFhXy1lNUAvImRZ300iDv0Fk7J9HhRsRRO2pc=
10961096
</data>
10971097
</dict>
10981098
<key>Headers/PTDiffusionFetchResult.h</key>
@@ -2212,7 +2212,7 @@
22122212
<dict>
22132213
<key>hash2</key>
22142214
<data>
2215-
IOdf2zvMpEjPRyI0O/jRrRe4UhkqYb+0eyRNsRwyyZE=
2215+
t+sq4zf51RHf1wdhQvbPFXlKBNRaRBnlwTdArT+Gk78=
22162216
</data>
22172217
</dict>
22182218
<key>error_descriptions.plist</key>

0 commit comments

Comments
 (0)