Skip to content

Commit

Permalink
adapt xcframework to the newest api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
QSD_faris committed Jan 14, 2024
1 parent b63cca3 commit acd128d
Show file tree
Hide file tree
Showing 21 changed files with 449 additions and 194 deletions.
10 changes: 5 additions & 5 deletions Sources/DeskproFramework.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>DeskproFramework.framework/DeskproFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DeskproFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>DeskproFramework.framework/DeskproFramework</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>DeskproFramework.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));

#if defined(__OBJC__)


#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
Expand Down
Binary file not shown.
Loading

0 comments on commit acd128d

Please sign in to comment.