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

Commit

Permalink
Final 1.1.0 build - updated library name to remove 'pre'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgit authored and adamgit committed Oct 27, 2013
1 parent 238932d commit 49fca37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SVGKit-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
6636CD89175F54680072AAEF /* CALayer+RecursiveClone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+RecursiveClone.m"; sourceTree = "<group>"; };
6636CD8C175F54970072AAEF /* ConverterSVGToCALayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConverterSVGToCALayer.h; sourceTree = "<group>"; };
66372F5916960D4E008C6C56 /* SVGRect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGRect.m; sourceTree = "<group>"; };
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0pre.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSVGKit-iOS.1.1.0pre.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSVGKit-iOS.1.1.0.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6639619116145D0400E58CCA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
6639633F16145DDC00E58CCA /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
6639634116148CDF00E58CCA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -544,7 +544,7 @@
6639618F16145D0400E58CCA /* Products */ = {
isa = PBXGroup;
children = (
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0pre.a */,
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0.a */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -1014,7 +1014,7 @@
);
name = "SVGKit-iOS";
productName = "SVGKit-iOS";
productReference = 6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0pre.a */;
productReference = 6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -1218,7 +1218,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DSTROOT = /tmp/SVGKit_iOS.dst;
DYLIB_CURRENT_VERSION = 1.1.0pre;
DYLIB_CURRENT_VERSION = 1.1.0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch";
HEADER_SEARCH_PATHS = /usr/include/libxml2;
Expand All @@ -1237,7 +1237,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DSTROOT = /tmp/SVGKit_iOS.dst;
DYLIB_CURRENT_VERSION = 1.1.0pre;
DYLIB_CURRENT_VERSION = 1.1.0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch";
HEADER_SEARCH_PATHS = /usr/include/libxml2;
Expand Down

0 comments on commit 49fca37

Please sign in to comment.