Skip to content

Commit 55ffc01

Browse files
committed
Merge pull request #6 from dehli/development
Version 1.2.3 release
2 parents 05fc41c + cefedcf commit 55ffc01

File tree

12 files changed

+215
-414
lines changed

12 files changed

+215
-414
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.3
2+
3+
- Added a handful of tests
4+
- Updated `README.md`
5+
16
# 1.2.2
27

38
- Switched project settings to recommended settings

Demo/TouchDrawDemo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,8 @@
1313
EE43D4781A14A6F200311C06 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE43D4761A14A6F200311C06 /* Main.storyboard */; };
1414
EE43D47A1A14A6F200311C06 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EE43D4791A14A6F200311C06 /* Images.xcassets */; };
1515
EE43D47D1A14A6F200311C06 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE43D47B1A14A6F200311C06 /* LaunchScreen.xib */; };
16-
EE43D4891A14A6F200311C06 /* TouchDrawDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE43D4881A14A6F200311C06 /* TouchDrawDemoTests.swift */; };
1716
/* End PBXBuildFile section */
1817

19-
/* Begin PBXContainerItemProxy section */
20-
EE43D4831A14A6F200311C06 /* PBXContainerItemProxy */ = {
21-
isa = PBXContainerItemProxy;
22-
containerPortal = EE43D4651A14A6F200311C06 /* Project object */;
23-
proxyType = 1;
24-
remoteGlobalIDString = EE43D46C1A14A6F200311C06;
25-
remoteInfo = TouchDrawDemo;
26-
};
27-
/* End PBXContainerItemProxy section */
28-
2918
/* Begin PBXFileReference section */
3019
A093867C58B2C460504D298A /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3120
D0CED83AB5650AA7BC4770C2 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
@@ -37,9 +26,6 @@
3726
EE43D4771A14A6F200311C06 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
3827
EE43D4791A14A6F200311C06 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
3928
EE43D47C1A14A6F200311C06 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
40-
EE43D4821A14A6F200311C06 /* TouchDrawDemo.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TouchDrawDemo.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
41-
EE43D4871A14A6F200311C06 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
42-
EE43D4881A14A6F200311C06 /* TouchDrawDemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TouchDrawDemoTests.swift; sourceTree = "<group>"; };
4329
/* End PBXFileReference section */
4430

4531
/* Begin PBXFrameworksBuildPhase section */
@@ -51,13 +37,6 @@
5137
);
5238
runOnlyForDeploymentPostprocessing = 0;
5339
};
54-
EE43D47F1A14A6F200311C06 /* Frameworks */ = {
55-
isa = PBXFrameworksBuildPhase;
56-
buildActionMask = 2147483647;
57-
files = (
58-
);
59-
runOnlyForDeploymentPostprocessing = 0;
60-
};
6140
/* End PBXFrameworksBuildPhase section */
6241

6342
/* Begin PBXGroup section */
@@ -90,7 +69,6 @@
9069
isa = PBXGroup;
9170
children = (
9271
EE43D46F1A14A6F200311C06 /* TouchDrawDemo */,
93-
EE43D4851A14A6F200311C06 /* TouchDrawDemoTests */,
9472
EE43D46E1A14A6F200311C06 /* Products */,
9573
5C43080F56C56385ECE95311 /* Pods */,
9674
B90ADA956422C12ACFECF533 /* Frameworks */,
@@ -101,7 +79,6 @@
10179
isa = PBXGroup;
10280
children = (
10381
EE43D46D1A14A6F200311C06 /* TouchDrawDemo.app */,
104-
EE43D4821A14A6F200311C06 /* TouchDrawDemo.xctest */,
10582
);
10683
name = Products;
10784
sourceTree = "<group>";
@@ -127,23 +104,6 @@
127104
name = "Supporting Files";
128105
sourceTree = "<group>";
129106
};
130-
EE43D4851A14A6F200311C06 /* TouchDrawDemoTests */ = {
131-
isa = PBXGroup;
132-
children = (
133-
EE43D4881A14A6F200311C06 /* TouchDrawDemoTests.swift */,
134-
EE43D4861A14A6F200311C06 /* Supporting Files */,
135-
);
136-
path = TouchDrawDemoTests;
137-
sourceTree = "<group>";
138-
};
139-
EE43D4861A14A6F200311C06 /* Supporting Files */ = {
140-
isa = PBXGroup;
141-
children = (
142-
EE43D4871A14A6F200311C06 /* Info.plist */,
143-
);
144-
name = "Supporting Files";
145-
sourceTree = "<group>";
146-
};
147107
/* End PBXGroup section */
148108

149109
/* Begin PBXNativeTarget section */
@@ -167,24 +127,6 @@
167127
productReference = EE43D46D1A14A6F200311C06 /* TouchDrawDemo.app */;
168128
productType = "com.apple.product-type.application";
169129
};
170-
EE43D4811A14A6F200311C06 /* TouchDrawDemoTests */ = {
171-
isa = PBXNativeTarget;
172-
buildConfigurationList = EE43D48F1A14A6F200311C06 /* Build configuration list for PBXNativeTarget "TouchDrawDemoTests" */;
173-
buildPhases = (
174-
EE43D47E1A14A6F200311C06 /* Sources */,
175-
EE43D47F1A14A6F200311C06 /* Frameworks */,
176-
EE43D4801A14A6F200311C06 /* Resources */,
177-
);
178-
buildRules = (
179-
);
180-
dependencies = (
181-
EE43D4841A14A6F200311C06 /* PBXTargetDependency */,
182-
);
183-
name = TouchDrawDemoTests;
184-
productName = TouchDrawDemoTests;
185-
productReference = EE43D4821A14A6F200311C06 /* TouchDrawDemo.xctest */;
186-
productType = "com.apple.product-type.bundle.unit-test";
187-
};
188130
/* End PBXNativeTarget section */
189131

190132
/* Begin PBXProject section */
@@ -198,10 +140,6 @@
198140
EE43D46C1A14A6F200311C06 = {
199141
CreatedOnToolsVersion = 6.1;
200142
};
201-
EE43D4811A14A6F200311C06 = {
202-
CreatedOnToolsVersion = 6.1;
203-
TestTargetID = EE43D46C1A14A6F200311C06;
204-
};
205143
};
206144
};
207145
buildConfigurationList = EE43D4681A14A6F200311C06 /* Build configuration list for PBXProject "TouchDrawDemo" */;
@@ -218,7 +156,6 @@
218156
projectRoot = "";
219157
targets = (
220158
EE43D46C1A14A6F200311C06 /* TouchDrawDemo */,
221-
EE43D4811A14A6F200311C06 /* TouchDrawDemoTests */,
222159
);
223160
};
224161
/* End PBXProject section */
@@ -234,13 +171,6 @@
234171
);
235172
runOnlyForDeploymentPostprocessing = 0;
236173
};
237-
EE43D4801A14A6F200311C06 /* Resources */ = {
238-
isa = PBXResourcesBuildPhase;
239-
buildActionMask = 2147483647;
240-
files = (
241-
);
242-
runOnlyForDeploymentPostprocessing = 0;
243-
};
244174
/* End PBXResourcesBuildPhase section */
245175

246176
/* Begin PBXShellScriptBuildPhase section */
@@ -301,24 +231,8 @@
301231
);
302232
runOnlyForDeploymentPostprocessing = 0;
303233
};
304-
EE43D47E1A14A6F200311C06 /* Sources */ = {
305-
isa = PBXSourcesBuildPhase;
306-
buildActionMask = 2147483647;
307-
files = (
308-
EE43D4891A14A6F200311C06 /* TouchDrawDemoTests.swift in Sources */,
309-
);
310-
runOnlyForDeploymentPostprocessing = 0;
311-
};
312234
/* End PBXSourcesBuildPhase section */
313235

314-
/* Begin PBXTargetDependency section */
315-
EE43D4841A14A6F200311C06 /* PBXTargetDependency */ = {
316-
isa = PBXTargetDependency;
317-
target = EE43D46C1A14A6F200311C06 /* TouchDrawDemo */;
318-
targetProxy = EE43D4831A14A6F200311C06 /* PBXContainerItemProxy */;
319-
};
320-
/* End PBXTargetDependency section */
321-
322236
/* Begin PBXVariantGroup section */
323237
EE43D4761A14A6F200311C06 /* Main.storyboard */ = {
324238
isa = PBXVariantGroup;
@@ -441,42 +355,6 @@
441355
};
442356
name = Release;
443357
};
444-
EE43D4901A14A6F200311C06 /* Debug */ = {
445-
isa = XCBuildConfiguration;
446-
buildSettings = {
447-
BUNDLE_LOADER = "$(TEST_HOST)";
448-
FRAMEWORK_SEARCH_PATHS = (
449-
"$(SDKROOT)/Developer/Library/Frameworks",
450-
"$(inherited)",
451-
);
452-
GCC_PREPROCESSOR_DEFINITIONS = (
453-
"DEBUG=1",
454-
"$(inherited)",
455-
);
456-
INFOPLIST_FILE = TouchDrawDemoTests/Info.plist;
457-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
458-
PRODUCT_BUNDLE_IDENTIFIER = "com.razeware.$(PRODUCT_NAME:rfc1034identifier)";
459-
PRODUCT_NAME = TouchDrawDemo;
460-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TouchDrawDemo.app/TouchDrawDemo";
461-
};
462-
name = Debug;
463-
};
464-
EE43D4911A14A6F200311C06 /* Release */ = {
465-
isa = XCBuildConfiguration;
466-
buildSettings = {
467-
BUNDLE_LOADER = "$(TEST_HOST)";
468-
FRAMEWORK_SEARCH_PATHS = (
469-
"$(SDKROOT)/Developer/Library/Frameworks",
470-
"$(inherited)",
471-
);
472-
INFOPLIST_FILE = TouchDrawDemoTests/Info.plist;
473-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
474-
PRODUCT_BUNDLE_IDENTIFIER = "com.razeware.$(PRODUCT_NAME:rfc1034identifier)";
475-
PRODUCT_NAME = TouchDrawDemo;
476-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TouchDrawDemo.app/TouchDrawDemo";
477-
};
478-
name = Release;
479-
};
480358
/* End XCBuildConfiguration section */
481359

482360
/* Begin XCConfigurationList section */
@@ -498,15 +376,6 @@
498376
defaultConfigurationIsVisible = 0;
499377
defaultConfigurationName = Release;
500378
};
501-
EE43D48F1A14A6F200311C06 /* Build configuration list for PBXNativeTarget "TouchDrawDemoTests" */ = {
502-
isa = XCConfigurationList;
503-
buildConfigurations = (
504-
EE43D4901A14A6F200311C06 /* Debug */,
505-
EE43D4911A14A6F200311C06 /* Release */,
506-
);
507-
defaultConfigurationIsVisible = 0;
508-
defaultConfigurationName = Release;
509-
};
510379
/* End XCConfigurationList section */
511380
};
512381
rootObject = EE43D4651A14A6F200311C06 /* Project object */;

Demo/TouchDrawDemo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.2</string>
18+
<string>1.2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Demo/TouchDrawDemoTests/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

Demo/TouchDrawDemoTests/TouchDrawDemoTests.swift

Lines changed: 0 additions & 35 deletions
This file was deleted.

TouchDraw.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Pod::Spec.new do |s|
55

66
s.name = "TouchDraw"
7-
s.version = "1.2.2"
7+
s.version = "1.2.3"
88
s.summary = "TouchDraw is a UIView you can draw on."
99

1010
s.description = <<-DESC

0 commit comments

Comments
 (0)