Skip to content

Commit

Permalink
add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Momot committed Oct 31, 2018
1 parent f901162 commit a34a0e0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Example/SVGParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/* Begin PBXBuildFile section */
39DC3B85144C46452A38A0ED /* Pods_SVGParser_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 364884315A0BED86E26C4908 /* Pods_SVGParser_Example.framework */; };
476844CD218A0D0B00188031 /* swift_logo.svg in Resources */ = {isa = PBXBuildFile; fileRef = 476844CC218A0D0B00188031 /* swift_logo.svg */; };
476844CF218A0D2900188031 /* SVGParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 476844CE218A0D2900188031 /* SVGParser.framework */; };
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
Expand All @@ -33,6 +35,8 @@
15B8B7274E6DFE7A92BAAACB /* Pods-SVGParser_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SVGParser_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SVGParser_Example/Pods-SVGParser_Example.debug.xcconfig"; sourceTree = "<group>"; };
290843BE625D750D010C80D6 /* Pods-SVGParser_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SVGParser_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SVGParser_Tests/Pods-SVGParser_Tests.debug.xcconfig"; sourceTree = "<group>"; };
364884315A0BED86E26C4908 /* Pods_SVGParser_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SVGParser_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
476844CC218A0D0B00188031 /* swift_logo.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = swift_logo.svg; sourceTree = "<group>"; };
476844CE218A0D2900188031 /* SVGParser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SVGParser.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49AE7CF1F526CAD8C689C9BA /* SVGParser.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SVGParser.podspec; path = ../SVGParser.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
607FACD01AFB9204008FA782 /* SVGParser_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SVGParser_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand All @@ -54,6 +58,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
476844CF218A0D2900188031 /* SVGParser.framework in Frameworks */,
39DC3B85144C46452A38A0ED /* Pods_SVGParser_Example.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -93,6 +98,7 @@
607FACD21AFB9204008FA782 /* Example for SVGParser */ = {
isa = PBXGroup;
children = (
476844CC218A0D0B00188031 /* swift_logo.svg */,
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
607FACD71AFB9204008FA782 /* ViewController.swift */,
607FACD91AFB9204008FA782 /* Main.storyboard */,
Expand Down Expand Up @@ -142,6 +148,7 @@
C33AE328900F5C60DB7AFBB3 /* Frameworks */ = {
isa = PBXGroup;
children = (
476844CE218A0D2900188031 /* SVGParser.framework */,
364884315A0BED86E26C4908 /* Pods_SVGParser_Example.framework */,
12787245B0C8026B812DF215 /* Pods_SVGParser_Tests.framework */,
);
Expand Down Expand Up @@ -246,6 +253,7 @@
buildActionMask = 2147483647;
files = (
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
476844CD218A0D0B00188031 /* swift_logo.svg in Resources */,
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
);
Expand Down
10 changes: 10 additions & 0 deletions Example/SVGParser/swift_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SVGParser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SVGParser'
s.version = '0.1.0'
s.version = '0.2.0'
s.summary = 'Parse svg images with webView using Swift.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit a34a0e0

Please sign in to comment.