Skip to content

Commit 49fca37

Browse files
adamgitadamgit
authored andcommitted
Final 1.1.0 build - updated library name to remove 'pre'
1 parent 238932d commit 49fca37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SVGKit-iOS.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
6636CD89175F54680072AAEF /* CALayer+RecursiveClone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+RecursiveClone.m"; sourceTree = "<group>"; };
274274
6636CD8C175F54970072AAEF /* ConverterSVGToCALayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConverterSVGToCALayer.h; sourceTree = "<group>"; };
275275
66372F5916960D4E008C6C56 /* SVGRect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGRect.m; sourceTree = "<group>"; };
276-
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; };
276+
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; };
277277
6639619116145D0400E58CCA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
278278
6639633F16145DDC00E58CCA /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
279279
6639634116148CDF00E58CCA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
@@ -544,7 +544,7 @@
544544
6639618F16145D0400E58CCA /* Products */ = {
545545
isa = PBXGroup;
546546
children = (
547-
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0pre.a */,
547+
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0.a */,
548548
);
549549
name = Products;
550550
sourceTree = "<group>";
@@ -1014,7 +1014,7 @@
10141014
);
10151015
name = "SVGKit-iOS";
10161016
productName = "SVGKit-iOS";
1017-
productReference = 6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0pre.a */;
1017+
productReference = 6639618E16145D0400E58CCA /* libSVGKit-iOS.1.1.0.a */;
10181018
productType = "com.apple.product-type.library.static";
10191019
};
10201020
/* End PBXNativeTarget section */
@@ -1218,7 +1218,7 @@
12181218
isa = XCBuildConfiguration;
12191219
buildSettings = {
12201220
DSTROOT = /tmp/SVGKit_iOS.dst;
1221-
DYLIB_CURRENT_VERSION = 1.1.0pre;
1221+
DYLIB_CURRENT_VERSION = 1.1.0;
12221222
GCC_PRECOMPILE_PREFIX_HEADER = YES;
12231223
GCC_PREFIX_HEADER = "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch";
12241224
HEADER_SEARCH_PATHS = /usr/include/libxml2;
@@ -1237,7 +1237,7 @@
12371237
isa = XCBuildConfiguration;
12381238
buildSettings = {
12391239
DSTROOT = /tmp/SVGKit_iOS.dst;
1240-
DYLIB_CURRENT_VERSION = 1.1.0pre;
1240+
DYLIB_CURRENT_VERSION = 1.1.0;
12411241
GCC_PRECOMPILE_PREFIX_HEADER = YES;
12421242
GCC_PREFIX_HEADER = "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch";
12431243
HEADER_SEARCH_PATHS = /usr/include/libxml2;

0 commit comments

Comments
 (0)