Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 fixes #48

Merged
merged 38 commits into from
Jul 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
65de9d3
add OS X deployment target to podspec
iamdoron Dec 2, 2014
d2479d7
Merge pull request #31 from iamdoron/master
arielelkin Dec 2, 2014
09293dc
import TargetConditionals.h to use PocketSVG in Swift projects
arielelkin Mar 8, 2015
2b363b0
updated demos to use Swift
arielelkin Mar 8, 2015
43a527e
Merge branch 'master' of github.com:arielelkin/PocketSVG
arielelkin Mar 8, 2015
0218e85
Update README.md
arielelkin Mar 8, 2015
78208d3
Non-ARC compatibility, Interface Builder designables compatibility, s…
Mar 13, 2015
1c8e85a
Merge branch 'karnevil9-master'
arielelkin Mar 17, 2015
a2addb1
Support Quadratic Bézier paths
May 8, 2015
314b0f5
Fix Control Point state and valence check
May 11, 2015
f1afdd1
Fix typos
May 12, 2015
f69e180
Merge pull request #34 from dbworku/master
arielelkin May 14, 2015
54b30ca
Update README.md
arielelkin May 14, 2015
58bbc97
Bug fix for NSBezierPath. Wrong method signature :)
hamin Jun 19, 2015
4b3d302
Merge pull request #35 from hamin/nsbezierpath_bug_fix
arielelkin Jun 22, 2015
03454fd
dynamic Interface Builder compatibility
nathanfjohnson Jun 23, 2015
4d2a1e8
Merge pull request #36 from nathanfjohnson/master
arielelkin Jun 23, 2015
a744afa
init carthage
halseth Oct 24, 2015
e5db1b2
deleted files
halseth Oct 24, 2015
64d14ec
Merge pull request #1 from halseth/carthage
halseth Oct 24, 2015
153049e
updates
halseth Oct 24, 2015
0d97986
Merge pull request #2 from halseth/carthage
halseth Oct 24, 2015
7f3ed96
deleted files not in use
halseth Oct 27, 2015
017828c
comment
halseth Oct 27, 2015
77f278d
removed user settings
halseth Oct 27, 2015
1c45b8b
Merge branch 'halseth-master'
arielelkin Nov 5, 2015
cb08731
update podspec to support both platforms
arielelkin Nov 9, 2015
5e8e4f8
Added repeat instruction support
May 10, 2016
64ab3fd
Merge pull request #45 from DanielChu/master
arielelkin May 15, 2016
852052a
update CFBundleIdentifier
Jun 3, 2016
1eed8ac
Merge branch 'master' into v2
Jun 3, 2016
fe60d2c
replace SVGPathSerializing with PocketSVG in SVG Example
Jun 3, 2016
51c1398
SVGExample: link framework into targets
Jun 6, 2016
faf0743
update podspec
Jun 6, 2016
2cd3a9d
update podspec
Jun 6, 2016
5567ae5
update podspec
Jun 6, 2016
5c2199d
add back travis.yml file
Jun 6, 2016
405636f
Removed "PocketSVGFramework"
fjolnir Jul 18, 2016
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
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: objective-c

10 changes: 10 additions & 0 deletions BezierCurve4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions PocketSVG.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "PocketSVG"
s.version = "2.0"
s.summary = "An Objective-C class that converts Scalable Vector Graphics into Core Graphics elements."
s.homepage = "https://github.com/arielelkin/PocketSVG"
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.license = {
:type => 'MIT',
:file => 'LICENSE'
}

s.authors = { "Ponderwell, Fjölnir Ásgeirsson, Ariel Elkin, and Contributors" => "https://github.com/arielelkin/PocketSVG" }
s.source = { :git => "https://github.com/arielelkin/PocketSVG.git", :tag => s.version }
s.requires_arc = true
s.frameworks = 'QuartzCore'
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.source_files = 'PocketSVG.{h,mm}', 'SVGBezierPath.{h,mm}', 'SVGImageView.{h,m}', 'SVGLayer.{h,m}', 'SVGPortability.h'
s.ios.source_files = 'SVGImageView_iOS.h'
s.osx.source_files = 'SVGImageView_Mac.h'
end
7 changes: 7 additions & 0 deletions PocketSVG.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 35 additions & 61 deletions SVGExample/SVGExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
831C54571D057F1D0045D0FD /* PocketSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8374F2081D01C58900EFAEF7 /* PocketSVG.framework */; };
831C54581D057F360045D0FD /* PocketSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8374F20A1D01C58900EFAEF7 /* PocketSVG.framework */; };
C71E5EF91A21B69800400396 /* tiger.svg in Resources */ = {isa = PBXBuildFile; fileRef = C72C7BF11A1F278C006C80E5 /* tiger.svg */; };
C71E5EFA1A21B69A00400396 /* iceland.svg in Resources */ = {isa = PBXBuildFile; fileRef = C7FCE4661A1ED0FA00A0BE0D /* iceland.svg */; };
C71E5EFD1A21C11200400396 /* SVGAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C76FD9221A21B2B20054C25D /* SVGAppDelegate.m */; };
Expand All @@ -16,46 +18,31 @@
C76FD9231A21B2B20054C25D /* SVGAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C76FD9221A21B2B20054C25D /* SVGAppDelegate.m */; };
C76FD92A1A21B2B20054C25D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C76FD9281A21B2B20054C25D /* MainMenu.xib */; };
C76FD93E1A21B33D0054C25D /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = C76FD93D1A21B33D0054C25D /* libxml2.dylib */; };
C79800EF1A21CC1C00380860 /* SVGPathSerializing.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C79800EC1A21CC0300380860 /* SVGPathSerializing.framework */; };
C79801131A21CE6300380860 /* SVGPathSerializing.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C79801121A21CE5D00380860 /* SVGPathSerializing.framework */; };
C7FCE43D1A1ECE8E00A0BE0D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C7FCE43C1A1ECE8E00A0BE0D /* main.m */; };
C7FCE4461A1ECE8E00A0BE0D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C7FCE4441A1ECE8E00A0BE0D /* Main.storyboard */; };
C7FCE44B1A1ECE8E00A0BE0D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C7FCE4491A1ECE8E00A0BE0D /* LaunchScreen.xib */; };
C7FCE4671A1ED0FA00A0BE0D /* iceland.svg in Resources */ = {isa = PBXBuildFile; fileRef = C7FCE4661A1ED0FA00A0BE0D /* iceland.svg */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
C79800EB1A21CC0300380860 /* PBXContainerItemProxy */ = {
8374F2071D01C58900EFAEF7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */;
containerPortal = 8374F2021D01C58900EFAEF7 /* PocketSVG.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C79800BB1A21CB5300380860;
remoteInfo = SVGPathSerializing;
remoteInfo = "PocketSVG (iOS)";
};
C79800ED1A21CC1600380860 /* PBXContainerItemProxy */ = {
8374F2091D01C58900EFAEF7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = C79800BA1A21CB5300380860;
remoteInfo = SVGPathSerializing;
};
C798010E1A21CE5D00380860 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = C79800F41A21CDFD00380860;
remoteInfo = "SVGPathSerializing (Mac)";
};
C79801111A21CE5D00380860 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */;
containerPortal = 8374F2021D01C58900EFAEF7 /* PocketSVG.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = C79800F51A21CDFD00380860;
remoteInfo = "SVGPathSerializing (Mac)";
remoteInfo = "PocketSVG (Mac)";
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
8374F2021D01C58900EFAEF7 /* PocketSVG.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PocketSVG.xcodeproj; path = ../PocketSVG.xcodeproj; sourceTree = "<group>"; };
C71E5EFB1A21B9F100400396 /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = "<group>"; };
C72C7BF11A1F278C006C80E5 /* tiger.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = tiger.svg; sourceTree = SOURCE_ROOT; };
C763A80D1A1F50A6007D5576 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
Expand All @@ -64,7 +51,6 @@
C76FD9221A21B2B20054C25D /* SVGAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SVGAppDelegate.m; sourceTree = "<group>"; };
C76FD9291A21B2B20054C25D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
C76FD93D1A21B33D0054C25D /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/lib/libxml2.dylib; sourceTree = DEVELOPER_DIR; };
C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SVGPathSerializing.xcodeproj; path = ../SVGPathSerializing.xcodeproj; sourceTree = "<group>"; };
C7FCE4371A1ECE8E00A0BE0D /* SVGExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SVGExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
C7FCE43B1A1ECE8E00A0BE0D /* Info-Mac.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-Mac.plist"; sourceTree = "<group>"; };
C7FCE43C1A1ECE8E00A0BE0D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Expand All @@ -78,7 +64,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C79801131A21CE6300380860 /* SVGPathSerializing.framework in Frameworks */,
831C54581D057F360045D0FD /* PocketSVG.framework in Frameworks */,
C76FD93E1A21B33D0054C25D /* libxml2.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -87,14 +73,23 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C79800EF1A21CC1C00380860 /* SVGPathSerializing.framework in Frameworks */,
831C54571D057F1D0045D0FD /* PocketSVG.framework in Frameworks */,
C763A80E1A1F50A6007D5576 /* libxml2.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8374F2031D01C58900EFAEF7 /* Products */ = {
isa = PBXGroup;
children = (
8374F2081D01C58900EFAEF7 /* PocketSVG.framework */,
8374F20A1D01C58900EFAEF7 /* PocketSVG.framework */,
);
name = Products;
sourceTree = "<group>";
};
C79800B01A21CACA00380860 /* Resources */ = {
isa = PBXGroup;
children = (
Expand All @@ -108,22 +103,13 @@
path = SVGExample;
sourceTree = "<group>";
};
C79800E81A21CC0300380860 /* Products */ = {
isa = PBXGroup;
children = (
C79800EC1A21CC0300380860 /* SVGPathSerializing.framework */,
C79801121A21CE5D00380860 /* SVGPathSerializing.framework */,
);
name = Products;
sourceTree = "<group>";
};
C7FCE42E1A1ECE8E00A0BE0D = {
isa = PBXGroup;
children = (
C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */,
C79800B01A21CACA00380860 /* Resources */,
C7FCE43A1A1ECE8E00A0BE0D /* Supporting Files */,
C7FCE4381A1ECE8E00A0BE0D /* Products */,
8374F2021D01C58900EFAEF7 /* PocketSVG.xcodeproj */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -165,7 +151,6 @@
buildRules = (
);
dependencies = (
C798010F1A21CE5D00380860 /* PBXTargetDependency */,
);
name = "SVGExample(Mac)";
productName = SVGExample;
Expand All @@ -183,7 +168,6 @@
buildRules = (
);
dependencies = (
C79800EE1A21CC1600380860 /* PBXTargetDependency */,
);
name = "SVGExample(iPhone)";
productName = SVGExample;
Expand All @@ -196,7 +180,7 @@
C7FCE42F1A1ECE8E00A0BE0D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = "Fjölnir Ásgeirsson";
TargetAttributes = {
C76FD91C1A21B2B20054C25D = {
Expand All @@ -220,8 +204,8 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = C79800E81A21CC0300380860 /* Products */;
ProjectRef = C79800E71A21CC0300380860 /* SVGPathSerializing.xcodeproj */;
ProductGroup = 8374F2031D01C58900EFAEF7 /* Products */;
ProjectRef = 8374F2021D01C58900EFAEF7 /* PocketSVG.xcodeproj */;
},
);
projectRoot = "";
Expand All @@ -233,18 +217,18 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
C79800EC1A21CC0300380860 /* SVGPathSerializing.framework */ = {
8374F2081D01C58900EFAEF7 /* PocketSVG.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SVGPathSerializing.framework;
remoteRef = C79800EB1A21CC0300380860 /* PBXContainerItemProxy */;
path = PocketSVG.framework;
remoteRef = 8374F2071D01C58900EFAEF7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C79801121A21CE5D00380860 /* SVGPathSerializing.framework */ = {
8374F20A1D01C58900EFAEF7 /* PocketSVG.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SVGPathSerializing.framework;
remoteRef = C79801111A21CE5D00380860 /* PBXContainerItemProxy */;
path = PocketSVG.framework;
remoteRef = 8374F2091D01C58900EFAEF7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
Expand Down Expand Up @@ -294,19 +278,6 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
C79800EE1A21CC1600380860 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SVGPathSerializing;
targetProxy = C79800ED1A21CC1600380860 /* PBXContainerItemProxy */;
};
C798010F1A21CE5D00380860 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "SVGPathSerializing (Mac)";
targetProxy = C798010E1A21CE5D00380860 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
C76FD9281A21B2B20054C25D /* MainMenu.xib */ = {
isa = PBXVariantGroup;
Expand Down Expand Up @@ -353,6 +324,7 @@
INFOPLIST_FILE = "SVGExample/Info-Mac.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "is.fjolnir.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SVGExample;
SDKROOT = macosx;
};
Expand All @@ -373,6 +345,7 @@
INFOPLIST_FILE = "SVGExample/Info-Mac.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "is.fjolnir.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SVGExample;
SDKROOT = macosx;
};
Expand All @@ -398,6 +371,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -461,29 +435,29 @@
C7FCE45B1A1ECE8E00A0BE0D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"/Applications/Xcode-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"$(SDKROOT)/usr/include/libxml2",
);
INFOPLIST_FILE = "SVGExample/Info-iOS.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "is.fjolnir.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SVGExample;
};
name = Debug;
};
C7FCE45C1A1ECE8E00A0BE0D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"/Applications/Xcode-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"$(SDKROOT)/usr/include/libxml2",
);
INFOPLIST_FILE = "SVGExample/Info-iOS.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "is.fjolnir.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = SVGExample;
};
name = Release;
Expand Down
7 changes: 4 additions & 3 deletions SVGExample/SVGExample/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="14B25" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
</dependencies>
Expand All @@ -13,7 +14,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SVGExample" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="28" y="198.5" width="424" height="83"/>
<rect key="frame" x="28" y="199" width="424" height="83"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="70"/>
<color key="textColor" red="1" green="0.99997437000274658" blue="0.99999129772186279" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
Expand Down
7 changes: 4 additions & 3 deletions SVGExample/SVGExample/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6250" systemVersion="14C68m" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<scenes>
Expand All @@ -17,7 +18,7 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleAspectFit" translatesAutoresizingMaskIntoConstraints="NO" id="Pa1-E9-bzi" customClass="SVGImageView">
<view contentMode="scaleAspectFit" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Pa1-E9-bzi" customClass="SVGImageView">
<rect key="frame" x="16" y="0.0" width="568" height="600"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<userDefinedRuntimeAttributes>
Expand Down
Loading