|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 1310EC961D0C53800000E71E /* EasyTipView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1310EC8B1D0C537F0000E71E /* EasyTipView.framework */; };
|
11 |
| - 13609E071D23AB8500593B38 /* UIKitExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13609E061D23AB8500593B38 /* UIKitExtensions.swift */; }; |
12 |
| - 13FB32A21D0C53CB001ACE20 /* EasyTipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FB329F1D0C53CB001ACE20 /* EasyTipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 |
| - 13FB32A31D0C53CB001ACE20 /* EasyTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13FB32A01D0C53CB001ACE20 /* EasyTipView.swift */; }; |
14 | 11 | 13FB32A91D0C53E5001ACE20 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13FB32A61D0C53E2001ACE20 /* Tests.swift */; };
|
| 12 | + 3DEF6DAB23A39E4F007B8C3C /* EasyTipView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DEF6DA823A39E4F007B8C3C /* EasyTipView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 13 | + 3DEF6DAC23A39E4F007B8C3C /* UIKitExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DEF6DA923A39E4F007B8C3C /* UIKitExtensions.swift */; }; |
| 14 | + 3DEF6DAD23A39E4F007B8C3C /* EasyTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DEF6DAA23A39E4F007B8C3C /* EasyTipView.swift */; }; |
15 | 15 | /* End PBXBuildFile section */
|
16 | 16 |
|
17 | 17 | /* Begin PBXContainerItemProxy section */
|
|
27 | 27 | /* Begin PBXFileReference section */
|
28 | 28 | 1310EC8B1D0C537F0000E71E /* EasyTipView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = EasyTipView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
29 | 29 | 1310EC951D0C53800000E71E /* EasyTipViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EasyTipViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 |
| - 13609E061D23AB8500593B38 /* UIKitExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UIKitExtensions.swift; path = Source/UIKitExtensions.swift; sourceTree = SOURCE_ROOT; }; |
31 |
| - 13FB329F1D0C53CB001ACE20 /* EasyTipView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EasyTipView.h; path = Source/EasyTipView.h; sourceTree = SOURCE_ROOT; }; |
32 |
| - 13FB32A01D0C53CB001ACE20 /* EasyTipView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EasyTipView.swift; path = Source/EasyTipView.swift; sourceTree = SOURCE_ROOT; }; |
33 | 30 | 13FB32A11D0C53CB001ACE20 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Source/Info.plist; sourceTree = SOURCE_ROOT; };
|
34 | 31 | 13FB32A51D0C53E2001ACE20 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Tests/Info.plist; sourceTree = SOURCE_ROOT; };
|
35 |
| - 13FB32A61D0C53E2001ACE20 /* Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Tests.swift; path = Tests/Tests.swift; sourceTree = SOURCE_ROOT; }; |
| 32 | + 13FB32A61D0C53E2001ACE20 /* Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Tests.swift; path = Tests/EasyTipViewTests/Tests.swift; sourceTree = SOURCE_ROOT; }; |
| 33 | + 3DEF6DA823A39E4F007B8C3C /* EasyTipView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EasyTipView.h; sourceTree = "<group>"; }; |
| 34 | + 3DEF6DA923A39E4F007B8C3C /* UIKitExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIKitExtensions.swift; sourceTree = "<group>"; }; |
| 35 | + 3DEF6DAA23A39E4F007B8C3C /* EasyTipView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EasyTipView.swift; sourceTree = "<group>"; }; |
36 | 36 | /* End PBXFileReference section */
|
37 | 37 |
|
38 | 38 | /* Begin PBXFrameworksBuildPhase section */
|
|
57 | 57 | 1310EC811D0C537F0000E71E = {
|
58 | 58 | isa = PBXGroup;
|
59 | 59 | children = (
|
60 |
| - 1310EC8D1D0C537F0000E71E /* EasyTipView */, |
61 |
| - 1310EC991D0C53800000E71E /* EasyTipViewTests */, |
| 60 | + 1310EC8D1D0C537F0000E71E /* Sources */, |
| 61 | + 1310EC991D0C53800000E71E /* Tests */, |
62 | 62 | 1310EC8C1D0C537F0000E71E /* Products */,
|
63 | 63 | );
|
64 | 64 | sourceTree = "<group>";
|
|
72 | 72 | name = Products;
|
73 | 73 | sourceTree = "<group>";
|
74 | 74 | };
|
75 |
| - 1310EC8D1D0C537F0000E71E /* EasyTipView */ = { |
| 75 | + 1310EC8D1D0C537F0000E71E /* Sources */ = { |
76 | 76 | isa = PBXGroup;
|
77 | 77 | children = (
|
78 |
| - 13FB329F1D0C53CB001ACE20 /* EasyTipView.h */, |
79 |
| - 13FB32A01D0C53CB001ACE20 /* EasyTipView.swift */, |
| 78 | + 3DEF6DA623A39E20007B8C3C /* EasyTipView */, |
80 | 79 | 13FB32A11D0C53CB001ACE20 /* Info.plist */,
|
81 |
| - 13609E061D23AB8500593B38 /* UIKitExtensions.swift */, |
82 | 80 | );
|
83 |
| - path = EasyTipView; |
| 81 | + path = Sources; |
84 | 82 | sourceTree = "<group>";
|
85 | 83 | };
|
86 |
| - 1310EC991D0C53800000E71E /* EasyTipViewTests */ = { |
| 84 | + 1310EC991D0C53800000E71E /* Tests */ = { |
87 | 85 | isa = PBXGroup;
|
88 | 86 | children = (
|
89 | 87 | 13FB32A51D0C53E2001ACE20 /* Info.plist */,
|
| 88 | + 3DEF6DA723A39E3E007B8C3C /* EasyTipViewTests */, |
| 89 | + ); |
| 90 | + path = Tests; |
| 91 | + sourceTree = "<group>"; |
| 92 | + }; |
| 93 | + 3DEF6DA623A39E20007B8C3C /* EasyTipView */ = { |
| 94 | + isa = PBXGroup; |
| 95 | + children = ( |
| 96 | + 3DEF6DA823A39E4F007B8C3C /* EasyTipView.h */, |
| 97 | + 3DEF6DAA23A39E4F007B8C3C /* EasyTipView.swift */, |
| 98 | + 3DEF6DA923A39E4F007B8C3C /* UIKitExtensions.swift */, |
| 99 | + ); |
| 100 | + path = EasyTipView; |
| 101 | + sourceTree = "<group>"; |
| 102 | + }; |
| 103 | + 3DEF6DA723A39E3E007B8C3C /* EasyTipViewTests */ = { |
| 104 | + isa = PBXGroup; |
| 105 | + children = ( |
90 | 106 | 13FB32A61D0C53E2001ACE20 /* Tests.swift */,
|
91 | 107 | );
|
92 | 108 | path = EasyTipViewTests;
|
|
99 | 115 | isa = PBXHeadersBuildPhase;
|
100 | 116 | buildActionMask = 2147483647;
|
101 | 117 | files = (
|
102 |
| - 13FB32A21D0C53CB001ACE20 /* EasyTipView.h in Headers */, |
| 118 | + 3DEF6DAB23A39E4F007B8C3C /* EasyTipView.h in Headers */, |
103 | 119 | );
|
104 | 120 | runOnlyForDeploymentPostprocessing = 0;
|
105 | 121 | };
|
|
154 | 170 | TargetAttributes = {
|
155 | 171 | 1310EC8A1D0C537F0000E71E = {
|
156 | 172 | CreatedOnToolsVersion = 7.3.1;
|
157 |
| - LastSwiftMigration = 1000; |
| 173 | + LastSwiftMigration = 1220; |
158 | 174 | ProvisioningStyle = Automatic;
|
159 | 175 | };
|
160 | 176 | 1310EC941D0C53800000E71E = {
|
161 | 177 | CreatedOnToolsVersion = 7.3.1;
|
162 |
| - LastSwiftMigration = 1000; |
| 178 | + LastSwiftMigration = 1220; |
163 | 179 | };
|
164 | 180 | };
|
165 | 181 | };
|
|
204 | 220 | isa = PBXSourcesBuildPhase;
|
205 | 221 | buildActionMask = 2147483647;
|
206 | 222 | files = (
|
207 |
| - 13609E071D23AB8500593B38 /* UIKitExtensions.swift in Sources */, |
208 |
| - 13FB32A31D0C53CB001ACE20 /* EasyTipView.swift in Sources */, |
| 223 | + 3DEF6DAD23A39E4F007B8C3C /* EasyTipView.swift in Sources */, |
| 224 | + 3DEF6DAC23A39E4F007B8C3C /* UIKitExtensions.swift in Sources */, |
209 | 225 | );
|
210 | 226 | runOnlyForDeploymentPostprocessing = 0;
|
211 | 227 | };
|
|
361 | 377 | PRODUCT_NAME = "$(TARGET_NAME)";
|
362 | 378 | SKIP_INSTALL = YES;
|
363 | 379 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
364 |
| - SWIFT_VERSION = 4.2; |
| 380 | + SWIFT_VERSION = 5.0; |
365 | 381 | };
|
366 | 382 | name = Debug;
|
367 | 383 | };
|
|
383 | 399 | PRODUCT_BUNDLE_IDENTIFIER = com.teodorpatras.EasyTipView;
|
384 | 400 | PRODUCT_NAME = "$(TARGET_NAME)";
|
385 | 401 | SKIP_INSTALL = YES;
|
386 |
| - SWIFT_VERSION = 4.2; |
| 402 | + SWIFT_VERSION = 5.0; |
387 | 403 | };
|
388 | 404 | name = Release;
|
389 | 405 | };
|
|
394 | 410 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
395 | 411 | PRODUCT_BUNDLE_IDENTIFIER = com.teodorpatras.EasyTipViewTests;
|
396 | 412 | PRODUCT_NAME = "$(TARGET_NAME)";
|
397 |
| - SWIFT_VERSION = 4.2; |
| 413 | + SWIFT_VERSION = 5.0; |
398 | 414 | };
|
399 | 415 | name = Debug;
|
400 | 416 | };
|
|
405 | 421 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
406 | 422 | PRODUCT_BUNDLE_IDENTIFIER = com.teodorpatras.EasyTipViewTests;
|
407 | 423 | PRODUCT_NAME = "$(TARGET_NAME)";
|
408 |
| - SWIFT_VERSION = 4.2; |
| 424 | + SWIFT_VERSION = 5.0; |
409 | 425 | };
|
410 | 426 | name = Release;
|
411 | 427 | };
|
|
0 commit comments