Skip to content

Commit b4bc4b5

Browse files
committed
- This fixes #6, closes #20, fixes #21, fixes #22, fixes #23
1 parent 38015eb commit b4bc4b5

File tree

14 files changed

+180
-32
lines changed

14 files changed

+180
-32
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>SVPinView.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

SVPinView/Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SVPinView/Example/Pods/Pods.xcodeproj/xcuserdata/srinivasvemuri.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SVPinView/Example/SVPinViewExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,12 @@
119119
isa = PBXProject;
120120
attributes = {
121121
LastSwiftUpdateCheck = 0920;
122-
LastUpgradeCheck = 0920;
122+
LastUpgradeCheck = 1010;
123123
ORGANIZATIONNAME = Xornorik;
124124
TargetAttributes = {
125125
B31AAF802089DD67004F5BE4 = {
126126
CreatedOnToolsVersion = 9.2;
127+
LastSwiftMigration = 1010;
127128
ProvisioningStyle = Automatic;
128129
SystemCapabilities = {
129130
com.apple.SafariKeychain = {
@@ -249,13 +250,15 @@
249250
CLANG_WARN_BOOL_CONVERSION = YES;
250251
CLANG_WARN_COMMA = YES;
251252
CLANG_WARN_CONSTANT_CONVERSION = YES;
253+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
252254
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
253255
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
254256
CLANG_WARN_EMPTY_BODY = YES;
255257
CLANG_WARN_ENUM_CONVERSION = YES;
256258
CLANG_WARN_INFINITE_RECURSION = YES;
257259
CLANG_WARN_INT_CONVERSION = YES;
258260
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
261+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
259262
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
260263
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
261264
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -306,13 +309,15 @@
306309
CLANG_WARN_BOOL_CONVERSION = YES;
307310
CLANG_WARN_COMMA = YES;
308311
CLANG_WARN_CONSTANT_CONVERSION = YES;
312+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
309313
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
310314
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
311315
CLANG_WARN_EMPTY_BODY = YES;
312316
CLANG_WARN_ENUM_CONVERSION = YES;
313317
CLANG_WARN_INFINITE_RECURSION = YES;
314318
CLANG_WARN_INT_CONVERSION = YES;
315319
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
320+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
316321
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
317322
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
318323
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -354,7 +359,7 @@
354359
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
355360
PRODUCT_BUNDLE_IDENTIFIER = com.xornorik.SVPinView;
356361
PRODUCT_NAME = "$(TARGET_NAME)";
357-
SWIFT_VERSION = 4.0;
362+
SWIFT_VERSION = 4.2;
358363
TARGETED_DEVICE_FAMILY = "1,2";
359364
};
360365
name = Debug;
@@ -371,7 +376,7 @@
371376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
372377
PRODUCT_BUNDLE_IDENTIFIER = com.xornorik.SVPinView;
373378
PRODUCT_NAME = "$(TARGET_NAME)";
374-
SWIFT_VERSION = 4.0;
379+
SWIFT_VERSION = 4.2;
375380
TARGETED_DEVICE_FAMILY = "1,2";
376381
};
377382
name = Release;
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>SVPinViewExample.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
<key>SVPinViewExample.xcscheme_^#shared#^_</key>
13+
<dict>
14+
<key>orderHint</key>
15+
<integer>1</integer>
16+
</dict>
17+
</dict>
18+
</dict>
19+
</plist>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "0"
4+
version = "2.0">
5+
<Breakpoints>
6+
<BreakpointProxy
7+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8+
<BreakpointContent
9+
shouldBeEnabled = "No"
10+
ignoreCount = "0"
11+
continueAfterRunningActions = "No"
12+
filePath = "../Source/Classes/SVPinView.swift"
13+
timestampString = "570204688.883473"
14+
startingColumnNumber = "9223372036854775807"
15+
endingColumnNumber = "9223372036854775807"
16+
startingLineNumber = "371"
17+
endingLineNumber = "371"
18+
landmarkName = "textFieldDidBeginEditing(_:)"
19+
landmarkType = "7">
20+
<Locations>
21+
<Location
22+
shouldBeEnabled = "No"
23+
ignoreCount = "0"
24+
continueAfterRunningActions = "No"
25+
symbolName = "SVPinView.SVPinView.textFieldDidBeginEditing(__C.UITextField) -&gt; ()"
26+
moduleName = "SVPinView"
27+
usesParentBreakpointCondition = "Yes"
28+
urlString = "file:///Users/srinivasvemuri/Documents/Srinivas/Libraries/SVPinView/SVPinView/Source/Classes/SVPinView.swift"
29+
timestampString = "570199929.4264621"
30+
startingColumnNumber = "9223372036854775807"
31+
endingColumnNumber = "9223372036854775807"
32+
startingLineNumber = "367"
33+
endingLineNumber = "367"
34+
offsetFromSymbolStart = "399">
35+
</Location>
36+
<Location
37+
shouldBeEnabled = "No"
38+
ignoreCount = "0"
39+
continueAfterRunningActions = "No"
40+
symbolName = "SVPinView.SVPinView.textFieldDidBeginEditing(__C.UITextField) -&gt; ()"
41+
moduleName = "SVPinView"
42+
usesParentBreakpointCondition = "Yes"
43+
urlString = "file:///Users/srinivasvemuri/Documents/Srinivas/Libraries/SVPinView/SVPinView/Source/Classes/SVPinView.swift"
44+
timestampString = "570199929.4291379"
45+
startingColumnNumber = "9223372036854775807"
46+
endingColumnNumber = "9223372036854775807"
47+
startingLineNumber = "367"
48+
endingLineNumber = "367"
49+
offsetFromSymbolStart = "2400">
50+
</Location>
51+
</Locations>
52+
</BreakpointContent>
53+
</BreakpointProxy>
54+
</Breakpoints>
55+
</Bucket>

0 commit comments

Comments
 (0)