Skip to content

Commit

Permalink
Updated for version 3.9 of the Adonit iOS SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
adonitDevel committed Jul 14, 2023
1 parent 2060a3a commit f65c949
Show file tree
Hide file tree
Showing 69 changed files with 1,054 additions and 8 deletions.
Binary file modified AdonitSDK.bundle/DebugOptionsTableViewCell.nib
Binary file not shown.
Binary file modified AdonitSDK.bundle/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AdonitSDK.bundle/JotSettings.storyboardc/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AdonitSDK.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file added AdonitSDK.bundle/_CodeSignature/CodeRequirements
Binary file not shown.
Binary file added AdonitSDK.bundle/_CodeSignature/CodeRequirements-1
Binary file not shown.
1,043 changes: 1,043 additions & 0 deletions AdonitSDK.bundle/_CodeSignature/CodeResources

Large diffs are not rendered by default.

Binary file added AdonitSDK.bundle/_CodeSignature/CodeSignature
Binary file not shown.
12 changes: 5 additions & 7 deletions AdonitSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_i386_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>libAdonitSDK.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>HeadersPath</key>
Expand All @@ -43,16 +39,18 @@
<key>HeadersPath</key>
<string>Headers</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libAdonitSDK.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</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 added AdonitSDK.xcframework/ios-arm64/libAdonitSDK.a
Binary file not shown.
Binary file removed AdonitSDK.xcframework/ios-arm64_armv7/libAdonitSDK.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#Change Log for AdonitSDK (iOS)

#v3.9

**SDK**
- Support for upcoming Adonit Note⁺ 2.

#v3.8

**SDK**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Adonit SDK for iOS v3.8
#Adonit SDK for iOS v3.9

##Overview
The Adonit iOS SDK is a free framework for iOS that provides you with the necessary tools to integrate a complete sketching experience in your apps when used with Adonit's line of [Bluetooth connected styluses](https://www.adonit.net/stylus-for-ios/). It includes support for for the following features:
Expand Down

0 comments on commit f65c949

Please sign in to comment.