Skip to content

Commit

Permalink
Fix Carthage framework name
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonicek committed Sep 21, 2016
1 parent 5277d92 commit cab7354
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Example/ImageSlideshow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
749E212B852A3FE6757C1D36 /* ImageSlideshow.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ImageSlideshow.podspec; path = ../ImageSlideshow.podspec; sourceTree = "<group>"; };
8AA07A6EDAC622F1407E6C80 /* Pods_ImageSlideshow_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ImageSlideshow_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D0A566551D93316700ECA047 /* ImageSlideshow_framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ImageSlideshow_framework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D0A566551D93316700ECA047 /* ImageSlideshow.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ImageSlideshow.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D0A566571D93316700ECA047 /* ImageSlideshow_framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ImageSlideshow_framework.h; sourceTree = "<group>"; };
D0A566581D93316700ECA047 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D0A5665E1D93318700ECA047 /* FullScreenSlideshowViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FullScreenSlideshowViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -107,7 +107,7 @@
children = (
607FACD01AFB9204008FA782 /* ImageSlideshow_Example.app */,
607FACE51AFB9204008FA782 /* ImageSlideshow_Tests.xctest */,
D0A566551D93316700ECA047 /* ImageSlideshow_framework.framework */,
D0A566551D93316700ECA047 /* ImageSlideshow.framework */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -270,7 +270,7 @@
);
name = ImageSlideshow_framework;
productName = ImageSlideshow_framework;
productReference = D0A566551D93316700ECA047 /* ImageSlideshow_framework.framework */;
productReference = D0A566551D93316700ECA047 /* ImageSlideshow.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -619,7 +619,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "io.zvo.ImageSlideshow-framework";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = ImageSlideshow;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 2.3;
Expand Down Expand Up @@ -648,7 +648,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "io.zvo.ImageSlideshow-framework";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = ImageSlideshow;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 2.3;
Expand Down

0 comments on commit cab7354

Please sign in to comment.