|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 21392843248808D30009AFBF /* GradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2139283E248808D20009AFBF /* GradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 11 | + 21392844248808D30009AFBF /* GradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2139283E248808D20009AFBF /* GradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 12 | + 21392847248808D30009AFBF /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21392842248808D20009AFBF /* GradientView.swift */; }; |
| 13 | + 21392848248808D30009AFBF /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21392842248808D20009AFBF /* GradientView.swift */; }; |
10 | 14 | 2163B9FC1A25FBF000610B0C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2163B9FB1A25FBF000610B0C /* AppDelegate.swift */; }; |
11 | 15 | 2163B9FE1A25FBF000610B0C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2163B9FD1A25FBF000610B0C /* ViewController.swift */; }; |
12 | 16 | 2163BA031A25FBF000610B0C /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2163BA021A25FBF000610B0C /* Images.xcassets */; }; |
13 | 17 | 2163BA061A25FBF000610B0C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2163BA041A25FBF000610B0C /* LaunchScreen.xib */; }; |
14 | | - 2163BA251A25FBFD00610B0C /* GradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2163BA241A25FBFD00610B0C /* GradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
15 | 18 | 2163BA371A25FBFD00610B0C /* GradientView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2163BA201A25FBFD00610B0C /* GradientView.framework */; }; |
16 | 19 | 2163BA381A25FBFD00610B0C /* GradientView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2163BA201A25FBFD00610B0C /* GradientView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
17 | | - 21AF9C3E1A25FC210086CB01 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21AF9C3D1A25FC210086CB01 /* GradientView.swift */; }; |
18 | | - 21F917412013E3CD00B52603 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21AF9C3D1A25FC210086CB01 /* GradientView.swift */; }; |
19 | | - 21F917422013E3D100B52603 /* GradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2163BA241A25FBFD00610B0C /* GradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
20 | 20 | 21F917562013E67300B52603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2163B9FB1A25FBF000610B0C /* AppDelegate.swift */; }; |
21 | 21 | 21F917572013E67300B52603 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2163B9FD1A25FBF000610B0C /* ViewController.swift */; }; |
22 | 22 | 21F917582013E67600B52603 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2163BA021A25FBF000610B0C /* Images.xcassets */; }; |
|
67 | 67 | /* End PBXCopyFilesBuildPhase section */ |
68 | 68 |
|
69 | 69 | /* Begin PBXFileReference section */ |
| 70 | + 2139283E248808D20009AFBF /* GradientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GradientView.h; sourceTree = "<group>"; }; |
| 71 | + 2139283F248808D20009AFBF /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 72 | + 21392842248808D20009AFBF /* GradientView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = "<group>"; }; |
70 | 73 | 2163B9F61A25FBF000610B0C /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
71 | 74 | 2163B9FA1A25FBF000610B0C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
72 | 75 | 2163B9FB1A25FBF000610B0C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
73 | 76 | 2163B9FD1A25FBF000610B0C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
74 | 77 | 2163BA021A25FBF000610B0C /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
75 | 78 | 2163BA051A25FBF000610B0C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
76 | 79 | 2163BA201A25FBFD00610B0C /* GradientView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GradientView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | | - 2163BA231A25FBFD00610B0C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
78 | | - 2163BA241A25FBFD00610B0C /* GradientView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GradientView.h; sourceTree = "<group>"; }; |
79 | | - 21AF9C3D1A25FC210086CB01 /* GradientView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = "<group>"; }; |
80 | 80 | 21F917392013E39000B52603 /* GradientView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GradientView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
81 | 81 | 21F917472013E59000B52603 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
82 | 82 | /* End PBXFileReference section */ |
|
115 | 115 | /* End PBXFrameworksBuildPhase section */ |
116 | 116 |
|
117 | 117 | /* Begin PBXGroup section */ |
| 118 | + 2139283D248808D20009AFBF /* Support */ = { |
| 119 | + isa = PBXGroup; |
| 120 | + children = ( |
| 121 | + 2139283E248808D20009AFBF /* GradientView.h */, |
| 122 | + 2139283F248808D20009AFBF /* Info.plist */, |
| 123 | + ); |
| 124 | + path = Support; |
| 125 | + sourceTree = "<group>"; |
| 126 | + }; |
| 127 | + 21392840248808D20009AFBF /* Sources */ = { |
| 128 | + isa = PBXGroup; |
| 129 | + children = ( |
| 130 | + 21392841248808D20009AFBF /* GradientView */, |
| 131 | + ); |
| 132 | + path = Sources; |
| 133 | + sourceTree = "<group>"; |
| 134 | + }; |
| 135 | + 21392841248808D20009AFBF /* GradientView */ = { |
| 136 | + isa = PBXGroup; |
| 137 | + children = ( |
| 138 | + 21392842248808D20009AFBF /* GradientView.swift */, |
| 139 | + ); |
| 140 | + path = GradientView; |
| 141 | + sourceTree = "<group>"; |
| 142 | + }; |
118 | 143 | 2163B9ED1A25FBF000610B0C = { |
119 | 144 | isa = PBXGroup; |
120 | 145 | children = ( |
| 146 | + 21392840248808D20009AFBF /* Sources */, |
| 147 | + 2139283D248808D20009AFBF /* Support */, |
121 | 148 | 2163B9F81A25FBF000610B0C /* Example */, |
122 | | - 2163BA211A25FBFD00610B0C /* GradientView */, |
123 | 149 | 2163B9F71A25FBF000610B0C /* Products */, |
124 | 150 | 21F9175C2013E69700B52603 /* Frameworks */, |
125 | 151 | ); |
|
156 | 182 | name = "Supporting Files"; |
157 | 183 | sourceTree = "<group>"; |
158 | 184 | }; |
159 | | - 2163BA211A25FBFD00610B0C /* GradientView */ = { |
160 | | - isa = PBXGroup; |
161 | | - children = ( |
162 | | - 2163BA241A25FBFD00610B0C /* GradientView.h */, |
163 | | - 21AF9C3D1A25FC210086CB01 /* GradientView.swift */, |
164 | | - 2163BA221A25FBFD00610B0C /* Supporting Files */, |
165 | | - ); |
166 | | - path = GradientView; |
167 | | - sourceTree = "<group>"; |
168 | | - }; |
169 | | - 2163BA221A25FBFD00610B0C /* Supporting Files */ = { |
170 | | - isa = PBXGroup; |
171 | | - children = ( |
172 | | - 2163BA231A25FBFD00610B0C /* Info.plist */, |
173 | | - ); |
174 | | - name = "Supporting Files"; |
175 | | - sourceTree = "<group>"; |
176 | | - }; |
177 | 185 | 21F9175C2013E69700B52603 /* Frameworks */ = { |
178 | 186 | isa = PBXGroup; |
179 | 187 | children = ( |
|
188 | 196 | isa = PBXHeadersBuildPhase; |
189 | 197 | buildActionMask = 2147483647; |
190 | 198 | files = ( |
191 | | - 2163BA251A25FBFD00610B0C /* GradientView.h in Headers */, |
| 199 | + 21392843248808D30009AFBF /* GradientView.h in Headers */, |
192 | 200 | ); |
193 | 201 | runOnlyForDeploymentPostprocessing = 0; |
194 | 202 | }; |
195 | 203 | 21F917362013E39000B52603 /* Headers */ = { |
196 | 204 | isa = PBXHeadersBuildPhase; |
197 | 205 | buildActionMask = 2147483647; |
198 | 206 | files = ( |
199 | | - 21F917422013E3D100B52603 /* GradientView.h in Headers */, |
| 207 | + 21392844248808D30009AFBF /* GradientView.h in Headers */, |
200 | 208 | ); |
201 | 209 | runOnlyForDeploymentPostprocessing = 0; |
202 | 210 | }; |
|
314 | 322 | developmentRegion = English; |
315 | 323 | hasScannedForEncodings = 0; |
316 | 324 | knownRegions = ( |
| 325 | + English, |
317 | 326 | en, |
318 | 327 | Base, |
319 | 328 | ); |
|
378 | 387 | isa = PBXSourcesBuildPhase; |
379 | 388 | buildActionMask = 2147483647; |
380 | 389 | files = ( |
381 | | - 21AF9C3E1A25FC210086CB01 /* GradientView.swift in Sources */, |
| 390 | + 21392847248808D30009AFBF /* GradientView.swift in Sources */, |
382 | 391 | ); |
383 | 392 | runOnlyForDeploymentPostprocessing = 0; |
384 | 393 | }; |
385 | 394 | 21F917342013E39000B52603 /* Sources */ = { |
386 | 395 | isa = PBXSourcesBuildPhase; |
387 | 396 | buildActionMask = 2147483647; |
388 | 397 | files = ( |
389 | | - 21F917412013E3CD00B52603 /* GradientView.swift in Sources */, |
| 398 | + 21392848248808D30009AFBF /* GradientView.swift in Sources */, |
390 | 399 | ); |
391 | 400 | runOnlyForDeploymentPostprocessing = 0; |
392 | 401 | }; |
|
537 | 546 | 2163BA161A25FBF000610B0C /* Debug */ = { |
538 | 547 | isa = XCBuildConfiguration; |
539 | 548 | buildSettings = { |
| 549 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
540 | 550 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
541 | 551 | CODE_SIGN_STYLE = Manual; |
542 | 552 | DEVELOPMENT_TEAM = ""; |
|
553 | 563 | 2163BA171A25FBF000610B0C /* Release */ = { |
554 | 564 | isa = XCBuildConfiguration; |
555 | 565 | buildSettings = { |
| 566 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
556 | 567 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
557 | 568 | CODE_SIGN_STYLE = Manual; |
558 | 569 | DEVELOPMENT_TEAM = ""; |
|
581 | 592 | "DEBUG=1", |
582 | 593 | "$(inherited)", |
583 | 594 | ); |
584 | | - INFOPLIST_FILE = GradientView/Info.plist; |
| 595 | + INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist"; |
585 | 596 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
586 | 597 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 598 | + MARKETING_VERSION = 2.3.4; |
587 | 599 | MODULE_NAME = "com.samsoffes.gradient-view"; |
588 | 600 | MODULE_VERSION = "$(CURRENT_PROJECT_VERSION)"; |
589 | 601 | ONLY_ACTIVE_ARCH = YES; |
|
608 | 620 | DYLIB_COMPATIBILITY_VERSION = 8; |
609 | 621 | DYLIB_CURRENT_VERSION = "$(CURRENT_PROJECT_VERSION)"; |
610 | 622 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
611 | | - INFOPLIST_FILE = GradientView/Info.plist; |
| 623 | + INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist"; |
612 | 624 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
613 | 625 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 626 | + MARKETING_VERSION = 2.3.4; |
614 | 627 | MODULE_NAME = "com.samsoffes.gradient-view"; |
615 | 628 | MODULE_VERSION = "$(CURRENT_PROJECT_VERSION)"; |
616 | 629 | PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; |
|
625 | 638 | 21F9173F2013E39000B52603 /* Debug */ = { |
626 | 639 | isa = XCBuildConfiguration; |
627 | 640 | buildSettings = { |
| 641 | + APPLICATION_EXTENSION_API_ONLY = YES; |
628 | 642 | CLANG_ANALYZER_NONNULL = YES; |
629 | 643 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
630 | 644 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
|
640 | 654 | DYLIB_CURRENT_VERSION = 1; |
641 | 655 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
642 | 656 | GCC_C_LANGUAGE_STANDARD = gnu11; |
643 | | - INFOPLIST_FILE = GradientView/Info.plist; |
| 657 | + INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist"; |
644 | 658 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
645 | 659 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
646 | 660 | PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; |
|
658 | 672 | 21F917402013E39000B52603 /* Release */ = { |
659 | 673 | isa = XCBuildConfiguration; |
660 | 674 | buildSettings = { |
| 675 | + APPLICATION_EXTENSION_API_ONLY = YES; |
661 | 676 | CLANG_ANALYZER_NONNULL = YES; |
662 | 677 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
663 | 678 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
|
674 | 689 | DYLIB_CURRENT_VERSION = 1; |
675 | 690 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
676 | 691 | GCC_C_LANGUAGE_STANDARD = gnu11; |
677 | | - INFOPLIST_FILE = GradientView/Info.plist; |
| 692 | + INFOPLIST_FILE = "$(SRCROOT)/Support/Info.plist"; |
678 | 693 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
679 | 694 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
680 | 695 | PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; |
|
691 | 706 | 21F917542013E59000B52603 /* Debug */ = { |
692 | 707 | isa = XCBuildConfiguration; |
693 | 708 | buildSettings = { |
| 709 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
694 | 710 | CLANG_ANALYZER_NONNULL = YES; |
695 | 711 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
696 | 712 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
|
715 | 731 | 21F917552013E59000B52603 /* Release */ = { |
716 | 732 | isa = XCBuildConfiguration; |
717 | 733 | buildSettings = { |
| 734 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
718 | 735 | CLANG_ANALYZER_NONNULL = YES; |
719 | 736 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
720 | 737 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
|
0 commit comments