|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 92EBF7FA210CD3F3003F9244 /* GradientButton.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92EBF7F0210CD3F3003F9244 /* GradientButton.framework */; }; |
| 10 | + 92EBF7FA210CD3F3003F9244 /* GradientButtonSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92EBF7F0210CD3F3003F9244 /* GradientButtonSwift.framework */; }; |
11 | 11 | 92EBF7FF210CD3F3003F9244 /* GradientButtonTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92EBF7FE210CD3F3003F9244 /* GradientButtonTests.swift */; };
|
12 | 12 | 92EBF801210CD3F3003F9244 /* GradientButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 92EBF7F3210CD3F3003F9244 /* GradientButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
13 | 13 | 92EBF80D210CD47F003F9244 /* GradientButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92EBF80C210CD47F003F9244 /* GradientButton.swift */; };
|
|
24 | 24 | /* End PBXContainerItemProxy section */
|
25 | 25 |
|
26 | 26 | /* Begin PBXFileReference section */
|
27 |
| - 92EBF7F0210CD3F3003F9244 /* GradientButton.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GradientButton.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 27 | + 92EBF7F0210CD3F3003F9244 /* GradientButtonSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GradientButtonSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | 28 | 92EBF7F3210CD3F3003F9244 /* GradientButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GradientButton.h; sourceTree = "<group>"; };
|
29 | 29 | 92EBF7F4210CD3F3003F9244 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
30 |
| - 92EBF7F9210CD3F3003F9244 /* GradientButtonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GradientButtonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 30 | + 92EBF7F9210CD3F3003F9244 /* GradientButtonSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GradientButtonSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | 31 | 92EBF7FE210CD3F3003F9244 /* GradientButtonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientButtonTests.swift; sourceTree = "<group>"; };
|
32 | 32 | 92EBF800210CD3F3003F9244 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
33 | 33 | 92EBF80C210CD47F003F9244 /* GradientButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GradientButton.swift; sourceTree = "<group>"; };
|
|
45 | 45 | isa = PBXFrameworksBuildPhase;
|
46 | 46 | buildActionMask = 2147483647;
|
47 | 47 | files = (
|
48 |
| - 92EBF7FA210CD3F3003F9244 /* GradientButton.framework in Frameworks */, |
| 48 | + 92EBF7FA210CD3F3003F9244 /* GradientButtonSwift.framework in Frameworks */, |
49 | 49 | );
|
50 | 50 | runOnlyForDeploymentPostprocessing = 0;
|
51 | 51 | };
|
|
55 | 55 | 92EBF7E6210CD3F2003F9244 = {
|
56 | 56 | isa = PBXGroup;
|
57 | 57 | children = (
|
58 |
| - 92EBF7F2210CD3F3003F9244 /* GradientButton */, |
59 |
| - 92EBF7FD210CD3F3003F9244 /* GradientButtonTests */, |
| 58 | + 92EBF7F2210CD3F3003F9244 /* GradientButtonSwift */, |
| 59 | + 92EBF7FD210CD3F3003F9244 /* GradientButtonSwiftTests */, |
60 | 60 | 92EBF7F1210CD3F3003F9244 /* Products */,
|
61 | 61 | );
|
62 | 62 | sourceTree = "<group>";
|
63 | 63 | };
|
64 | 64 | 92EBF7F1210CD3F3003F9244 /* Products */ = {
|
65 | 65 | isa = PBXGroup;
|
66 | 66 | children = (
|
67 |
| - 92EBF7F0210CD3F3003F9244 /* GradientButton.framework */, |
68 |
| - 92EBF7F9210CD3F3003F9244 /* GradientButtonTests.xctest */, |
| 67 | + 92EBF7F0210CD3F3003F9244 /* GradientButtonSwift.framework */, |
| 68 | + 92EBF7F9210CD3F3003F9244 /* GradientButtonSwiftTests.xctest */, |
69 | 69 | );
|
70 | 70 | name = Products;
|
71 | 71 | sourceTree = "<group>";
|
72 | 72 | };
|
73 |
| - 92EBF7F2210CD3F3003F9244 /* GradientButton */ = { |
| 73 | + 92EBF7F2210CD3F3003F9244 /* GradientButtonSwift */ = { |
74 | 74 | isa = PBXGroup;
|
75 | 75 | children = (
|
76 | 76 | 92EBF7F3210CD3F3003F9244 /* GradientButton.h */,
|
77 | 77 | 92EBF7F4210CD3F3003F9244 /* Info.plist */,
|
78 | 78 | 92EBF80C210CD47F003F9244 /* GradientButton.swift */,
|
79 | 79 | );
|
80 |
| - path = GradientButton; |
| 80 | + path = GradientButtonSwift; |
81 | 81 | sourceTree = "<group>";
|
82 | 82 | };
|
83 |
| - 92EBF7FD210CD3F3003F9244 /* GradientButtonTests */ = { |
| 83 | + 92EBF7FD210CD3F3003F9244 /* GradientButtonSwiftTests */ = { |
84 | 84 | isa = PBXGroup;
|
85 | 85 | children = (
|
86 | 86 | 92EBF7FE210CD3F3003F9244 /* GradientButtonTests.swift */,
|
87 | 87 | 92EBF800210CD3F3003F9244 /* Info.plist */,
|
88 | 88 | );
|
89 |
| - path = GradientButtonTests; |
| 89 | + path = GradientButtonSwiftTests; |
90 | 90 | sourceTree = "<group>";
|
91 | 91 | };
|
92 | 92 | /* End PBXGroup section */
|
|
103 | 103 | /* End PBXHeadersBuildPhase section */
|
104 | 104 |
|
105 | 105 | /* Begin PBXNativeTarget section */
|
106 |
| - 92EBF7EF210CD3F3003F9244 /* GradientButton */ = { |
| 106 | + 92EBF7EF210CD3F3003F9244 /* GradientButtonSwift */ = { |
107 | 107 | isa = PBXNativeTarget;
|
108 |
| - buildConfigurationList = 92EBF804210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButton" */; |
| 108 | + buildConfigurationList = 92EBF804210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButtonSwift" */; |
109 | 109 | buildPhases = (
|
110 | 110 | 92EBF7EB210CD3F3003F9244 /* Sources */,
|
111 | 111 | 92EBF7EC210CD3F3003F9244 /* Frameworks */,
|
|
116 | 116 | );
|
117 | 117 | dependencies = (
|
118 | 118 | );
|
119 |
| - name = GradientButton; |
| 119 | + name = GradientButtonSwift; |
120 | 120 | productName = GradientButton;
|
121 |
| - productReference = 92EBF7F0210CD3F3003F9244 /* GradientButton.framework */; |
| 121 | + productReference = 92EBF7F0210CD3F3003F9244 /* GradientButtonSwift.framework */; |
122 | 122 | productType = "com.apple.product-type.framework";
|
123 | 123 | };
|
124 |
| - 92EBF7F8210CD3F3003F9244 /* GradientButtonTests */ = { |
| 124 | + 92EBF7F8210CD3F3003F9244 /* GradientButtonSwiftTests */ = { |
125 | 125 | isa = PBXNativeTarget;
|
126 |
| - buildConfigurationList = 92EBF807210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButtonTests" */; |
| 126 | + buildConfigurationList = 92EBF807210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButtonSwiftTests" */; |
127 | 127 | buildPhases = (
|
128 | 128 | 92EBF7F5210CD3F3003F9244 /* Sources */,
|
129 | 129 | 92EBF7F6210CD3F3003F9244 /* Frameworks */,
|
|
134 | 134 | dependencies = (
|
135 | 135 | 92EBF7FC210CD3F3003F9244 /* PBXTargetDependency */,
|
136 | 136 | );
|
137 |
| - name = GradientButtonTests; |
| 137 | + name = GradientButtonSwiftTests; |
138 | 138 | productName = GradientButtonTests;
|
139 |
| - productReference = 92EBF7F9210CD3F3003F9244 /* GradientButtonTests.xctest */; |
| 139 | + productReference = 92EBF7F9210CD3F3003F9244 /* GradientButtonSwiftTests.xctest */; |
140 | 140 | productType = "com.apple.product-type.bundle.unit-test";
|
141 | 141 | };
|
142 | 142 | /* End PBXNativeTarget section */
|
|
158 | 158 | };
|
159 | 159 | };
|
160 | 160 | };
|
161 |
| - buildConfigurationList = 92EBF7EA210CD3F3003F9244 /* Build configuration list for PBXProject "GradientButton" */; |
| 161 | + buildConfigurationList = 92EBF7EA210CD3F3003F9244 /* Build configuration list for PBXProject "GradientButtonSwift" */; |
162 | 162 | compatibilityVersion = "Xcode 9.3";
|
163 | 163 | developmentRegion = en;
|
164 | 164 | hasScannedForEncodings = 0;
|
|
170 | 170 | projectDirPath = "";
|
171 | 171 | projectRoot = "";
|
172 | 172 | targets = (
|
173 |
| - 92EBF7EF210CD3F3003F9244 /* GradientButton */, |
174 |
| - 92EBF7F8210CD3F3003F9244 /* GradientButtonTests */, |
| 173 | + 92EBF7EF210CD3F3003F9244 /* GradientButtonSwift */, |
| 174 | + 92EBF7F8210CD3F3003F9244 /* GradientButtonSwiftTests */, |
175 | 175 | );
|
176 | 176 | };
|
177 | 177 | /* End PBXProject section */
|
|
215 | 215 | /* Begin PBXTargetDependency section */
|
216 | 216 | 92EBF7FC210CD3F3003F9244 /* PBXTargetDependency */ = {
|
217 | 217 | isa = PBXTargetDependency;
|
218 |
| - target = 92EBF7EF210CD3F3003F9244 /* GradientButton */; |
| 218 | + target = 92EBF7EF210CD3F3003F9244 /* GradientButtonSwift */; |
219 | 219 | targetProxy = 92EBF7FB210CD3F3003F9244 /* PBXContainerItemProxy */;
|
220 | 220 | };
|
221 | 221 | /* End PBXTargetDependency section */
|
|
352 | 352 | DYLIB_COMPATIBILITY_VERSION = 1;
|
353 | 353 | DYLIB_CURRENT_VERSION = 1;
|
354 | 354 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
355 |
| - INFOPLIST_FILE = GradientButton/Info.plist; |
| 355 | + INFOPLIST_FILE = GradientButtonSwift/Info.plist; |
356 | 356 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
357 | 357 | LD_RUNPATH_SEARCH_PATHS = (
|
358 | 358 | "$(inherited)",
|
359 | 359 | "@executable_path/Frameworks",
|
360 | 360 | "@loader_path/Frameworks",
|
361 | 361 | );
|
362 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.roydenrego.GradientButton; |
| 362 | + PRODUCT_BUNDLE_IDENTIFIER = com.roydenrego.GradientButtonSwift; |
363 | 363 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
364 | 364 | SKIP_INSTALL = YES;
|
365 | 365 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
379 | 379 | DYLIB_COMPATIBILITY_VERSION = 1;
|
380 | 380 | DYLIB_CURRENT_VERSION = 1;
|
381 | 381 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
382 |
| - INFOPLIST_FILE = GradientButton/Info.plist; |
| 382 | + INFOPLIST_FILE = GradientButtonSwift/Info.plist; |
383 | 383 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
384 | 384 | LD_RUNPATH_SEARCH_PATHS = (
|
385 | 385 | "$(inherited)",
|
386 | 386 | "@executable_path/Frameworks",
|
387 | 387 | "@loader_path/Frameworks",
|
388 | 388 | );
|
389 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.roydenrego.GradientButton; |
| 389 | + PRODUCT_BUNDLE_IDENTIFIER = com.roydenrego.GradientButtonSwift; |
390 | 390 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
391 | 391 | SKIP_INSTALL = YES;
|
392 | 392 | SWIFT_VERSION = 4.0;
|
|
435 | 435 | /* End XCBuildConfiguration section */
|
436 | 436 |
|
437 | 437 | /* Begin XCConfigurationList section */
|
438 |
| - 92EBF7EA210CD3F3003F9244 /* Build configuration list for PBXProject "GradientButton" */ = { |
| 438 | + 92EBF7EA210CD3F3003F9244 /* Build configuration list for PBXProject "GradientButtonSwift" */ = { |
439 | 439 | isa = XCConfigurationList;
|
440 | 440 | buildConfigurations = (
|
441 | 441 | 92EBF802210CD3F3003F9244 /* Debug */,
|
|
444 | 444 | defaultConfigurationIsVisible = 0;
|
445 | 445 | defaultConfigurationName = Release;
|
446 | 446 | };
|
447 |
| - 92EBF804210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButton" */ = { |
| 447 | + 92EBF804210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButtonSwift" */ = { |
448 | 448 | isa = XCConfigurationList;
|
449 | 449 | buildConfigurations = (
|
450 | 450 | 92EBF805210CD3F3003F9244 /* Debug */,
|
|
453 | 453 | defaultConfigurationIsVisible = 0;
|
454 | 454 | defaultConfigurationName = Release;
|
455 | 455 | };
|
456 |
| - 92EBF807210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButtonTests" */ = { |
| 456 | + 92EBF807210CD3F3003F9244 /* Build configuration list for PBXNativeTarget "GradientButtonSwiftTests" */ = { |
457 | 457 | isa = XCConfigurationList;
|
458 | 458 | buildConfigurations = (
|
459 | 459 | 92EBF808210CD3F3003F9244 /* Debug */,
|
|
0 commit comments