Skip to content

Commit

Permalink
2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dehli committed Jun 16, 2018
1 parent 0484dcc commit 3af3c7e
Show file tree
Hide file tree
Showing 15 changed files with 326 additions and 246 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.2

- Fixed drawing issue where `touchDrawView` and `imageView` bounds
didn't line up (thanks to @mkoorn!)
- Change base class to `UIImageView`

# 2.1.1

- Upgrades project to Swift 4 (thanks to @codyaweber!)
Expand Down
8 changes: 4 additions & 4 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- TouchDraw (2.1.1)
- TouchDraw (2.1.2)

DEPENDENCIES:
- TouchDraw (from `../`)

EXTERNAL SOURCES:
TouchDraw:
:path: ../
:path: "../"

SPEC CHECKSUMS:
TouchDraw: b742ebbc96d85f1df1f093ce3aad50e667533edf
TouchDraw: 02074f86f08957eceb8ee3012b6b8740405e6109

PODFILE CHECKSUM: f850bd72d12b5fb4f18cad822d3a3481b9ad2931

COCOAPODS: 1.3.1
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions Demo/Pods/Local Podspecs/TouchDraw.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Demo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

418 changes: 224 additions & 194 deletions Demo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Demo/Pods/Target Support Files/TouchDraw/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Demo/Pods/Target Support Files/TouchDraw/TouchDraw.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions Demo/TouchDrawDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
EE43D46A1A14A6F200311C06 /* Frameworks */,
EE43D46B1A14A6F200311C06 /* Resources */,
92727888AFAFBE90DB06A190 /* [CP] Embed Pods Frameworks */,
E02A90476D5F5748EAB40ACC /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -213,21 +212,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TouchDrawDemo/Pods-TouchDrawDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
E02A90476D5F5748EAB40ACC /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-TouchDrawDemo/Pods-TouchDrawDemo-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TouchDraw.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Pod::Spec.new do |s|

s.name = "TouchDraw"
s.version = "2.1.1"
s.version = "2.1.2"
s.summary = "TouchDraw is a UIView you can draw on."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion TouchDraw/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.1</string>
<string>2.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3af3c7e

Please sign in to comment.