Skip to content

Commit 22a39be

Browse files
adamgitadamgit
authored andcommitted
Set library name to libSVGKit-iOS.1.2.0 (no pre, now this is final)
1 parent b3d6b75 commit 22a39be

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
@@ -283,7 +283,7 @@
283283
6636CD89175F54680072AAEF /* CALayer+RecursiveClone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+RecursiveClone.m"; sourceTree = "<group>"; };
284284
6636CD8C175F54970072AAEF /* ConverterSVGToCALayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConverterSVGToCALayer.h; sourceTree = "<group>"; };
285285
66372F5916960D4E008C6C56 /* SVGRect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGRect.m; sourceTree = "<group>"; };
286-
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.2.0pre.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSVGKit-iOS.1.2.0pre.a"; sourceTree = BUILT_PRODUCTS_DIR; };
286+
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.2.0.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libSVGKit-iOS.1.2.0.a"; sourceTree = BUILT_PRODUCTS_DIR; };
287287
6639619116145D0400E58CCA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
288288
6639633F16145DDC00E58CCA /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
289289
6639634116148CDF00E58CCA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
@@ -564,7 +564,7 @@
564564
6639618F16145D0400E58CCA /* Products */ = {
565565
isa = PBXGroup;
566566
children = (
567-
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.2.0pre.a */,
567+
6639618E16145D0400E58CCA /* libSVGKit-iOS.1.2.0.a */,
568568
);
569569
name = Products;
570570
sourceTree = "<group>";
@@ -1047,7 +1047,7 @@
10471047
);
10481048
name = "SVGKit-iOS";
10491049
productName = "SVGKit-iOS";
1050-
productReference = 6639618E16145D0400E58CCA /* libSVGKit-iOS.1.2.0pre.a */;
1050+
productReference = 6639618E16145D0400E58CCA /* libSVGKit-iOS.1.2.0.a */;
10511051
productType = "com.apple.product-type.library.static";
10521052
};
10531053
/* End PBXNativeTarget section */
@@ -1257,7 +1257,7 @@
12571257
buildSettings = {
12581258
ARCHS = "$(ARCHS_STANDARD)";
12591259
DSTROOT = /tmp/SVGKit_iOS.dst;
1260-
DYLIB_CURRENT_VERSION = 1.2.0pre;
1260+
DYLIB_CURRENT_VERSION = 1.2.0;
12611261
GCC_PRECOMPILE_PREFIX_HEADER = YES;
12621262
GCC_PREFIX_HEADER = "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch";
12631263
HEADER_SEARCH_PATHS = /usr/include/libxml2;
@@ -1277,7 +1277,7 @@
12771277
buildSettings = {
12781278
ARCHS = "$(ARCHS_STANDARD)";
12791279
DSTROOT = /tmp/SVGKit_iOS.dst;
1280-
DYLIB_CURRENT_VERSION = 1.2.0pre;
1280+
DYLIB_CURRENT_VERSION = 1.2.0;
12811281
GCC_PRECOMPILE_PREFIX_HEADER = YES;
12821282
GCC_PREFIX_HEADER = "XCodeProjectData/SVGKit-iOS/SVGKit-iOS-Prefix.pch";
12831283
HEADER_SEARCH_PATHS = /usr/include/libxml2;

0 commit comments

Comments
 (0)