Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
[F] Enable carthage auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
VivienCormier committed Dec 8, 2016
1 parent 8ddfdb5 commit d957c75
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 47 deletions.
Expand Up @@ -14,6 +14,10 @@
4D3735051D2D84BD00645D3F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4D3735031D2D84BD00645D3F /* LaunchScreen.storyboard */; };
4D37351B1D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D37351A1D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests.swift */; };
4D3735411D38041700645D3F /* UIImageViewModeScaleAspectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D37350F1D2D84BD00645D3F /* UIImageViewModeScaleAspectTests.swift */; };
4D37D2A11DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D37D29F1DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.h */; settings = {ATTRIBUTES = (Public, ); }; };
4D37D2A41DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D37D29D1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage.framework */; };
4D37D2A51DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4D37D29D1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
4D37D2AA1DFA0C1F00C91C30 /* UIImageViewModeScaleAspect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DD9AE931DA517F000E50B40 /* UIImageViewModeScaleAspect.swift */; };
4DD9AE941DA517F000E50B40 /* UIImageViewModeScaleAspect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DD9AE931DA517F000E50B40 /* UIImageViewModeScaleAspect.swift */; };
/* End PBXBuildFile section */

Expand All @@ -32,8 +36,29 @@
remoteGlobalIDString = 4D3734F61D2D84BD00645D3F;
remoteInfo = UIImageViewModeScaleAspect;
};
4D37D2A21DFA0C0A00C91C30 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4D3734EF1D2D84BD00645D3F /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4D37D29C1DFA0C0900C91C30;
remoteInfo = UIImageViewModeScaleAspectCarthage;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
4D37D2A91DFA0C0A00C91C30 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
4D37D2A51DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
4D3734F71D2D84BD00645D3F /* UIImageViewModeScaleAspect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UIImageViewModeScaleAspect.app; sourceTree = BUILT_PRODUCTS_DIR; };
4D3734FA1D2D84BD00645D3F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -48,6 +73,9 @@
4D3735161D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UIImageViewModeScaleAspectUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4D37351A1D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIImageViewModeScaleAspectUITests.swift; sourceTree = "<group>"; };
4D37351C1D2D84BD00645D3F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4D37D29D1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIImageViewModeScaleAspectCarthage.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4D37D29F1DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UIImageViewModeScaleAspectCarthage.h; sourceTree = "<group>"; };
4D37D2A01DFA0C0A00C91C30 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4DD9AE931DA517F000E50B40 /* UIImageViewModeScaleAspect.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UIImageViewModeScaleAspect.swift; path = ../../../UIImageViewModeScaleAspect/UIImageViewModeScaleAspect.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -56,6 +84,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4D37D2A41DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -73,6 +102,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
4D37D2991DFA0C0900C91C30 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -82,6 +118,7 @@
4D3734F91D2D84BD00645D3F /* UIImageViewModeScaleAspect */,
4D37350E1D2D84BD00645D3F /* UIImageViewModeScaleAspectTests */,
4D3735191D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests */,
4D37D29E1DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage */,
4D3734F81D2D84BD00645D3F /* Products */,
);
sourceTree = "<group>";
Expand All @@ -92,6 +129,7 @@
4D3734F71D2D84BD00645D3F /* UIImageViewModeScaleAspect.app */,
4D37350B1D2D84BD00645D3F /* UIImageViewModeScaleAspectTests.xctest */,
4D3735161D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests.xctest */,
4D37D29D1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -128,8 +166,28 @@
path = UIImageViewModeScaleAspectUITests;
sourceTree = "<group>";
};
4D37D29E1DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage */ = {
isa = PBXGroup;
children = (
4D37D29F1DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.h */,
4D37D2A01DFA0C0A00C91C30 /* Info.plist */,
);
path = UIImageViewModeScaleAspectCarthage;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
4D37D29A1DFA0C0900C91C30 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
4D37D2A11DFA0C0A00C91C30 /* UIImageViewModeScaleAspectCarthage.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
4D3734F61D2D84BD00645D3F /* UIImageViewModeScaleAspect */ = {
isa = PBXNativeTarget;
Expand All @@ -138,10 +196,12 @@
4D3734F31D2D84BD00645D3F /* Sources */,
4D3734F41D2D84BD00645D3F /* Frameworks */,
4D3734F51D2D84BD00645D3F /* Resources */,
4D37D2A91DFA0C0A00C91C30 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
4D37D2A31DFA0C0A00C91C30 /* PBXTargetDependency */,
);
name = UIImageViewModeScaleAspect;
productName = UIImageViewModeScaleAspect;
Expand Down Expand Up @@ -184,6 +244,24 @@
productReference = 4D3735161D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
4D37D29C1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4D37D2A81DFA0C0A00C91C30 /* Build configuration list for PBXNativeTarget "UIImageViewModeScaleAspectCarthage" */;
buildPhases = (
4D37D2981DFA0C0900C91C30 /* Sources */,
4D37D2991DFA0C0900C91C30 /* Frameworks */,
4D37D29A1DFA0C0900C91C30 /* Headers */,
4D37D29B1DFA0C0900C91C30 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = UIImageViewModeScaleAspectCarthage;
productName = UIImageViewModeScaleAspectCarthage;
productReference = 4D37D29D1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
Expand All @@ -208,6 +286,10 @@
LastSwiftMigration = 0800;
TestTargetID = 4D3734F61D2D84BD00645D3F;
};
4D37D29C1DFA0C0900C91C30 = {
CreatedOnToolsVersion = 8.1;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 4D3734F21D2D84BD00645D3F /* Build configuration list for PBXProject "UIImageViewModeScaleAspect" */;
Expand All @@ -226,6 +308,7 @@
4D3734F61D2D84BD00645D3F /* UIImageViewModeScaleAspect */,
4D37350A1D2D84BD00645D3F /* UIImageViewModeScaleAspectTests */,
4D3735151D2D84BD00645D3F /* UIImageViewModeScaleAspectUITests */,
4D37D29C1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -255,6 +338,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
4D37D29B1DFA0C0900C91C30 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -284,6 +374,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
4D37D2981DFA0C0900C91C30 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
4D37D2AA1DFA0C1F00C91C30 /* UIImageViewModeScaleAspect.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
Expand All @@ -297,6 +395,11 @@
target = 4D3734F61D2D84BD00645D3F /* UIImageViewModeScaleAspect */;
targetProxy = 4D3735171D2D84BD00645D3F /* PBXContainerItemProxy */;
};
4D37D2A31DFA0C0A00C91C30 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4D37D29C1DFA0C0900C91C30 /* UIImageViewModeScaleAspectCarthage */;
targetProxy = 4D37D2A21DFA0C0A00C91C30 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -412,6 +515,7 @@
4D3735201D2D84BD00645D3F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = UIImageViewModeScaleAspect/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -424,6 +528,7 @@
4D3735211D2D84BD00645D3F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = UIImageViewModeScaleAspect/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down Expand Up @@ -483,6 +588,55 @@
};
name = Release;
};
4D37D2A61DFA0C0A00C91C30 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = UIImageViewModeScaleAspectCarthage/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "fr.ios-developer.UIImageViewModeScaleAspectCarthage";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
4D37D2A71DFA0C0A00C91C30 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = UIImageViewModeScaleAspectCarthage/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "fr.ios-developer.UIImageViewModeScaleAspectCarthage";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 3.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand Down Expand Up @@ -522,6 +676,14 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4D37D2A81DFA0C0A00C91C30 /* Build configuration list for PBXNativeTarget "UIImageViewModeScaleAspectCarthage" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4D37D2A61DFA0C0A00C91C30 /* Debug */,
4D37D2A71DFA0C0A00C91C30 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 4D3734EF1D2D84BD00645D3F /* Project object */;
Expand Down

0 comments on commit d957c75

Please sign in to comment.