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

Achieve Carthage compatibility by compiling source file in target's build phase #57

Merged
merged 2 commits into from
Jun 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions SwiftGif.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
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