Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #57 from tforzaglia/carthage-support
Browse files Browse the repository at this point in the history
Achieve Carthage compatibility by compiling source file in target's build phase
  • Loading branch information
bahlo committed Jun 25, 2018
2 parents 067446a + e10c82b commit c6ec0a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SwiftGif.xcodeproj/project.pbxproj
Expand Up @@ -20,6 +20,7 @@
14FF87E31D6B7BAA00FB208A /* SwiftGif.h in Headers */ = {isa = PBXBuildFile; fileRef = 14FF87D31D6B7BAA00FB208A /* SwiftGif.h */; settings = {ATTRIBUTES = (Public, ); }; };
14FF87E61D6B7BAA00FB208A /* SwiftGif.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14FF87D11D6B7BAA00FB208A /* SwiftGif.framework */; };
14FF87E71D6B7BAA00FB208A /* SwiftGif.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 14FF87D11D6B7BAA00FB208A /* SwiftGif.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
9266326F1EC292AD007A31C2 /* UIImage+Gif.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1419B37D194EFBFD005DF6D0 /* UIImage+Gif.swift */; };
FB57A0641CA41C2400065109 /* non_standard_gif.gif in Resources */ = {isa = PBXBuildFile; fileRef = FB57A0631CA41C2400065109 /* non_standard_gif.gif */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -322,6 +323,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9266326F1EC292AD007A31C2 /* UIImage+Gif.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -429,6 +431,7 @@
14A76450194EFBB800A74B1F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = AK9NEP7BV6;
Expand All @@ -443,6 +446,7 @@
14A76451194EFBB800A74B1F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = AK9NEP7BV6;
Expand Down Expand Up @@ -587,6 +591,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
14FF87EC1D6B7BAA00FB208A /* Build configuration list for PBXNativeTarget "SwiftGifTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
14FF87ED1D6B7BAA00FB208A /* Debug */,
14FF87EE1D6B7BAA00FB208A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 14A76430194EFBB800A74B1F /* Project object */;
Expand Down

0 comments on commit c6ec0a1

Please sign in to comment.