Skip to content

Commit

Permalink
Updated for version 3.5 of the Adonit iOS SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
adonitRDSW committed Aug 3, 2018
1 parent 8844c00 commit 258788d
Show file tree
Hide file tree
Showing 29 changed files with 23 additions and 18 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 modified AdonitSDK.framework/Versions/A/AdonitSDK
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.5

**SDK**
- Fix duplicate symbols incompatible with beta 5 of Xcode 10.

#v3.4.3

**SDK**
Expand Down
2 changes: 1 addition & 1 deletion JotTouchExample/JotTouchExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nfind \"${SRCROOT}\" \\( -name \"*.h\" -or -name \"*.m\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"";
shellScript = "KEYWORDS=\"TODO:|FIXME:|\\?\\?\\?:|\\!\\!\\!:\"\nfind \"${SRCROOT}\" \\( -name \"*.h\" -or -name \"*.m\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" | perl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
2 changes: 1 addition & 1 deletion JotTouchExample/JotTouchExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>41</string>
<string>44</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
6 changes: 3 additions & 3 deletions JotTouchExample/JotTouchExample/MainStoryboard.storyboard
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="HQy-ax-ZsY">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="HQy-ax-ZsY">
<device id="ipad9_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
Expand Down Expand Up @@ -1652,7 +1652,7 @@
</constraints>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hold Tip Here" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nGT-Ug-IHH">
<rect key="frame" x="110" y="40" width="153" height="21"/>
<rect key="frame" x="110" y="40.5" width="153" height="20.5"/>
<constraints>
<constraint firstAttribute="width" constant="153" id="Dc6-wL-3ou"/>
</constraints>
Expand Down
24 changes: 12 additions & 12 deletions JotTouchExample/JotTouchExample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,15 @@ - (void)setupShortcut
]];

[self.jotManager addShortcutOptionButton2DoubleTapDefault: [[JotShortcut alloc]
initWithDescriptiveText:@"Quick Undo/Redo"
key:@"quickundoredo"
target:self selector:@selector(quickUndoRedo)
initWithDescriptiveText:@"Tools"
key:@"tools"
target:self selector:@selector(toolsSelect)
]];

[self.jotManager addScrollShortcutOption: [[JotShortcut alloc]
initWithDescriptiveText:@"Tools"
key:@"tools"
target:self selector:@selector(toolsSelect)
initWithDescriptiveText:@"Quick Undo/Redo"
key:@"quickundoredo"
target:self selector:@selector(quickUndoRedo)
]];

[self.jotManager addScrollShortcutOption: [[JotShortcut alloc]
Expand Down Expand Up @@ -292,15 +292,15 @@ - (void)addShortcuts
]];

[self.jotManager addScrollShortcutOption: [[JotShortcut alloc]
initWithDescriptiveText:@"Quick Undo/Redo"
key:@"quickundoredo"
target:self selector:@selector(quickUndoRedo)
initWithDescriptiveText:@"Tools"
key:@"tools"
target:self selector:@selector(toolsSelect)
]];

[self.jotManager addScrollShortcutOption: [[JotShortcut alloc]
initWithDescriptiveText:@"Tools"
key:@"tools"
target:self selector:@selector(toolsSelect)
initWithDescriptiveText:@"Quick Undo/Redo"
key:@"quickundoredo"
target:self selector:@selector(quickUndoRedo)
]];

[self.jotManager addScrollShortcutOption: [[JotShortcut alloc]
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.4.3
#Adonit SDK for iOS v3.5

##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](http://adonit.net/jot). It includes support for for the following features:
Expand Down

0 comments on commit 258788d

Please sign in to comment.