|
|
@@ -8,6 +8,9 @@
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
2DBA080E1F1FAD66001CFED4 /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBA080D1F1FAD66001CFED4 /* Typealiases.swift */; };
|
|
|
+ 3CA7D6C224592D4D005E10C2 /* ConstraintMakerRelatable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CA7D6C124592D4D005E10C2 /* ConstraintMakerRelatable+Extensions.swift */; };
|
|
|
+ 7E1CB2AE227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E1CB2AD227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift */; };
|
|
|
+ 7E1CB2B0227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E1CB2AF227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift */; };
|
|
|
EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F5E1C5785BC00C08960 /* Debugging.swift */; };
|
|
|
EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F621C5785C600C08960 /* Constraint.swift */; };
|
|
|
EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F631C5785C600C08960 /* ConstraintDescription.swift */; };
|
|
|
@@ -26,7 +29,7 @@
|
|
|
EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */; };
|
|
|
EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA61C5785D400C08960 /* ConstraintMaker.swift */; };
|
|
|
EE235FAF1C5785D400C08960 /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */; };
|
|
|
- EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */; };
|
|
|
+ EE235FB21C5785D400C08960 /* ConstraintMakerPrioritizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA81C5785D400C08960 /* ConstraintMakerPrioritizable.swift */; };
|
|
|
EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */; };
|
|
|
EE235FB81C5785D400C08960 /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */; };
|
|
|
EE235FBB1C5785D400C08960 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */; };
|
|
|
@@ -36,7 +39,6 @@
|
|
|
EE4910991B19A40200A54F1F /* SnapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEBCC9D819CC627D0083B827 /* SnapKit.framework */; };
|
|
|
EE6087751E4F133E0029CF84 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6087741E4F133E0029CF84 /* ConstraintPriority.swift */; };
|
|
|
EE6898CB1DA7B3A100D47F33 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */; };
|
|
|
- EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */ = {isa = PBXBuildFile; fileRef = EECDB3661AC0C95C006BBC11 /* SnapKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
EECDB3931AC0CB52006BBC11 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EECDB36A1AC0C95C006BBC11 /* Tests.swift */; };
|
|
|
EEF68F9E1D78492400980C26 /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */; };
|
|
|
EEF68FA61D784A5300980C26 /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */; };
|
|
|
@@ -48,7 +50,10 @@
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
2DBA080D1F1FAD66001CFED4 /* Typealiases.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Typealiases.swift; sourceTree = "<group>"; };
|
|
|
+ 3CA7D6C124592D4D005E10C2 /* ConstraintMakerRelatable+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConstraintMakerRelatable+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
537DCE9A1C35CD4100B5B899 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.1.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
+ 7E1CB2AD227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintDirectionalInsetTarget.swift; sourceTree = "<group>"; };
|
|
|
+ 7E1CB2AF227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConstraintDirectionalInsets.swift; sourceTree = "<group>"; };
|
|
|
EE235F5E1C5785BC00C08960 /* Debugging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debugging.swift; sourceTree = "<group>"; };
|
|
|
EE235F621C5785C600C08960 /* Constraint.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constraint.swift; sourceTree = "<group>"; };
|
|
|
EE235F631C5785C600C08960 /* ConstraintDescription.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDescription.swift; sourceTree = "<group>"; };
|
|
|
@@ -67,7 +72,7 @@
|
|
|
EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintInsetTarget.swift; sourceTree = "<group>"; };
|
|
|
EE235FA61C5785D400C08960 /* ConstraintMaker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMaker.swift; sourceTree = "<group>"; };
|
|
|
EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerFinalizable.swift; sourceTree = "<group>"; };
|
|
|
- EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerPriortizable.swift; sourceTree = "<group>"; };
|
|
|
+ EE235FA81C5785D400C08960 /* ConstraintMakerPrioritizable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerPrioritizable.swift; sourceTree = "<group>"; };
|
|
|
EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerEditable.swift; sourceTree = "<group>"; };
|
|
|
EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerRelatable.swift; sourceTree = "<group>"; };
|
|
|
EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintMakerExtendable.swift; sourceTree = "<group>"; };
|
|
|
@@ -76,14 +81,13 @@
|
|
|
EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintView+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
EE6087741E4F133E0029CF84 /* ConstraintPriority.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintPriority.swift; sourceTree = "<group>"; };
|
|
|
EE6898CA1DA7B3A100D47F33 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LayoutConstraintItem.swift; sourceTree = "<group>"; };
|
|
|
+ EE6DB559251D9A6B00E0C374 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
EE94F6081AC0F10A008767FF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
|
EE94F60A1AC0F10F008767FF /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
EEBCC9D819CC627D0083B827 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
EEBCC9E219CC627E0083B827 /* SnapKit Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SnapKit Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
- EECDB3641AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- EECDB3661AC0C95C006BBC11 /* SnapKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SnapKit.h; sourceTree = "<group>"; };
|
|
|
- EECDB3691AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
- EECDB36A1AC0C95C006BBC11 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
|
|
+ EECDB3691AC0C95C006BBC11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = SnapKitTests/Info.plist; sourceTree = "<group>"; };
|
|
|
+ EECDB36A1AC0C95C006BBC11 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Tests.swift; path = SnapKitTests/Tests.swift; sourceTree = "<group>"; };
|
|
|
EEF68F9D1D78492400980C26 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintLayoutGuideDSL.swift; sourceTree = "<group>"; };
|
|
|
EEF68FA51D784A5300980C26 /* ConstraintDSL.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConstraintDSL.swift; sourceTree = "<group>"; };
|
|
|
EEF68FAF1D784FB100980C26 /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ConstraintLayoutGuide+Extensions.swift"; sourceTree = "<group>"; };
|
|
|
@@ -114,7 +118,8 @@
|
|
|
DDC9FD8C1981B4DD009612C7 = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- EECDB35D1AC0C95C006BBC11 /* Source */,
|
|
|
+ EE6DB557251D9A6B00E0C374 /* Supporting Files */,
|
|
|
+ EECDB35D1AC0C95C006BBC11 /* Sources */,
|
|
|
EE94F60C1AC0F113008767FF /* Frameworks */,
|
|
|
DDC9FD961981B4DD009612C7 /* Products */,
|
|
|
);
|
|
|
@@ -135,6 +140,7 @@
|
|
|
EE235FC61C5785E200C08960 /* ConstraintView+Extensions.swift */,
|
|
|
EEF68FAF1D784FB100980C26 /* ConstraintLayoutGuide+Extensions.swift */,
|
|
|
EEF68FB31D784FBA00980C26 /* UILayoutSupport+Extensions.swift */,
|
|
|
+ 3CA7D6C124592D4D005E10C2 /* ConstraintMakerRelatable+Extensions.swift */,
|
|
|
);
|
|
|
name = Extensions;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -155,7 +161,7 @@
|
|
|
children = (
|
|
|
EE235FA61C5785D400C08960 /* ConstraintMaker.swift */,
|
|
|
EE235FA71C5785D400C08960 /* ConstraintMakerFinalizable.swift */,
|
|
|
- EE235FA81C5785D400C08960 /* ConstraintMakerPriortizable.swift */,
|
|
|
+ EE235FA81C5785D400C08960 /* ConstraintMakerPrioritizable.swift */,
|
|
|
EE235FA91C5785D400C08960 /* ConstraintMakerEditable.swift */,
|
|
|
EE235FAA1C5785D400C08960 /* ConstraintMakerRelatable.swift */,
|
|
|
EE235FAB1C5785D400C08960 /* ConstraintMakerExtendable.swift */,
|
|
|
@@ -172,6 +178,7 @@
|
|
|
EE235F911C5785CE00C08960 /* ConstraintMultiplierTarget.swift */,
|
|
|
EE235F921C5785CE00C08960 /* ConstraintOffsetTarget.swift */,
|
|
|
EE235F931C5785CE00C08960 /* ConstraintInsetTarget.swift */,
|
|
|
+ 7E1CB2AD227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift */,
|
|
|
);
|
|
|
name = Targets;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -183,6 +190,7 @@
|
|
|
EE235F621C5785C600C08960 /* Constraint.swift */,
|
|
|
EE235F631C5785C600C08960 /* ConstraintDescription.swift */,
|
|
|
EE235F641C5785C600C08960 /* ConstraintInsets.swift */,
|
|
|
+ 7E1CB2AF227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift */,
|
|
|
EE235F651C5785C600C08960 /* ConstraintConfig.swift */,
|
|
|
EE235F661C5785C600C08960 /* ConstraintView.swift */,
|
|
|
EEF68FBB1D78653000980C26 /* ConstraintLayoutGuide.swift */,
|
|
|
@@ -205,6 +213,14 @@
|
|
|
name = Debugging;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ EE6DB557251D9A6B00E0C374 /* Supporting Files */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ EE6DB559251D9A6B00E0C374 /* Info.plist */,
|
|
|
+ );
|
|
|
+ path = "Supporting Files";
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
EE94F60C1AC0F113008767FF /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -215,20 +231,18 @@
|
|
|
name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- EECDB35D1AC0C95C006BBC11 /* Source */ = {
|
|
|
+ EECDB35D1AC0C95C006BBC11 /* Sources */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- EECDB3661AC0C95C006BBC11 /* SnapKit.h */,
|
|
|
EE235F581C57858700C08960 /* Extensions */,
|
|
|
EE235F591C57859200C08960 /* DSLs */,
|
|
|
EE235F5A1C57859900C08960 /* Maker */,
|
|
|
EE235F5B1C57859E00C08960 /* Targets */,
|
|
|
EE235F5C1C5785A400C08960 /* Models */,
|
|
|
EE235F5D1C5785AC00C08960 /* Debugging */,
|
|
|
- EECDB36B1AC0C967006BBC11 /* Supporting Files */,
|
|
|
EECDB3681AC0C95C006BBC11 /* Tests */,
|
|
|
);
|
|
|
- path = Source;
|
|
|
+ path = Sources;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
EECDB3681AC0C95C006BBC11 /* Tests */ = {
|
|
|
@@ -241,14 +255,6 @@
|
|
|
path = ../Tests;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- EECDB36B1AC0C967006BBC11 /* Supporting Files */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- EECDB3641AC0C95C006BBC11 /* Info.plist */,
|
|
|
- );
|
|
|
- name = "Supporting Files";
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
|
@@ -256,7 +262,6 @@
|
|
|
isa = PBXHeadersBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- EECDB3741AC0C9B6006BBC11 /* SnapKit.h in Headers */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
|
@@ -305,23 +310,23 @@
|
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
|
LastSwiftUpdateCheck = 0720;
|
|
|
- LastUpgradeCheck = 0900;
|
|
|
+ LastUpgradeCheck = 1230;
|
|
|
ORGANIZATIONNAME = "SnapKit Team";
|
|
|
TargetAttributes = {
|
|
|
EEBCC9D719CC627D0083B827 = {
|
|
|
CreatedOnToolsVersion = 6.0;
|
|
|
- LastSwiftMigration = 0900;
|
|
|
+ LastSwiftMigration = 1020;
|
|
|
};
|
|
|
EEBCC9E119CC627D0083B827 = {
|
|
|
CreatedOnToolsVersion = 6.0;
|
|
|
- LastSwiftMigration = 0900;
|
|
|
+ LastSwiftMigration = 1020;
|
|
|
ProvisioningStyle = Automatic;
|
|
|
};
|
|
|
};
|
|
|
};
|
|
|
buildConfigurationList = DDC9FD901981B4DD009612C7 /* Build configuration list for PBXProject "SnapKit" */;
|
|
|
compatibilityVersion = "Xcode 3.2";
|
|
|
- developmentRegion = English;
|
|
|
+ developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
|
knownRegions = (
|
|
|
en,
|
|
|
@@ -371,6 +376,7 @@
|
|
|
EE235FB51C5785D400C08960 /* ConstraintMakerEditable.swift in Sources */,
|
|
|
EEF68FBC1D78653000980C26 /* ConstraintLayoutGuide.swift in Sources */,
|
|
|
EE235FAC1C5785D400C08960 /* ConstraintMaker.swift in Sources */,
|
|
|
+ 7E1CB2AE227BB5520066B6C0 /* ConstraintDirectionalInsetTarget.swift in Sources */,
|
|
|
EE6087751E4F133E0029CF84 /* ConstraintPriority.swift in Sources */,
|
|
|
EE235F941C5785CE00C08960 /* ConstraintRelatableTarget.swift in Sources */,
|
|
|
EEF68FA61D784A5300980C26 /* ConstraintDSL.swift in Sources */,
|
|
|
@@ -384,13 +390,15 @@
|
|
|
EE235F6D1C5785C600C08960 /* Constraint.swift in Sources */,
|
|
|
EE235F791C5785C600C08960 /* ConstraintView.swift in Sources */,
|
|
|
EE6898CB1DA7B3A100D47F33 /* LayoutConstraintItem.swift in Sources */,
|
|
|
- EE235FB21C5785D400C08960 /* ConstraintMakerPriortizable.swift in Sources */,
|
|
|
+ EE235FB21C5785D400C08960 /* ConstraintMakerPrioritizable.swift in Sources */,
|
|
|
EE235F8B1C5785C600C08960 /* LayoutConstraint.swift in Sources */,
|
|
|
+ 7E1CB2B0227BBDF70066B6C0 /* ConstraintDirectionalInsets.swift in Sources */,
|
|
|
EE235FA31C5785CE00C08960 /* ConstraintInsetTarget.swift in Sources */,
|
|
|
EE235F9D1C5785CE00C08960 /* ConstraintMultiplierTarget.swift in Sources */,
|
|
|
EE235FC01C5785DC00C08960 /* ConstraintViewDSL.swift in Sources */,
|
|
|
EE235F5F1C5785BC00C08960 /* Debugging.swift in Sources */,
|
|
|
EE235FC31C5785DC00C08960 /* ConstraintLayoutSupportDSL.swift in Sources */,
|
|
|
+ 3CA7D6C224592D4D005E10C2 /* ConstraintMakerRelatable+Extensions.swift in Sources */,
|
|
|
EE235F7F1C5785C600C08960 /* ConstraintRelation.swift in Sources */,
|
|
|
EEF68FB41D784FBA00980C26 /* UILayoutSupport+Extensions.swift in Sources */,
|
|
|
EE235F701C5785C600C08960 /* ConstraintDescription.swift in Sources */,
|
|
|
@@ -412,6 +420,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
@@ -420,14 +429,17 @@
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
@@ -469,6 +481,7 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
@@ -477,14 +490,17 @@
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
CLANG_WARN_COMMA = YES;
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
|
@@ -523,15 +539,17 @@
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
- INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
|
|
|
+ INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
|
|
|
PRODUCT_NAME = SnapKit;
|
|
|
SKIP_INSTALL = YES;
|
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
|
- SWIFT_VERSION = 4.0;
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
};
|
|
|
name = Debug;
|
|
|
@@ -546,14 +564,16 @@
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
|
- INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
|
|
|
+ INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
|
|
|
PRODUCT_NAME = SnapKit;
|
|
|
SKIP_INSTALL = YES;
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
- SWIFT_VERSION = 4.0;
|
|
|
+ SWIFT_VERSION = 5.0;
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
};
|
|
|
name = Release;
|
|
|
@@ -563,11 +583,13 @@
|
|
|
buildSettings = {
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
DEVELOPMENT_TEAM = "";
|
|
|
- INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
|
|
|
+ INFOPLIST_FILE = "$(SRCROOT)/Tests/SnapKitTests/Info.plist";
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
- SWIFT_VERSION = 4.0;
|
|
|
+ SWIFT_VERSION = 4.2;
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -576,12 +598,14 @@
|
|
|
buildSettings = {
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
DEVELOPMENT_TEAM = "";
|
|
|
- INFOPLIST_FILE = "$(SRCROOT)/Tests/Info.plist";
|
|
|
+ INFOPLIST_FILE = "$(SRCROOT)/Tests/SnapKitTests/Info.plist";
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks @loader_path/../Frameworks @executable_path/../Frameworks";
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "io.snapkit.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
|
- SWIFT_VERSION = 4.0;
|
|
|
+ SWIFT_VERSION = 4.2;
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|