Skip to content

Commit 7bae2fb

Browse files
authored
[iOS] Build Release v1.8.0 (#6)
Uploaded Latest Data SDK framework of version 1.8.0
1 parent f54ab7e commit 7bae2fb

22 files changed

+43761
-53675
lines changed

Frameworks/StyliticsData.xcframework/Info.plist

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,35 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>BinaryPath</key>
9+
<string>StyliticsData.framework/StyliticsData</string>
810
<key>LibraryIdentifier</key>
9-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1012
<key>LibraryPath</key>
1113
<string>StyliticsData.framework</string>
1214
<key>SupportedArchitectures</key>
1315
<array>
1416
<string>arm64</string>
17+
<string>x86_64</string>
1518
</array>
1619
<key>SupportedPlatform</key>
1720
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
1823
</dict>
1924
<dict>
25+
<key>BinaryPath</key>
26+
<string>StyliticsData.framework/StyliticsData</string>
2027
<key>LibraryIdentifier</key>
21-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2229
<key>LibraryPath</key>
2330
<string>StyliticsData.framework</string>
2431
<key>SupportedArchitectures</key>
2532
<array>
2633
<string>arm64</string>
27-
<string>x86_64</string>
2834
</array>
2935
<key>SupportedPlatform</key>
3036
<string>ios</string>
31-
<key>SupportedPlatformVariant</key>
32-
<string>simulator</string>
3337
</dict>
3438
</array>
3539
<key>CFBundlePackageType</key>

Frameworks/StyliticsData.xcframework/ios-arm64/StyliticsData.framework/Headers/StyliticsData-Swift.h

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#if 0
22
#elif defined(__arm64__) && __arm64__
3-
// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
3+
// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
44
#ifndef STYLITICSDATA_SWIFT_H
55
#define STYLITICSDATA_SWIFT_H
66
#pragma clang diagnostic push
@@ -42,12 +42,18 @@
4242
#include <string.h>
4343
#endif
4444
#if defined(__cplusplus)
45-
#if __has_include(<ptrauth.h>)
45+
#if defined(__arm64e__) && __has_include(<ptrauth.h>)
4646
# include <ptrauth.h>
4747
#else
48+
#pragma clang diagnostic push
49+
#pragma clang diagnostic ignored "-Wreserved-macro-identifier"
4850
# ifndef __ptrauth_swift_value_witness_function_pointer
4951
# define __ptrauth_swift_value_witness_function_pointer(x)
5052
# endif
53+
# ifndef __ptrauth_swift_class_method_pointer
54+
# define __ptrauth_swift_class_method_pointer(x)
55+
# endif
56+
#pragma clang diagnostic pop
5157
#endif
5258
#endif
5359

@@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
246252
#else
247253
# define SWIFT_NOEXCEPT
248254
#endif
255+
#if !defined(SWIFT_C_INLINE_THUNK)
256+
# if __has_attribute(always_inline)
257+
# if __has_attribute(nodebug)
258+
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug))
259+
# else
260+
# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline))
261+
# endif
262+
# else
263+
# define SWIFT_C_INLINE_THUNK inline
264+
# endif
265+
#endif
249266
#if defined(_WIN32)
250267
#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL)
251268
# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport)
@@ -284,12 +301,12 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
284301

285302

286303

287-
#endif
288-
#if defined(__cplusplus)
289304
#endif
290305
#if __has_attribute(external_source_symbol)
291306
# pragma clang attribute pop
292307
#endif
308+
#if defined(__cplusplus)
309+
#endif
293310
#pragma clang diagnostic pop
294311
#endif
295312

0 commit comments

Comments
 (0)