|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 725A2B381A0468F300F44058 /* SwiftAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 725A2B371A0468F300F44058 /* SwiftAutoLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 10 | 725A2B3E1A0468F300F44058 /* SwiftAutoLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 725A2B321A0468F300F44058 /* SwiftAutoLayout.framework */; };
|
12 | 11 | 725A2B451A0468F300F44058 /* SwiftAutoLayoutTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 725A2B441A0468F300F44058 /* SwiftAutoLayoutTests.swift */; };
|
13 |
| - 725A2B4F1A04695300F44058 /* SwiftAutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 725A2B4E1A04695300F44058 /* SwiftAutoLayout.swift */; }; |
14 |
| - 725A2B6E1A046A8000F44058 /* SwiftAutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 725A2B4E1A04695300F44058 /* SwiftAutoLayout.swift */; }; |
15 |
| - 725A2B6F1A046A8600F44058 /* SwiftAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 725A2B371A0468F300F44058 /* SwiftAutoLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 12 | + 725B5E6C1C40C5B100ABF520 /* SwiftAutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 725B5E6B1C40C5B100ABF520 /* SwiftAutoLayout.swift */; }; |
| 13 | + 725B5E6D1C40C5B100ABF520 /* SwiftAutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 725B5E6B1C40C5B100ABF520 /* SwiftAutoLayout.swift */; }; |
| 14 | + 725B5E731C40C5BB00ABF520 /* SwiftAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 725B5E701C40C5BB00ABF520 /* SwiftAutoLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 15 | + 725B5E741C40C5BB00ABF520 /* SwiftAutoLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 725B5E701C40C5BB00ABF520 /* SwiftAutoLayout.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
16 | 16 | /* End PBXBuildFile section */
|
17 | 17 |
|
18 | 18 | /* Begin PBXContainerItemProxy section */
|
|
27 | 27 |
|
28 | 28 | /* Begin PBXFileReference section */
|
29 | 29 | 725A2B321A0468F300F44058 /* SwiftAutoLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftAutoLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 |
| - 725A2B361A0468F300F44058 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
31 |
| - 725A2B371A0468F300F44058 /* SwiftAutoLayout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftAutoLayout.h; sourceTree = "<group>"; }; |
32 | 30 | 725A2B3D1A0468F300F44058 /* SwiftAutoLayoutTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftAutoLayoutTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
33 | 31 | 725A2B431A0468F300F44058 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
34 | 32 | 725A2B441A0468F300F44058 /* SwiftAutoLayoutTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftAutoLayoutTests.swift; sourceTree = "<group>"; };
|
35 |
| - 725A2B4E1A04695300F44058 /* SwiftAutoLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftAutoLayout.swift; sourceTree = "<group>"; }; |
36 | 33 | 725A2B551A046A3C00F44058 /* SwiftAutoLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftAutoLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 34 | + 725B5E6B1C40C5B100ABF520 /* SwiftAutoLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SwiftAutoLayout.swift; path = Sources/SwiftAutoLayout.swift; sourceTree = SOURCE_ROOT; }; |
| 35 | + 725B5E6F1C40C5BB00ABF520 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Framework/Info.plist; sourceTree = "<group>"; }; |
| 36 | + 725B5E701C40C5BB00ABF520 /* SwiftAutoLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SwiftAutoLayout.h; path = Framework/SwiftAutoLayout.h; sourceTree = "<group>"; }; |
37 | 37 | /* End PBXFileReference section */
|
38 | 38 |
|
39 | 39 | /* Begin PBXFrameworksBuildPhase section */
|
|
65 | 65 | 725A2B281A0468F300F44058 = {
|
66 | 66 | isa = PBXGroup;
|
67 | 67 | children = (
|
68 |
| - 725A2B341A0468F300F44058 /* SwiftAutoLayout */, |
| 68 | + 725B5E6E1C40C5B300ABF520 /* Framework */, |
| 69 | + 725A2B341A0468F300F44058 /* Sources */, |
69 | 70 | 725A2B411A0468F300F44058 /* SwiftAutoLayoutTests */,
|
70 | 71 | 725A2B331A0468F300F44058 /* Products */,
|
71 | 72 | );
|
|
81 | 82 | name = Products;
|
82 | 83 | sourceTree = "<group>";
|
83 | 84 | };
|
84 |
| - 725A2B341A0468F300F44058 /* SwiftAutoLayout */ = { |
| 85 | + 725A2B341A0468F300F44058 /* Sources */ = { |
85 | 86 | isa = PBXGroup;
|
86 | 87 | children = (
|
87 |
| - 725A2B371A0468F300F44058 /* SwiftAutoLayout.h */, |
88 |
| - 725A2B4E1A04695300F44058 /* SwiftAutoLayout.swift */, |
89 |
| - 725A2B351A0468F300F44058 /* Supporting Files */, |
| 88 | + 725B5E6B1C40C5B100ABF520 /* SwiftAutoLayout.swift */, |
90 | 89 | );
|
| 90 | + name = Sources; |
91 | 91 | path = SwiftAutoLayout;
|
92 | 92 | sourceTree = "<group>";
|
93 | 93 | };
|
94 |
| - 725A2B351A0468F300F44058 /* Supporting Files */ = { |
95 |
| - isa = PBXGroup; |
96 |
| - children = ( |
97 |
| - 725A2B361A0468F300F44058 /* Info.plist */, |
98 |
| - ); |
99 |
| - name = "Supporting Files"; |
100 |
| - sourceTree = "<group>"; |
101 |
| - }; |
102 | 94 | 725A2B411A0468F300F44058 /* SwiftAutoLayoutTests */ = {
|
103 | 95 | isa = PBXGroup;
|
104 | 96 | children = (
|
|
116 | 108 | name = "Supporting Files";
|
117 | 109 | sourceTree = "<group>";
|
118 | 110 | };
|
| 111 | + 725B5E6E1C40C5B300ABF520 /* Framework */ = { |
| 112 | + isa = PBXGroup; |
| 113 | + children = ( |
| 114 | + 725B5E6F1C40C5BB00ABF520 /* Info.plist */, |
| 115 | + 725B5E701C40C5BB00ABF520 /* SwiftAutoLayout.h */, |
| 116 | + ); |
| 117 | + name = Framework; |
| 118 | + sourceTree = "<group>"; |
| 119 | + }; |
119 | 120 | /* End PBXGroup section */
|
120 | 121 |
|
121 | 122 | /* Begin PBXHeadersBuildPhase section */
|
122 | 123 | 725A2B2F1A0468F300F44058 /* Headers */ = {
|
123 | 124 | isa = PBXHeadersBuildPhase;
|
124 | 125 | buildActionMask = 2147483647;
|
125 | 126 | files = (
|
126 |
| - 725A2B381A0468F300F44058 /* SwiftAutoLayout.h in Headers */, |
| 127 | + 725B5E731C40C5BB00ABF520 /* SwiftAutoLayout.h in Headers */, |
127 | 128 | );
|
128 | 129 | runOnlyForDeploymentPostprocessing = 0;
|
129 | 130 | };
|
130 | 131 | 725A2B521A046A3C00F44058 /* Headers */ = {
|
131 | 132 | isa = PBXHeadersBuildPhase;
|
132 | 133 | buildActionMask = 2147483647;
|
133 | 134 | files = (
|
134 |
| - 725A2B6F1A046A8600F44058 /* SwiftAutoLayout.h in Headers */, |
| 135 | + 725B5E741C40C5BB00ABF520 /* SwiftAutoLayout.h in Headers */, |
135 | 136 | );
|
136 | 137 | runOnlyForDeploymentPostprocessing = 0;
|
137 | 138 | };
|
|
261 | 262 | isa = PBXSourcesBuildPhase;
|
262 | 263 | buildActionMask = 2147483647;
|
263 | 264 | files = (
|
264 |
| - 725A2B4F1A04695300F44058 /* SwiftAutoLayout.swift in Sources */, |
| 265 | + 725B5E6C1C40C5B100ABF520 /* SwiftAutoLayout.swift in Sources */, |
265 | 266 | );
|
266 | 267 | runOnlyForDeploymentPostprocessing = 0;
|
267 | 268 | };
|
|
277 | 278 | isa = PBXSourcesBuildPhase;
|
278 | 279 | buildActionMask = 2147483647;
|
279 | 280 | files = (
|
280 |
| - 725A2B6E1A046A8000F44058 /* SwiftAutoLayout.swift in Sources */, |
| 281 | + 725B5E6D1C40C5B100ABF520 /* SwiftAutoLayout.swift in Sources */, |
281 | 282 | );
|
282 | 283 | runOnlyForDeploymentPostprocessing = 0;
|
283 | 284 | };
|
|
387 | 388 | DYLIB_COMPATIBILITY_VERSION = 1;
|
388 | 389 | DYLIB_CURRENT_VERSION = 1;
|
389 | 390 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
390 |
| - INFOPLIST_FILE = SwiftAutoLayout/Info.plist; |
| 391 | + INFOPLIST_FILE = Framework/Info.plist; |
391 | 392 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
392 | 393 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
393 | 394 | PRODUCT_BUNDLE_IDENTIFIER = "com.indragie.$(PRODUCT_NAME:rfc1034identifier)";
|
|
406 | 407 | DYLIB_COMPATIBILITY_VERSION = 1;
|
407 | 408 | DYLIB_CURRENT_VERSION = 1;
|
408 | 409 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
409 |
| - INFOPLIST_FILE = SwiftAutoLayout/Info.plist; |
| 410 | + INFOPLIST_FILE = Framework/Info.plist; |
410 | 411 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
411 | 412 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
412 | 413 | PRODUCT_BUNDLE_IDENTIFIER = "com.indragie.$(PRODUCT_NAME:rfc1034identifier)";
|
|
450 | 451 | 725A2B691A046A3C00F44058 /* Debug */ = {
|
451 | 452 | isa = XCBuildConfiguration;
|
452 | 453 | buildSettings = {
|
| 454 | + CLANG_ENABLE_MODULES = YES; |
453 | 455 | COMBINE_HIDPI_IMAGES = YES;
|
454 | 456 | DEFINES_MODULE = YES;
|
455 | 457 | DSTROOT = "/tmp/$(TARGET_NAME).dst";
|
|
461 | 463 | "DEBUG=1",
|
462 | 464 | "$(inherited)",
|
463 | 465 | );
|
464 |
| - INFOPLIST_FILE = SwiftAutoLayout/Info.plist; |
| 466 | + INFOPLIST_FILE = Framework/Info.plist; |
465 | 467 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
466 | 468 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
467 | 469 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
468 | 470 | PRODUCT_BUNDLE_IDENTIFIER = "com.indragie.$(PRODUCT_NAME:rfc1034identifier)";
|
469 | 471 | PRODUCT_NAME = "$(PROJECT_NAME)";
|
470 | 472 | SDKROOT = macosx;
|
471 | 473 | SKIP_INSTALL = YES;
|
| 474 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
472 | 475 | };
|
473 | 476 | name = Debug;
|
474 | 477 | };
|
475 | 478 | 725A2B6A1A046A3C00F44058 /* Release */ = {
|
476 | 479 | isa = XCBuildConfiguration;
|
477 | 480 | buildSettings = {
|
| 481 | + CLANG_ENABLE_MODULES = YES; |
478 | 482 | COMBINE_HIDPI_IMAGES = YES;
|
479 | 483 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
480 | 484 | DEFINES_MODULE = YES;
|
|
483 | 487 | DYLIB_CURRENT_VERSION = 1;
|
484 | 488 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
485 | 489 | FRAMEWORK_VERSION = A;
|
486 |
| - INFOPLIST_FILE = SwiftAutoLayout/Info.plist; |
| 490 | + INFOPLIST_FILE = Framework/Info.plist; |
487 | 491 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
488 | 492 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
489 | 493 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
0 commit comments