diff --git a/VDSSample.xcodeproj/project.pbxproj b/VDSSample.xcodeproj/project.pbxproj index 44163ca..3ce0d7c 100644 --- a/VDSSample.xcodeproj/project.pbxproj +++ b/VDSSample.xcodeproj/project.pbxproj @@ -67,9 +67,8 @@ EA985C01296CC21C00F2FF2E /* IconViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA985C00296CC21C00F2FF2E /* IconViewController.swift */; }; EA985C20296DECF600F2FF2E /* IconName.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA985C1F296DECF600F2FF2E /* IconName.swift */; }; EA985C25296E06EA00F2FF2E /* TextAreaViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA985C24296E06EA00F2FF2E /* TextAreaViewController.swift */; }; - EA985C29296E270000F2FF2E /* VDSIcons.bundle in Embed PlugIns */ = {isa = PBXBuildFile; fileRef = EA985C28296E270000F2FF2E /* VDSIcons.bundle */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - EA985C2B296E277900F2FF2E /* VDSIcons.bundle in Resources */ = {isa = PBXBuildFile; fileRef = EA985C28296E270000F2FF2E /* VDSIcons.bundle */; }; EAA5EEAD28EB6924003B3210 /* InputFieldViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAA5EEAC28EB6924003B3210 /* InputFieldViewController.swift */; }; + EAAE2BE22A424DAE00EC76EE /* SVG.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EAAE2BE12A424DAE00EC76EE /* SVG.xcassets */; }; EAB1D2C928AAAA1D00DAE764 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB1D2C828AAAA1D00DAE764 /* BaseViewController.swift */; }; EAB1D2D428AC409F00DAE764 /* LabelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB1D2D328AC409F00DAE764 /* LabelViewController.swift */; }; EAB2376029E88D5D00AABE9A /* TooltipViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB2375F29E88D5D00AABE9A /* TooltipViewController.swift */; }; @@ -115,7 +114,6 @@ dstPath = ""; dstSubfolderSpec = 13; files = ( - EA985C29296E270000F2FF2E /* VDSIcons.bundle in Embed PlugIns */, ); name = "Embed PlugIns"; runOnlyForDeploymentPostprocessing = 0; @@ -159,8 +157,8 @@ EA985C00296CC21C00F2FF2E /* IconViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IconViewController.swift; sourceTree = ""; }; EA985C1F296DECF600F2FF2E /* IconName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconName.swift; sourceTree = ""; }; EA985C24296E06EA00F2FF2E /* TextAreaViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextAreaViewController.swift; sourceTree = ""; }; - EA985C28296E270000F2FF2E /* VDSIcons.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = VDSIcons.bundle; path = "VDSSample/Supporting Files/Resources/VDSIcons.bundle"; sourceTree = ""; }; EAA5EEAC28EB6924003B3210 /* InputFieldViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputFieldViewController.swift; sourceTree = ""; }; + EAAE2BE12A424DAE00EC76EE /* SVG.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = SVG.xcassets; sourceTree = ""; }; EAB1D2C828AAAA1D00DAE764 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = ""; }; EAB1D2D328AC409F00DAE764 /* LabelViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LabelViewController.swift; sourceTree = ""; }; EAB2375F29E88D5D00AABE9A /* TooltipViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TooltipViewController.swift; sourceTree = ""; }; @@ -232,7 +230,6 @@ EA3C3BB8289968A0000CA526 /* Frameworks */ = { isa = PBXGroup; children = ( - EA985C28296E270000F2FF2E /* VDSIcons.bundle */, EA978EC1291AC62200ACC883 /* VDS.framework */, EAF7F0DC289DB0B400B287F5 /* VDSColorTokens.xcframework */, EAF7F0DB289DB0B400B287F5 /* VDSFormControlsTokens.xcframework */, @@ -276,6 +273,7 @@ EAF7F0792899698800B287F5 /* Resources */ = { isa = PBXGroup; children = ( + EAAE2BE12A424DAE00EC76EE /* SVG.xcassets */, EAF7F07B2899698800B287F5 /* Assets.xcassets */, EA3C3BA7289966F1000CA526 /* LaunchScreen.storyboard */, EA3C3BA2289966EF000CA526 /* Main.storyboard */, @@ -416,13 +414,13 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - EA985C2B296E277900F2FF2E /* VDSIcons.bundle in Resources */, EA3C3BA9289966F1000CA526 /* LaunchScreen.storyboard in Resources */, EAF7F07D2899698800B287F5 /* Assets.xcassets in Resources */, EA3C3BA4289966EF000CA526 /* Main.storyboard in Resources */, EAF7F0CC289DA24F00B287F5 /* DownloadArtifactoryItems.sh in Resources */, EAF7F0CA289DA24F00B287F5 /* ArtifactoryItems.txt in Resources */, EAF7F0CD289DA24F00B287F5 /* Artifactory.sh in Resources */, + EAAE2BE22A424DAE00EC76EE /* SVG.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -662,7 +660,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 24; - DEVELOPMENT_TEAM = 59V5935DHZ; + DEVELOPMENT_TEAM = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VDSSample/Info.plist; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; diff --git a/VDSSample/AppDelegate.swift b/VDSSample/AppDelegate.swift index dd74f2e..ca6cf25 100644 --- a/VDSSample/AppDelegate.swift +++ b/VDSSample/AppDelegate.swift @@ -15,9 +15,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. - if let resourcePath = Bundle.main.path(forResource: "VDSIcons", ofType: "bundle") { - BundleManager.register(resourcePath) - } return true } diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/3d-ad.imageset/3d-ad.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/3d-ad.imageset/3d-ad.svg new file mode 100644 index 0000000..599f8af --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/3d-ad.imageset/3d-ad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/3d-ad.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/3d-ad.imageset/Contents.json new file mode 100644 index 0000000..5dff429 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/3d-ad.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "3d-ad.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/accessibility.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessibility.imageset/Contents.json new file mode 100644 index 0000000..3535111 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessibility.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "accessibility.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/accessibility.imageset/accessibility.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessibility.imageset/accessibility.svg new file mode 100644 index 0000000..2ca2b9a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessibility.imageset/accessibility.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/accessories.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessories.imageset/Contents.json new file mode 100644 index 0000000..a7f4043 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessories.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "accessories.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/accessories.imageset/accessories.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessories.imageset/accessories.svg new file mode 100644 index 0000000..7850158 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/accessories.imageset/accessories.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ad-tech-stack.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ad-tech-stack.imageset/Contents.json new file mode 100644 index 0000000..7578f86 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ad-tech-stack.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ad-tech-stack.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ad-tech-stack.imageset/ad-tech-stack.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ad-tech-stack.imageset/ad-tech-stack.svg new file mode 100644 index 0000000..c08acdb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ad-tech-stack.imageset/ad-tech-stack.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/adaptive-speaker.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/adaptive-speaker.imageset/Contents.json new file mode 100644 index 0000000..272ca8c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/adaptive-speaker.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "adaptive-speaker.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/adaptive-speaker.imageset/adaptive-speaker.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/adaptive-speaker.imageset/adaptive-speaker.svg new file mode 100644 index 0000000..2883f72 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/adaptive-speaker.imageset/adaptive-speaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/add-folder.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-folder.imageset/Contents.json new file mode 100644 index 0000000..043a7a2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-folder.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "add-folder.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/add-folder.imageset/add-folder.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-folder.imageset/add-folder.svg new file mode 100644 index 0000000..34eb427 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-folder.imageset/add-folder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/add-to-favorite.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-to-favorite.imageset/Contents.json new file mode 100644 index 0000000..1c3bd1a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-to-favorite.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "add-to-favorite.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/add-to-favorite.imageset/add-to-favorite.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-to-favorite.imageset/add-to-favorite.svg new file mode 100644 index 0000000..1a201c4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-to-favorite.imageset/add-to-favorite.svg @@ -0,0 +1,10 @@ + + + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/add-user.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-user.imageset/Contents.json new file mode 100644 index 0000000..013909c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-user.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "add-user.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/add-user.imageset/add-user.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-user.imageset/add-user.svg new file mode 100644 index 0000000..0ded35c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/add-user.imageset/add-user.svg @@ -0,0 +1,31 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/added-to-favorite.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/added-to-favorite.imageset/Contents.json new file mode 100644 index 0000000..1e1b3f4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/added-to-favorite.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "added-to-favorite.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/added-to-favorite.imageset/added-to-favorite.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/added-to-favorite.imageset/added-to-favorite.svg new file mode 100644 index 0000000..7e6008d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/added-to-favorite.imageset/added-to-favorite.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/advanced-settings.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/advanced-settings.imageset/Contents.json new file mode 100644 index 0000000..7ee183f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/advanced-settings.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "advanced-settings.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/advanced-settings.imageset/advanced-settings.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/advanced-settings.imageset/advanced-settings.svg new file mode 100644 index 0000000..89e2264 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/advanced-settings.imageset/advanced-settings.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agent-chat.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/agent-chat.imageset/Contents.json new file mode 100644 index 0000000..2df22ab --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agent-chat.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "agent-chat.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agent-chat.imageset/agent-chat.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/agent-chat.imageset/agent-chat.svg new file mode 100644 index 0000000..7383758 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agent-chat.imageset/agent-chat.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-leaves.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-leaves.imageset/Contents.json new file mode 100644 index 0000000..bff5116 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-leaves.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "agriculture-leaves.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-leaves.imageset/agriculture-leaves.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-leaves.imageset/agriculture-leaves.svg new file mode 100644 index 0000000..7e46439 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-leaves.imageset/agriculture-leaves.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-tractor.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-tractor.imageset/Contents.json new file mode 100644 index 0000000..2622ec6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-tractor.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "agriculture-tractor.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-tractor.imageset/agriculture-tractor.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-tractor.imageset/agriculture-tractor.svg new file mode 100644 index 0000000..5c954c2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-tractor.imageset/agriculture-tractor.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-vineyard.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-vineyard.imageset/Contents.json new file mode 100644 index 0000000..481f210 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-vineyard.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "agriculture-vineyard.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-vineyard.imageset/agriculture-vineyard.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-vineyard.imageset/agriculture-vineyard.svg new file mode 100644 index 0000000..4a7b6ca --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/agriculture-vineyard.imageset/agriculture-vineyard.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ai-dashcam.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ai-dashcam.imageset/Contents.json new file mode 100644 index 0000000..9adb7b3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ai-dashcam.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ai-dashcam.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ai-dashcam.imageset/ai-dashcam.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ai-dashcam.imageset/ai-dashcam.svg new file mode 100644 index 0000000..4cd6da8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ai-dashcam.imageset/ai-dashcam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/air-conditioner.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/air-conditioner.imageset/Contents.json new file mode 100644 index 0000000..b49a95d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/air-conditioner.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "air-conditioner.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/air-conditioner.imageset/air-conditioner.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/air-conditioner.imageset/air-conditioner.svg new file mode 100644 index 0000000..ba79fb4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/air-conditioner.imageset/air-conditioner.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/airport.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/airport.imageset/Contents.json new file mode 100644 index 0000000..e2fecaf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/airport.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "airport.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/airport.imageset/airport.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/airport.imageset/airport.svg new file mode 100644 index 0000000..b1958f6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/airport.imageset/airport.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/alert-notification.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/alert-notification.imageset/Contents.json new file mode 100644 index 0000000..21a6c60 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/alert-notification.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "alert-notification.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/alert-notification.imageset/alert-notification.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/alert-notification.imageset/alert-notification.svg new file mode 100644 index 0000000..2a4943d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/alert-notification.imageset/alert-notification.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ambulance.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ambulance.imageset/Contents.json new file mode 100644 index 0000000..e562b1a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ambulance.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ambulance.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ambulance.imageset/ambulance.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ambulance.imageset/ambulance.svg new file mode 100644 index 0000000..239cd25 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ambulance.imageset/ambulance.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/american-sign-language.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/american-sign-language.imageset/Contents.json new file mode 100644 index 0000000..01fbb47 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/american-sign-language.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "american-sign-language.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/american-sign-language.imageset/american-sign-language.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/american-sign-language.imageset/american-sign-language.svg new file mode 100644 index 0000000..9f2533d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/american-sign-language.imageset/american-sign-language.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/analytics.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/analytics.imageset/Contents.json new file mode 100644 index 0000000..1dd6a4b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/analytics.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "analytics.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/analytics.imageset/analytics.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/analytics.imageset/analytics.svg new file mode 100644 index 0000000..91f6045 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/analytics.imageset/analytics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/announcement.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/announcement.imageset/Contents.json new file mode 100644 index 0000000..ebf9d7d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/announcement.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "announcement.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/announcement.imageset/announcement.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/announcement.imageset/announcement.svg new file mode 100644 index 0000000..1827472 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/announcement.imageset/announcement.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ar.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ar.imageset/Contents.json new file mode 100644 index 0000000..e35aebe --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ar.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ar.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ar.imageset/ar.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ar.imageset/ar.svg new file mode 100644 index 0000000..6de9ee5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ar.imageset/ar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/archive.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/archive.imageset/Contents.json new file mode 100644 index 0000000..189ae02 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/archive.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "archive.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/archive.imageset/archive.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/archive.imageset/archive.svg new file mode 100644 index 0000000..e51cabf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/archive.imageset/archive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/artboard.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/artboard.imageset/Contents.json new file mode 100644 index 0000000..9d8c68c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/artboard.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "artboard.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/artboard.imageset/artboard.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/artboard.imageset/artboard.svg new file mode 100644 index 0000000..2eff70b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/artboard.imageset/artboard.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/asset-tracking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/asset-tracking.imageset/Contents.json new file mode 100644 index 0000000..7d6a4d5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/asset-tracking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "asset-tracking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/asset-tracking.imageset/asset-tracking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/asset-tracking.imageset/asset-tracking.svg new file mode 100644 index 0000000..fd553f8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/asset-tracking.imageset/asset-tracking.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/assisted-listening-systems.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/assisted-listening-systems.imageset/Contents.json new file mode 100644 index 0000000..588cd80 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/assisted-listening-systems.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "assisted-listening-systems.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/assisted-listening-systems.imageset/assisted-listening-systems.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/assisted-listening-systems.imageset/assisted-listening-systems.svg new file mode 100644 index 0000000..66d6878 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/assisted-listening-systems.imageset/assisted-listening-systems.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/at.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/at.imageset/Contents.json new file mode 100644 index 0000000..e6fd514 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/at.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "at.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/at.imageset/at.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/at.imageset/at.svg new file mode 100644 index 0000000..df299ed --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/at.imageset/at.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/attach.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/attach.imageset/Contents.json new file mode 100644 index 0000000..603fa12 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/attach.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "attach.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/attach.imageset/attach.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/attach.imageset/attach.svg new file mode 100644 index 0000000..7a0a97f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/attach.imageset/attach.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/audience-targeted-search.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/audience-targeted-search.imageset/Contents.json new file mode 100644 index 0000000..460af80 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/audience-targeted-search.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "audience-targeted-search.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/audience-targeted-search.imageset/audience-targeted-search.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/audience-targeted-search.imageset/audience-targeted-search.svg new file mode 100644 index 0000000..9017e94 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/audience-targeted-search.imageset/audience-targeted-search.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/audio-description.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/audio-description.imageset/Contents.json new file mode 100644 index 0000000..613bc3a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/audio-description.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "audio-description.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/audio-description.imageset/audio-description.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/audio-description.imageset/audio-description.svg new file mode 100644 index 0000000..e21e8e0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/audio-description.imageset/audio-description.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/award.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/award.imageset/Contents.json new file mode 100644 index 0000000..5383322 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/award.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "award.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/award.imageset/award.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/award.imageset/award.svg new file mode 100644 index 0000000..7d45f51 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/award.imageset/award.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/awareness.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/awareness.imageset/Contents.json new file mode 100644 index 0000000..b4550db --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/awareness.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "awareness.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/awareness.imageset/awareness.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/awareness.imageset/awareness.svg new file mode 100644 index 0000000..1640894 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/awareness.imageset/awareness.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/baby-monitor.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/baby-monitor.imageset/Contents.json new file mode 100644 index 0000000..7031c7f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/baby-monitor.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "baby-monitor.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/baby-monitor.imageset/baby-monitor.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/baby-monitor.imageset/baby-monitor.svg new file mode 100644 index 0000000..51b722a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/baby-monitor.imageset/baby-monitor.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/barcode.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/barcode.imageset/Contents.json new file mode 100644 index 0000000..771414f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/barcode.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "barcode.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/barcode.imageset/barcode.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/barcode.imageset/barcode.svg new file mode 100644 index 0000000..437267a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/barcode.imageset/barcode.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/battery.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/battery.imageset/Contents.json new file mode 100644 index 0000000..31eca51 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/battery.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "battery.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/battery.imageset/battery.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/battery.imageset/battery.svg new file mode 100644 index 0000000..61ddbac --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/battery.imageset/battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/best-practices.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/best-practices.imageset/Contents.json new file mode 100644 index 0000000..ea65172 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/best-practices.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "best-practices.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/best-practices.imageset/best-practices.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/best-practices.imageset/best-practices.svg new file mode 100644 index 0000000..1bbee78 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/best-practices.imageset/best-practices.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bid.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bid.imageset/Contents.json new file mode 100644 index 0000000..a3cd648 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bid.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bid.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bid.imageset/bid.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bid.imageset/bid.svg new file mode 100644 index 0000000..d9074d0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bid.imageset/bid.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-down.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-down.imageset/Contents.json new file mode 100644 index 0000000..51be766 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-down.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bill-down.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-down.imageset/bill-down.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-down.imageset/bill-down.svg new file mode 100644 index 0000000..f066839 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-down.imageset/bill-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-up.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-up.imageset/Contents.json new file mode 100644 index 0000000..e6a1389 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-up.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bill-up.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-up.imageset/bill-up.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-up.imageset/bill-up.svg new file mode 100644 index 0000000..e03ef99 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bill-up.imageset/bill-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/blind.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/blind.imageset/Contents.json new file mode 100644 index 0000000..97d08aa --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/blind.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "blind.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/blind.imageset/blind.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/blind.imageset/blind.svg new file mode 100644 index 0000000..a84d3ec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/blind.imageset/blind.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bluetooth.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bluetooth.imageset/Contents.json new file mode 100644 index 0000000..17b874c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bluetooth.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bluetooth.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bluetooth.imageset/bluetooth.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bluetooth.imageset/bluetooth.svg new file mode 100644 index 0000000..cae572e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bluetooth.imageset/bluetooth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bonus-data.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bonus-data.imageset/Contents.json new file mode 100644 index 0000000..a1dc591 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bonus-data.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bonus-data.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bonus-data.imageset/bonus-data.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bonus-data.imageset/bonus-data.svg new file mode 100644 index 0000000..852ca2b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bonus-data.imageset/bonus-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bookmark.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bookmark.imageset/Contents.json new file mode 100644 index 0000000..7a9d57f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bookmark.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bookmark.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bookmark.imageset/bookmark.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bookmark.imageset/bookmark.svg new file mode 100644 index 0000000..dc153bf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bookmark.imageset/bookmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bot.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bot.imageset/Contents.json new file mode 100644 index 0000000..47cad34 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bot.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bot.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bot.imageset/bot.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bot.imageset/bot.svg new file mode 100644 index 0000000..905ac23 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bot.imageset/bot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/box-open.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/box-open.imageset/Contents.json new file mode 100644 index 0000000..27c9bdc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/box-open.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "box-open.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/box-open.imageset/box-open.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/box-open.imageset/box-open.svg new file mode 100644 index 0000000..f7c2799 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/box-open.imageset/box-open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/braille.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/braille.imageset/Contents.json new file mode 100644 index 0000000..9e6fc5d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/braille.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "braille.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/braille.imageset/braille.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/braille.imageset/braille.svg new file mode 100644 index 0000000..de93278 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/braille.imageset/braille.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/brightness.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/brightness.imageset/Contents.json new file mode 100644 index 0000000..a2aab30 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/brightness.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "brightness.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/brightness.imageset/brightness.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/brightness.imageset/brightness.svg new file mode 100644 index 0000000..b2b54a6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/brightness.imageset/brightness.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bring-your-own-device.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bring-your-own-device.imageset/Contents.json new file mode 100644 index 0000000..9fac1a8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bring-your-own-device.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bring-your-own-device.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bring-your-own-device.imageset/bring-your-own-device.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bring-your-own-device.imageset/bring-your-own-device.svg new file mode 100644 index 0000000..fe94c75 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bring-your-own-device.imageset/bring-your-own-device.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck-boom.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck-boom.imageset/Contents.json new file mode 100644 index 0000000..4e9ab46 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck-boom.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bucket-truck-boom.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck-boom.imageset/bucket-truck-boom.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck-boom.imageset/bucket-truck-boom.svg new file mode 100644 index 0000000..58d3ca5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck-boom.imageset/bucket-truck-boom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck.imageset/Contents.json new file mode 100644 index 0000000..9fbcefc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bucket-truck.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck.imageset/bucket-truck.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck.imageset/bucket-truck.svg new file mode 100644 index 0000000..c09eb15 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bucket-truck.imageset/bucket-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bug.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/bug.imageset/Contents.json new file mode 100644 index 0000000..904d179 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bug.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "bug.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/bug.imageset/bug.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/bug.imageset/bug.svg new file mode 100644 index 0000000..a524119 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/bug.imageset/bug.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/business-continuity.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/business-continuity.imageset/Contents.json new file mode 100644 index 0000000..57cf9eb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/business-continuity.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "business-continuity.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/business-continuity.imageset/business-continuity.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/business-continuity.imageset/business-continuity.svg new file mode 100644 index 0000000..214ba45 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/business-continuity.imageset/business-continuity.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/calendar.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/calendar.imageset/Contents.json new file mode 100644 index 0000000..86c7f83 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/calendar.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "calendar.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/calendar.imageset/calendar.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/calendar.imageset/calendar.svg new file mode 100644 index 0000000..4cf118e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/calendar.imageset/calendar.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/calibrate.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/calibrate.imageset/Contents.json new file mode 100644 index 0000000..6cce5b6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/calibrate.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "calibrate.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/calibrate.imageset/calibrate.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/calibrate.imageset/calibrate.svg new file mode 100644 index 0000000..617c7ec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/calibrate.imageset/calibrate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/call-disconnected.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/call-disconnected.imageset/Contents.json new file mode 100644 index 0000000..28e3a70 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/call-disconnected.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "call-disconnected.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/call-disconnected.imageset/call-disconnected.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/call-disconnected.imageset/call-disconnected.svg new file mode 100644 index 0000000..2a33133 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/call-disconnected.imageset/call-disconnected.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/caller-id.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/caller-id.imageset/Contents.json new file mode 100644 index 0000000..cb47999 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/caller-id.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "caller-id.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/caller-id.imageset/caller-id.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/caller-id.imageset/caller-id.svg new file mode 100644 index 0000000..4a783ad --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/caller-id.imageset/caller-id.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/camera.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/camera.imageset/Contents.json new file mode 100644 index 0000000..55f6f06 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/camera.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "camera.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/camera.imageset/camera.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/camera.imageset/camera.svg new file mode 100644 index 0000000..41a434a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/camera.imageset/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/car-battery.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/car-battery.imageset/Contents.json new file mode 100644 index 0000000..7fe0319 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/car-battery.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "car-battery.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/car-battery.imageset/car-battery.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/car-battery.imageset/car-battery.svg new file mode 100644 index 0000000..2f99fec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/car-battery.imageset/car-battery.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/carryover-data.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/carryover-data.imageset/Contents.json new file mode 100644 index 0000000..d50bf18 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/carryover-data.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "carryover-data.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/carryover-data.imageset/carryover-data.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/carryover-data.imageset/carryover-data.svg new file mode 100644 index 0000000..2e53fc7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/carryover-data.imageset/carryover-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-phone.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-phone.imageset/Contents.json new file mode 100644 index 0000000..7d60718 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-phone.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cell-phone.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-phone.imageset/cell-phone.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-phone.imageset/cell-phone.svg new file mode 100644 index 0000000..849d9a0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-phone.imageset/cell-phone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-tower.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-tower.imageset/Contents.json new file mode 100644 index 0000000..1102e2d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-tower.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cell-tower.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-tower.imageset/cell-tower.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-tower.imageset/cell-tower.svg new file mode 100644 index 0000000..014b43b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cell-tower.imageset/cell-tower.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/chat.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/chat.imageset/Contents.json new file mode 100644 index 0000000..a7113c0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/chat.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "chat.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/chat.imageset/chat.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/chat.imageset/chat.svg new file mode 100644 index 0000000..8a39b19 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/chat.imageset/chat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/checkmark.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/checkmark.imageset/Contents.json new file mode 100644 index 0000000..bb8da90 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/checkmark.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "checkmark.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/checkmark.imageset/checkmark.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/checkmark.imageset/checkmark.svg new file mode 100644 index 0000000..afebbcb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/checkmark.imageset/checkmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/clean-surface.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/clean-surface.imageset/Contents.json new file mode 100644 index 0000000..6476838 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/clean-surface.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "clean-surface.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/clean-surface.imageset/clean-surface.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/clean-surface.imageset/clean-surface.svg new file mode 100644 index 0000000..5bf91d6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/clean-surface.imageset/clean-surface.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/clock.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/clock.imageset/Contents.json new file mode 100644 index 0000000..e29667c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/clock.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "clock.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/clock.imageset/clock.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/clock.imageset/clock.svg new file mode 100644 index 0000000..a0e4fc8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/clock.imageset/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/close-alternate.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/close-alternate.imageset/Contents.json new file mode 100644 index 0000000..9a9d32f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/close-alternate.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "close-alternate.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/close-alternate.imageset/close-alternate.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/close-alternate.imageset/close-alternate.svg new file mode 100644 index 0000000..43c7113 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/close-alternate.imageset/close-alternate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/close.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/close.imageset/Contents.json new file mode 100644 index 0000000..d6edae4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/close.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "close.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/close.imageset/close.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/close.imageset/close.svg new file mode 100644 index 0000000..fa18112 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/close.imageset/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/closed-captioning.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/closed-captioning.imageset/Contents.json new file mode 100644 index 0000000..d46fa76 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/closed-captioning.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "closed-captioning.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/closed-captioning.imageset/closed-captioning.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/closed-captioning.imageset/closed-captioning.svg new file mode 100644 index 0000000..001801f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/closed-captioning.imageset/closed-captioning.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud-document.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud-document.imageset/Contents.json new file mode 100644 index 0000000..d1adfd0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud-document.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cloud-document.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud-document.imageset/cloud-document.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud-document.imageset/cloud-document.svg new file mode 100644 index 0000000..f70f5d1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud-document.imageset/cloud-document.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud.imageset/Contents.json new file mode 100644 index 0000000..1e3a91d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cloud.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud.imageset/cloud.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud.imageset/cloud.svg new file mode 100644 index 0000000..ab2a299 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cloud.imageset/cloud.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/coffee.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/coffee.imageset/Contents.json new file mode 100644 index 0000000..13b49c5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/coffee.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "coffee.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/coffee.imageset/coffee.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/coffee.imageset/coffee.svg new file mode 100644 index 0000000..e98009d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/coffee.imageset/coffee.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cognitive-disability.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cognitive-disability.imageset/Contents.json new file mode 100644 index 0000000..7974a55 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cognitive-disability.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cognitive-disability.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cognitive-disability.imageset/cognitive-disability.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cognitive-disability.imageset/cognitive-disability.svg new file mode 100644 index 0000000..1f212c8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cognitive-disability.imageset/cognitive-disability.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/coin.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/coin.imageset/Contents.json new file mode 100644 index 0000000..87bdf8a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/coin.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "coin.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/coin.imageset/coin.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/coin.imageset/coin.svg new file mode 100644 index 0000000..0478059 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/coin.imageset/coin.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/comparison.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/comparison.imageset/Contents.json new file mode 100644 index 0000000..7490780 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/comparison.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "comparison.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/comparison.imageset/comparison.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/comparison.imageset/comparison.svg new file mode 100644 index 0000000..d35e5a7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/comparison.imageset/comparison.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/compass.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/compass.imageset/Contents.json new file mode 100644 index 0000000..be0d5ca --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/compass.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "compass.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/compass.imageset/compass.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/compass.imageset/compass.svg new file mode 100644 index 0000000..901f698 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/compass.imageset/compass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/compliance-document.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/compliance-document.imageset/Contents.json new file mode 100644 index 0000000..b2c7369 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/compliance-document.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "compliance-document.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/compliance-document.imageset/compliance-document.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/compliance-document.imageset/compliance-document.svg new file mode 100644 index 0000000..0439e28 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/compliance-document.imageset/compliance-document.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/compose.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/compose.imageset/Contents.json new file mode 100644 index 0000000..e581ecb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/compose.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "compose.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/compose.imageset/compose.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/compose.imageset/compose.svg new file mode 100644 index 0000000..9a902c5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/compose.imageset/compose.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-maintenance.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-maintenance.imageset/Contents.json new file mode 100644 index 0000000..644e7f6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-maintenance.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "condition-based-maintenance.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-maintenance.imageset/condition-based-maintenance.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-maintenance.imageset/condition-based-maintenance.svg new file mode 100644 index 0000000..16e933a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-maintenance.imageset/condition-based-maintenance.svg @@ -0,0 +1,32 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-wrench.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-wrench.imageset/Contents.json new file mode 100644 index 0000000..7ed8845 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-wrench.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "condition-based-wrench.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-wrench.imageset/condition-based-wrench.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-wrench.imageset/condition-based-wrench.svg new file mode 100644 index 0000000..190b962 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/condition-based-wrench.imageset/condition-based-wrench.svg @@ -0,0 +1,36 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/connect-parts.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect-parts.imageset/Contents.json new file mode 100644 index 0000000..b6c7f74 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect-parts.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "connect-parts.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/connect-parts.imageset/connect-parts.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect-parts.imageset/connect-parts.svg new file mode 100644 index 0000000..ab09665 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect-parts.imageset/connect-parts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/connect.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect.imageset/Contents.json new file mode 100644 index 0000000..39fc3e6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "connect.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/connect.imageset/connect.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect.imageset/connect.svg new file mode 100644 index 0000000..586fbfd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/connect.imageset/connect.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-hammer.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-hammer.imageset/Contents.json new file mode 100644 index 0000000..756d505 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-hammer.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "construction-hammer.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-hammer.imageset/construction-hammer.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-hammer.imageset/construction-hammer.svg new file mode 100644 index 0000000..cae4752 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-hammer.imageset/construction-hammer.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-truck.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-truck.imageset/Contents.json new file mode 100644 index 0000000..9716a92 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-truck.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "construction-truck.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-truck.imageset/construction-truck.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-truck.imageset/construction-truck.svg new file mode 100644 index 0000000..9d0e814 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/construction-truck.imageset/construction-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/consultative-transfer.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/consultative-transfer.imageset/Contents.json new file mode 100644 index 0000000..4562349 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/consultative-transfer.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "consultative-transfer.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/consultative-transfer.imageset/consultative-transfer.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/consultative-transfer.imageset/consultative-transfer.svg new file mode 100644 index 0000000..871a120 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/consultative-transfer.imageset/consultative-transfer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/convergence.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/convergence.imageset/Contents.json new file mode 100644 index 0000000..9abe390 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/convergence.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "convergence.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/convergence.imageset/convergence.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/convergence.imageset/convergence.svg new file mode 100644 index 0000000..4395868 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/convergence.imageset/convergence.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/conversion.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/conversion.imageset/Contents.json new file mode 100644 index 0000000..21665d5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/conversion.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "conversion.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/conversion.imageset/conversion.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/conversion.imageset/conversion.svg new file mode 100644 index 0000000..9c2226e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/conversion.imageset/conversion.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/count-down.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/count-down.imageset/Contents.json new file mode 100644 index 0000000..51c6425 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/count-down.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "count-down.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/count-down.imageset/count-down.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/count-down.imageset/count-down.svg new file mode 100644 index 0000000..fd3175a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/count-down.imageset/count-down.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/credit-card.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/credit-card.imageset/Contents.json new file mode 100644 index 0000000..24a7103 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/credit-card.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "credit-card.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/credit-card.imageset/credit-card.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/credit-card.imageset/credit-card.svg new file mode 100644 index 0000000..a5975eb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/credit-card.imageset/credit-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/crop.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/crop.imageset/Contents.json new file mode 100644 index 0000000..7f5eecf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/crop.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "crop.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/crop.imageset/crop.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/crop.imageset/crop.svg new file mode 100644 index 0000000..f633f3a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/crop.imageset/crop.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device-targeting.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device-targeting.imageset/Contents.json new file mode 100644 index 0000000..812d9dc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device-targeting.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cross-device-targeting.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device-targeting.imageset/cross-device-targeting.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device-targeting.imageset/cross-device-targeting.svg new file mode 100644 index 0000000..493ec28 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device-targeting.imageset/cross-device-targeting.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device.imageset/Contents.json new file mode 100644 index 0000000..cf7d349 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cross-device.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device.imageset/cross-device.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device.imageset/cross-device.svg new file mode 100644 index 0000000..6a79ea2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cross-device.imageset/cross-device.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cta.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/cta.imageset/Contents.json new file mode 100644 index 0000000..807b8be --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cta.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "cta.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/cta.imageset/cta.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/cta.imageset/cta.svg new file mode 100644 index 0000000..b3fc5ae --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/cta.imageset/cta.svg @@ -0,0 +1,27 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ctr.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ctr.imageset/Contents.json new file mode 100644 index 0000000..3945cf8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ctr.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ctr.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ctr.imageset/ctr.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ctr.imageset/ctr.svg new file mode 100644 index 0000000..0aaa827 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ctr.imageset/ctr.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/custom-audience.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/custom-audience.imageset/Contents.json new file mode 100644 index 0000000..4e71a6a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/custom-audience.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "custom-audience.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/custom-audience.imageset/custom-audience.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/custom-audience.imageset/custom-audience.svg new file mode 100644 index 0000000..25e4be3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/custom-audience.imageset/custom-audience.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/customize.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/customize.imageset/Contents.json new file mode 100644 index 0000000..2023283 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/customize.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "customize.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/customize.imageset/customize.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/customize.imageset/customize.svg new file mode 100644 index 0000000..0067a17 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/customize.imageset/customize.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/data-boost.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/data-boost.imageset/Contents.json new file mode 100644 index 0000000..7c0b7c7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/data-boost.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "data-boost.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/data-boost.imageset/data-boost.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/data-boost.imageset/data-boost.svg new file mode 100644 index 0000000..279b37b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/data-boost.imageset/data-boost.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/data.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/data.imageset/Contents.json new file mode 100644 index 0000000..8f38b44 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/data.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "data.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/data.imageset/data.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/data.imageset/data.svg new file mode 100644 index 0000000..9a6d21d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/data.imageset/data.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/deaf.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/deaf.imageset/Contents.json new file mode 100644 index 0000000..9eaab12 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/deaf.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "deaf.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/deaf.imageset/deaf.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/deaf.imageset/deaf.svg new file mode 100644 index 0000000..a5a841e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/deaf.imageset/deaf.svg @@ -0,0 +1,27 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/decrease.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/decrease.imageset/Contents.json new file mode 100644 index 0000000..569717e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/decrease.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "decrease.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/decrease.imageset/decrease.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/decrease.imageset/decrease.svg new file mode 100644 index 0000000..0425a53 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/decrease.imageset/decrease.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/device-activity.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-activity.imageset/Contents.json new file mode 100644 index 0000000..234b01f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-activity.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "device-activity.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/device-activity.imageset/device-activity.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-activity.imageset/device-activity.svg new file mode 100644 index 0000000..7b0ff1b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-activity.imageset/device-activity.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/device-protection.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-protection.imageset/Contents.json new file mode 100644 index 0000000..76256a7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-protection.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "device-protection.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/device-protection.imageset/device-protection.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-protection.imageset/device-protection.svg new file mode 100644 index 0000000..913c920 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/device-protection.imageset/device-protection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/devices-addons.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/devices-addons.imageset/Contents.json new file mode 100644 index 0000000..fa87483 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/devices-addons.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "devices-addons.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/devices-addons.imageset/devices-addons.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/devices-addons.imageset/devices-addons.svg new file mode 100644 index 0000000..35aa5fa --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/devices-addons.imageset/devices-addons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/dfc-video-side-by-side.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/dfc-video-side-by-side.imageset/Contents.json new file mode 100644 index 0000000..a0ab05f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/dfc-video-side-by-side.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "dfc-video-side-by-side.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/dfc-video-side-by-side.imageset/dfc-video-side-by-side.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/dfc-video-side-by-side.imageset/dfc-video-side-by-side.svg new file mode 100644 index 0000000..fcb4335 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/dfc-video-side-by-side.imageset/dfc-video-side-by-side.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/diagnostic.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/diagnostic.imageset/Contents.json new file mode 100644 index 0000000..38e856c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/diagnostic.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "diagnostic.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/diagnostic.imageset/diagnostic.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/diagnostic.imageset/diagnostic.svg new file mode 100644 index 0000000..6049fb4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/diagnostic.imageset/diagnostic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-content.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-content.imageset/Contents.json new file mode 100644 index 0000000..e376623 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-content.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "digital-content.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-content.imageset/digital-content.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-content.imageset/digital-content.svg new file mode 100644 index 0000000..af240a3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-content.imageset/digital-content.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage-car.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage-car.imageset/Contents.json new file mode 100644 index 0000000..5f214eb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage-car.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "digital-signage-car.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage-car.imageset/digital-signage-car.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage-car.imageset/digital-signage-car.svg new file mode 100644 index 0000000..77e47d0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage-car.imageset/digital-signage-car.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage.imageset/Contents.json new file mode 100644 index 0000000..89beaa9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "digital-signage.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage.imageset/digital-signage.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage.imageset/digital-signage.svg new file mode 100644 index 0000000..e4d1eec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/digital-signage.imageset/digital-signage.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/dining.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/dining.imageset/Contents.json new file mode 100644 index 0000000..134ff11 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/dining.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "dining.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/dining.imageset/dining.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/dining.imageset/dining.svg new file mode 100644 index 0000000..15cc24b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/dining.imageset/dining.svg @@ -0,0 +1,13 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/direct-carrier-billing.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/direct-carrier-billing.imageset/Contents.json new file mode 100644 index 0000000..7cff56c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/direct-carrier-billing.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "direct-carrier-billing.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/direct-carrier-billing.imageset/direct-carrier-billing.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/direct-carrier-billing.imageset/direct-carrier-billing.svg new file mode 100644 index 0000000..2128548 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/direct-carrier-billing.imageset/direct-carrier-billing.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/directory.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/directory.imageset/Contents.json new file mode 100644 index 0000000..e08c919 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/directory.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "directory.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/directory.imageset/directory.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/directory.imageset/directory.svg new file mode 100644 index 0000000..0993cc7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/directory.imageset/directory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/display-utilities.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/display-utilities.imageset/Contents.json new file mode 100644 index 0000000..4bdd7c8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/display-utilities.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "display-utilities.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/display-utilities.imageset/display-utilities.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/display-utilities.imageset/display-utilities.svg new file mode 100644 index 0000000..ab71c7c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/display-utilities.imageset/display-utilities.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/display.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/display.imageset/Contents.json new file mode 100644 index 0000000..491e9d4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/display.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "display.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/display.imageset/display.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/display.imageset/display.svg new file mode 100644 index 0000000..8b10bdd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/display.imageset/display.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/distribution.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/distribution.imageset/Contents.json new file mode 100644 index 0000000..d093b06 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/distribution.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "distribution.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/distribution.imageset/distribution.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/distribution.imageset/distribution.svg new file mode 100644 index 0000000..79afd92 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/distribution.imageset/distribution.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/domain-targeting.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/domain-targeting.imageset/Contents.json new file mode 100644 index 0000000..5c9cdbd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/domain-targeting.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "domain-targeting.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/domain-targeting.imageset/domain-targeting.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/domain-targeting.imageset/domain-targeting.svg new file mode 100644 index 0000000..f0ef320 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/domain-targeting.imageset/domain-targeting.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/doorbell.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/doorbell.imageset/Contents.json new file mode 100644 index 0000000..6a3dc2d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/doorbell.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "doorbell.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/doorbell.imageset/doorbell.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/doorbell.imageset/doorbell.svg new file mode 100644 index 0000000..799cf36 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/doorbell.imageset/doorbell.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/down-arrow.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-arrow.imageset/Contents.json new file mode 100644 index 0000000..0f08d85 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-arrow.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "down-arrow.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/down-arrow.imageset/down-arrow.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-arrow.imageset/down-arrow.svg new file mode 100644 index 0000000..320019a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-arrow.imageset/down-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/down-caret.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-caret.imageset/Contents.json new file mode 100644 index 0000000..1376a18 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-caret.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "down-caret.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/down-caret.imageset/down-caret.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-caret.imageset/down-caret.svg new file mode 100644 index 0000000..f379dc7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/down-caret.imageset/down-caret.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/download.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/download.imageset/Contents.json new file mode 100644 index 0000000..32ec5cd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/download.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "download.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/download.imageset/download.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/download.imageset/download.svg new file mode 100644 index 0000000..e45a03b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/download.imageset/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/drag-and-drop.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/drag-and-drop.imageset/Contents.json new file mode 100644 index 0000000..fffd1e1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/drag-and-drop.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "drag-and-drop.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/drag-and-drop.imageset/drag-and-drop.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/drag-and-drop.imageset/drag-and-drop.svg new file mode 100644 index 0000000..92f19d7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/drag-and-drop.imageset/drag-and-drop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/driver.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/driver.imageset/Contents.json new file mode 100644 index 0000000..691870e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/driver.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "driver.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/driver.imageset/driver.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/driver.imageset/driver.svg new file mode 100644 index 0000000..80b8809 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/driver.imageset/driver.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/drone-camera.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/drone-camera.imageset/Contents.json new file mode 100644 index 0000000..cb104c4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/drone-camera.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "drone-camera.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/drone-camera.imageset/drone-camera.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/drone-camera.imageset/drone-camera.svg new file mode 100644 index 0000000..59c6763 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/drone-camera.imageset/drone-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/drop-shipment.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/drop-shipment.imageset/Contents.json new file mode 100644 index 0000000..e5f4b3c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/drop-shipment.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "drop-shipment.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/drop-shipment.imageset/drop-shipment.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/drop-shipment.imageset/drop-shipment.svg new file mode 100644 index 0000000..60ae977 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/drop-shipment.imageset/drop-shipment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/duplicate.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/duplicate.imageset/Contents.json new file mode 100644 index 0000000..1c726b3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/duplicate.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "duplicate.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/duplicate.imageset/duplicate.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/duplicate.imageset/duplicate.svg new file mode 100644 index 0000000..b40c750 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/duplicate.imageset/duplicate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/edit.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/edit.imageset/Contents.json new file mode 100644 index 0000000..e5061cc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/edit.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "edit.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/edit.imageset/edit.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/edit.imageset/edit.svg new file mode 100644 index 0000000..e2a6568 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/edit.imageset/edit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/education-curriculum.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/education-curriculum.imageset/Contents.json new file mode 100644 index 0000000..1426af0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/education-curriculum.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "education-curriculum.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/education-curriculum.imageset/education-curriculum.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/education-curriculum.imageset/education-curriculum.svg new file mode 100644 index 0000000..03f3e25 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/education-curriculum.imageset/education-curriculum.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/education.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/education.imageset/Contents.json new file mode 100644 index 0000000..2150382 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/education.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "education.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/education.imageset/education.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/education.imageset/education.svg new file mode 100644 index 0000000..1685af4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/education.imageset/education.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-car.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-car.imageset/Contents.json new file mode 100644 index 0000000..04707b2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-car.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "electric-car.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-car.imageset/electric-car.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-car.imageset/electric-car.svg new file mode 100644 index 0000000..4a1a31a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-car.imageset/electric-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-power.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-power.imageset/Contents.json new file mode 100644 index 0000000..8db2ef5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-power.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "electric-power.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-power.imageset/electric-power.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-power.imageset/electric-power.svg new file mode 100644 index 0000000..10ce1ca --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-power.imageset/electric-power.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-utility.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-utility.imageset/Contents.json new file mode 100644 index 0000000..a67c26d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-utility.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "electric-utility.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-utility.imageset/electric-utility.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-utility.imageset/electric-utility.svg new file mode 100644 index 0000000..41eb1dd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-utility.imageset/electric-utility.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-van.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-van.imageset/Contents.json new file mode 100644 index 0000000..07c8952 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-van.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "electric-van.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-van.imageset/electric-van.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-van.imageset/electric-van.svg new file mode 100644 index 0000000..efea46e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/electric-van.imageset/electric-van.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/email-signature.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/email-signature.imageset/Contents.json new file mode 100644 index 0000000..ed8a1d5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/email-signature.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "email-signature.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/email-signature.imageset/email-signature.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/email-signature.imageset/email-signature.svg new file mode 100644 index 0000000..4f119f3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/email-signature.imageset/email-signature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/email.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/email.imageset/Contents.json new file mode 100644 index 0000000..bd4e4f2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/email.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "email.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/email.imageset/email.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/email.imageset/email.svg new file mode 100644 index 0000000..9471b26 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/email.imageset/email.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/embedded-sound.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/embedded-sound.imageset/Contents.json new file mode 100644 index 0000000..699a947 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/embedded-sound.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "embedded-sound.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/embedded-sound.imageset/embedded-sound.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/embedded-sound.imageset/embedded-sound.svg new file mode 100644 index 0000000..8b8866b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/embedded-sound.imageset/embedded-sound.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/emergency-contact.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/emergency-contact.imageset/Contents.json new file mode 100644 index 0000000..efd2731 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/emergency-contact.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "emergency-contact.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/emergency-contact.imageset/emergency-contact.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/emergency-contact.imageset/emergency-contact.svg new file mode 100644 index 0000000..2d949ae --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/emergency-contact.imageset/emergency-contact.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/emoji.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/emoji.imageset/Contents.json new file mode 100644 index 0000000..6760aeb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/emoji.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "emoji.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/emoji.imageset/emoji.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/emoji.imageset/emoji.svg new file mode 100644 index 0000000..9999fc1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/emoji.imageset/emoji.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/employee-termination.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/employee-termination.imageset/Contents.json new file mode 100644 index 0000000..dc25c56 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/employee-termination.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "employee-termination.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/employee-termination.imageset/employee-termination.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/employee-termination.imageset/employee-termination.svg new file mode 100644 index 0000000..f5d65f3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/employee-termination.imageset/employee-termination.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-science.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-science.imageset/Contents.json new file mode 100644 index 0000000..220e7f3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-science.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "energy-science.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-science.imageset/energy-science.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-science.imageset/energy-science.svg new file mode 100644 index 0000000..b172f14 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-science.imageset/energy-science.svg @@ -0,0 +1,37 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-utilities.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-utilities.imageset/Contents.json new file mode 100644 index 0000000..0f41cd4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-utilities.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "energy-utilities.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-utilities.imageset/energy-utilities.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-utilities.imageset/energy-utilities.svg new file mode 100644 index 0000000..d9abde9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/energy-utilities.imageset/energy-utilities.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/enterprise.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/enterprise.imageset/Contents.json new file mode 100644 index 0000000..9d2f549 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/enterprise.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "enterprise.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/enterprise.imageset/enterprise.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/enterprise.imageset/enterprise.svg new file mode 100644 index 0000000..0a12279 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/enterprise.imageset/enterprise.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/error.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/error.imageset/Contents.json new file mode 100644 index 0000000..bd94a6e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/error.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "error.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/error.imageset/error.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/error.imageset/error.svg new file mode 100644 index 0000000..eb39274 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/error.imageset/error.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/euro.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/euro.imageset/Contents.json new file mode 100644 index 0000000..351174a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/euro.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "euro.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/euro.imageset/euro.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/euro.imageset/euro.svg new file mode 100644 index 0000000..3aec7c7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/euro.imageset/euro.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/expense.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/expense.imageset/Contents.json new file mode 100644 index 0000000..c5c2c06 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/expense.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "expense.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/expense.imageset/expense.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/expense.imageset/expense.svg new file mode 100644 index 0000000..79417a6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/expense.imageset/expense.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/external-link.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/external-link.imageset/Contents.json new file mode 100644 index 0000000..1e10c5e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/external-link.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "external-link.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/external-link.imageset/external-link.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/external-link.imageset/external-link.svg new file mode 100644 index 0000000..5c545b6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/external-link.imageset/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/face-covering.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/face-covering.imageset/Contents.json new file mode 100644 index 0000000..1b2ff72 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/face-covering.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "face-covering.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/face-covering.imageset/face-covering.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/face-covering.imageset/face-covering.svg new file mode 100644 index 0000000..10d5716 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/face-covering.imageset/face-covering.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/facebook.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/facebook.imageset/Contents.json new file mode 100644 index 0000000..7754ca5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/facebook.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "facebook.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/facebook.imageset/facebook.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/facebook.imageset/facebook.svg new file mode 100644 index 0000000..d9e8691 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/facebook.imageset/facebook.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fall-detected.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fall-detected.imageset/Contents.json new file mode 100644 index 0000000..47f3a46 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fall-detected.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fall-detected.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fall-detected.imageset/fall-detected.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fall-detected.imageset/fall-detected.svg new file mode 100644 index 0000000..61aa957 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fall-detected.imageset/fall-detected.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/favorite.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/favorite.imageset/Contents.json new file mode 100644 index 0000000..3a36c12 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/favorite.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "favorite.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/favorite.imageset/favorite.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/favorite.imageset/favorite.svg new file mode 100644 index 0000000..2b6fd47 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/favorite.imageset/favorite.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fax.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fax.imageset/Contents.json new file mode 100644 index 0000000..3bafa28 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fax.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fax.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fax.imageset/fax.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fax.imageset/fax.svg new file mode 100644 index 0000000..76050f5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fax.imageset/fax.svg @@ -0,0 +1,30 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/federal-defense.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/federal-defense.imageset/Contents.json new file mode 100644 index 0000000..a262433 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/federal-defense.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "federal-defense.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/federal-defense.imageset/federal-defense.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/federal-defense.imageset/federal-defense.svg new file mode 100644 index 0000000..44f6c01 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/federal-defense.imageset/federal-defense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/feedback.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/feedback.imageset/Contents.json new file mode 100644 index 0000000..2e7a283 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/feedback.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "feedback.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/feedback.imageset/feedback.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/feedback.imageset/feedback.svg new file mode 100644 index 0000000..5f144f3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/feedback.imageset/feedback.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/filter-off.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter-off.imageset/Contents.json new file mode 100644 index 0000000..6044c5f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter-off.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "filter-off.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/filter-off.imageset/filter-off.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter-off.imageset/filter-off.svg new file mode 100644 index 0000000..76a2e9d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter-off.imageset/filter-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/filter.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter.imageset/Contents.json new file mode 100644 index 0000000..00791ec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "filter.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/filter.imageset/filter.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter.imageset/filter.svg new file mode 100644 index 0000000..1dcf7b1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/filter.imageset/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/financial.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/financial.imageset/Contents.json new file mode 100644 index 0000000..f4a5681 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/financial.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "financial.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/financial.imageset/financial.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/financial.imageset/financial.svg new file mode 100644 index 0000000..d3285c7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/financial.imageset/financial.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/find-my-remote.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/find-my-remote.imageset/Contents.json new file mode 100644 index 0000000..e324640 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/find-my-remote.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "find-my-remote.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/find-my-remote.imageset/find-my-remote.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/find-my-remote.imageset/find-my-remote.svg new file mode 100644 index 0000000..1651d23 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/find-my-remote.imageset/find-my-remote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fine-art.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fine-art.imageset/Contents.json new file mode 100644 index 0000000..2892f9a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fine-art.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fine-art.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fine-art.imageset/fine-art.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fine-art.imageset/fine-art.svg new file mode 100644 index 0000000..ab2a32b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fine-art.imageset/fine-art.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fingerprint-sensor.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fingerprint-sensor.imageset/Contents.json new file mode 100644 index 0000000..b8f778b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fingerprint-sensor.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fingerprint-sensor.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fingerprint-sensor.imageset/fingerprint-sensor.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fingerprint-sensor.imageset/fingerprint-sensor.svg new file mode 100644 index 0000000..9299cd1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fingerprint-sensor.imageset/fingerprint-sensor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fire.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fire.imageset/Contents.json new file mode 100644 index 0000000..0b36b06 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fire.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fire.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fire.imageset/fire.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fire.imageset/fire.svg new file mode 100644 index 0000000..e873ba4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fire.imageset/fire.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fit-to-zone.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fit-to-zone.imageset/Contents.json new file mode 100644 index 0000000..af2d456 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fit-to-zone.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fit-to-zone.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fit-to-zone.imageset/fit-to-zone.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fit-to-zone.imageset/fit-to-zone.svg new file mode 100644 index 0000000..8f87ee9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fit-to-zone.imageset/fit-to-zone.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flag.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/flag.imageset/Contents.json new file mode 100644 index 0000000..2959cda --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flag.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "flag.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flag.imageset/flag.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/flag.imageset/flag.svg new file mode 100644 index 0000000..92475f4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flag.imageset/flag.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet-tracking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet-tracking.imageset/Contents.json new file mode 100644 index 0000000..71ca8ac --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet-tracking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fleet-tracking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet-tracking.imageset/fleet-tracking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet-tracking.imageset/fleet-tracking.svg new file mode 100644 index 0000000..c136926 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet-tracking.imageset/fleet-tracking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet.imageset/Contents.json new file mode 100644 index 0000000..83045d9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fleet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet.imageset/fleet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet.imageset/fleet.svg new file mode 100644 index 0000000..673ac79 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fleet.imageset/fleet.svg @@ -0,0 +1,32 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility-rectangles.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility-rectangles.imageset/Contents.json new file mode 100644 index 0000000..24847db --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility-rectangles.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "flexibility-rectangles.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility-rectangles.imageset/flexibility-rectangles.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility-rectangles.imageset/flexibility-rectangles.svg new file mode 100644 index 0000000..79e02f2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility-rectangles.imageset/flexibility-rectangles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility.imageset/Contents.json new file mode 100644 index 0000000..dab2d15 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "flexibility.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility.imageset/flexibility.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility.imageset/flexibility.svg new file mode 100644 index 0000000..ff1cf78 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flexibility.imageset/flexibility.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flip-camera.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/flip-camera.imageset/Contents.json new file mode 100644 index 0000000..009ed7f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flip-camera.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "flip-camera.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flip-camera.imageset/flip-camera.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/flip-camera.imageset/flip-camera.svg new file mode 100644 index 0000000..886e4c2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flip-camera.imageset/flip-camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flurry.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/flurry.imageset/Contents.json new file mode 100644 index 0000000..1bf5989 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flurry.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "flurry.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/flurry.imageset/flurry.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/flurry.imageset/flurry.svg new file mode 100644 index 0000000..19d1984 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/flurry.imageset/flurry.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/forwarded-call.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/forwarded-call.imageset/Contents.json new file mode 100644 index 0000000..7b0cef9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/forwarded-call.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "forwarded-call.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/forwarded-call.imageset/forwarded-call.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/forwarded-call.imageset/forwarded-call.svg new file mode 100644 index 0000000..d98685b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/forwarded-call.imageset/forwarded-call.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fridge.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fridge.imageset/Contents.json new file mode 100644 index 0000000..09f5395 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fridge.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fridge.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fridge.imageset/fridge.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fridge.imageset/fridge.svg new file mode 100644 index 0000000..7e02612 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fridge.imageset/fridge.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fullscreen.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/fullscreen.imageset/Contents.json new file mode 100644 index 0000000..27cfd21 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fullscreen.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "fullscreen.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/fullscreen.imageset/fullscreen.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/fullscreen.imageset/fullscreen.svg new file mode 100644 index 0000000..1d7586f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/fullscreen.imageset/fullscreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gaming.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/gaming.imageset/Contents.json new file mode 100644 index 0000000..15ad42a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gaming.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "gaming.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gaming.imageset/gaming.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/gaming.imageset/gaming.svg new file mode 100644 index 0000000..c870ea0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gaming.imageset/gaming.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gas.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/gas.imageset/Contents.json new file mode 100644 index 0000000..60289c9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gas.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "gas.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gas.imageset/gas.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/gas.imageset/gas.svg new file mode 100644 index 0000000..938dc66 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gas.imageset/gas.svg @@ -0,0 +1,28 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gateway.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/gateway.imageset/Contents.json new file mode 100644 index 0000000..5ce7e3d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gateway.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "gateway.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gateway.imageset/gateway.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/gateway.imageset/gateway.svg new file mode 100644 index 0000000..fa1d506 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gateway.imageset/gateway.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/geofence.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/geofence.imageset/Contents.json new file mode 100644 index 0000000..7ea0630 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/geofence.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "geofence.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/geofence.imageset/geofence.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/geofence.imageset/geofence.svg new file mode 100644 index 0000000..81c80ff --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/geofence.imageset/geofence.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/get-help.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/get-help.imageset/Contents.json new file mode 100644 index 0000000..c671ffa --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/get-help.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "get-help.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/get-help.imageset/get-help.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/get-help.imageset/get-help.svg new file mode 100644 index 0000000..2455486 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/get-help.imageset/get-help.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gift.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/gift.imageset/Contents.json new file mode 100644 index 0000000..d693367 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gift.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "gift.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gift.imageset/gift.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/gift.imageset/gift.svg new file mode 100644 index 0000000..2f85657 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gift.imageset/gift.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gifted-data.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/gifted-data.imageset/Contents.json new file mode 100644 index 0000000..8c57a47 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gifted-data.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "gifted-data.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/gifted-data.imageset/gifted-data.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/gifted-data.imageset/gifted-data.svg new file mode 100644 index 0000000..4feda40 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/gifted-data.imageset/gifted-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/government.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/government.imageset/Contents.json new file mode 100644 index 0000000..2fa09ce --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/government.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "government.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/government.imageset/government.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/government.imageset/government.svg new file mode 100644 index 0000000..4eb17e5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/government.imageset/government.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/grid-view.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/grid-view.imageset/Contents.json new file mode 100644 index 0000000..e50fea6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/grid-view.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "grid-view.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/grid-view.imageset/grid-view.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/grid-view.imageset/grid-view.svg new file mode 100644 index 0000000..f126f0b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/grid-view.imageset/grid-view.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/group-family.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/group-family.imageset/Contents.json new file mode 100644 index 0000000..61feaaf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/group-family.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "group-family.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/group-family.imageset/group-family.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/group-family.imageset/group-family.svg new file mode 100644 index 0000000..bed253c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/group-family.imageset/group-family.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/growth-opportunities.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth-opportunities.imageset/Contents.json new file mode 100644 index 0000000..51c3d5e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth-opportunities.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "growth-opportunities.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/growth-opportunities.imageset/growth-opportunities.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth-opportunities.imageset/growth-opportunities.svg new file mode 100644 index 0000000..7c0ed8e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth-opportunities.imageset/growth-opportunities.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/growth.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth.imageset/Contents.json new file mode 100644 index 0000000..7c1084b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "growth.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/growth.imageset/growth.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth.imageset/growth.svg new file mode 100644 index 0000000..635c0e5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/growth.imageset/growth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/hackers.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/hackers.imageset/Contents.json new file mode 100644 index 0000000..8a73137 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/hackers.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "hackers.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/hackers.imageset/hackers.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/hackers.imageset/hackers.svg new file mode 100644 index 0000000..e110ad2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/hackers.imageset/hackers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/handshake.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/handshake.imageset/Contents.json new file mode 100644 index 0000000..ee0b8f4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/handshake.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "handshake.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/handshake.imageset/handshake.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/handshake.imageset/handshake.svg new file mode 100644 index 0000000..c5973eb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/handshake.imageset/handshake.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-corporate.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-corporate.imageset/Contents.json new file mode 100644 index 0000000..1baab45 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-corporate.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "healthcare-corporate.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-corporate.imageset/healthcare-corporate.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-corporate.imageset/healthcare-corporate.svg new file mode 100644 index 0000000..7173bb2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-corporate.imageset/healthcare-corporate.svg @@ -0,0 +1,20 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-general.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-general.imageset/Contents.json new file mode 100644 index 0000000..0c3e99d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-general.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "healthcare-general.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-general.imageset/healthcare-general.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-general.imageset/healthcare-general.svg new file mode 100644 index 0000000..a2ffd76 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-general.imageset/healthcare-general.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-worker.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-worker.imageset/Contents.json new file mode 100644 index 0000000..20db3a3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-worker.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "healthcare-worker.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-worker.imageset/healthcare-worker.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-worker.imageset/healthcare-worker.svg new file mode 100644 index 0000000..bf2bb01 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/healthcare-worker.imageset/healthcare-worker.svg @@ -0,0 +1,29 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/history.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/history.imageset/Contents.json new file mode 100644 index 0000000..3366e5e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/history.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "history.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/history.imageset/history.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/history.imageset/history.svg new file mode 100644 index 0000000..05f19ee --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/history.imageset/history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/home-internet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/home-internet.imageset/Contents.json new file mode 100644 index 0000000..3be8835 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/home-internet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "home-internet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/home-internet.imageset/home-internet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/home-internet.imageset/home-internet.svg new file mode 100644 index 0000000..9f90cbb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/home-internet.imageset/home-internet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/home.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/home.imageset/Contents.json new file mode 100644 index 0000000..7ba806a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/home.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "home.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/home.imageset/home.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/home.imageset/home.svg new file mode 100644 index 0000000..e260d94 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/home.imageset/home.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/humidity.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/humidity.imageset/Contents.json new file mode 100644 index 0000000..088a7ec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/humidity.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "humidity.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/humidity.imageset/humidity.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/humidity.imageset/humidity.svg new file mode 100644 index 0000000..52368bc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/humidity.imageset/humidity.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ideas-solutions.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ideas-solutions.imageset/Contents.json new file mode 100644 index 0000000..ef94803 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ideas-solutions.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ideas-solutions.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ideas-solutions.imageset/ideas-solutions.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ideas-solutions.imageset/ideas-solutions.svg new file mode 100644 index 0000000..02c6bfe --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ideas-solutions.imageset/ideas-solutions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/identity-graph.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/identity-graph.imageset/Contents.json new file mode 100644 index 0000000..ad9d35b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/identity-graph.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "identity-graph.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/identity-graph.imageset/identity-graph.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/identity-graph.imageset/identity-graph.svg new file mode 100644 index 0000000..e940a85 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/identity-graph.imageset/identity-graph.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/impression-video.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/impression-video.imageset/Contents.json new file mode 100644 index 0000000..9d6a9cb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/impression-video.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "impression-video.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/impression-video.imageset/impression-video.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/impression-video.imageset/impression-video.svg new file mode 100644 index 0000000..41efbf2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/impression-video.imageset/impression-video.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/in-store-pickup.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/in-store-pickup.imageset/Contents.json new file mode 100644 index 0000000..46ca560 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/in-store-pickup.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "in-store-pickup.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/in-store-pickup.imageset/in-store-pickup.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/in-store-pickup.imageset/in-store-pickup.svg new file mode 100644 index 0000000..7dcd401 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/in-store-pickup.imageset/in-store-pickup.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/inclusivity.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/inclusivity.imageset/Contents.json new file mode 100644 index 0000000..4e2968a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/inclusivity.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "inclusivity.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/inclusivity.imageset/inclusivity.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/inclusivity.imageset/inclusivity.svg new file mode 100644 index 0000000..c02acc2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/inclusivity.imageset/inclusivity.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/incoming-call.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/incoming-call.imageset/Contents.json new file mode 100644 index 0000000..b47f264 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/incoming-call.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "incoming-call.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/incoming-call.imageset/incoming-call.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/incoming-call.imageset/incoming-call.svg new file mode 100644 index 0000000..4a2be9e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/incoming-call.imageset/incoming-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/increase.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/increase.imageset/Contents.json new file mode 100644 index 0000000..dbdac2d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/increase.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "increase.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/increase.imageset/increase.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/increase.imageset/increase.svg new file mode 100644 index 0000000..1988c8e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/increase.imageset/increase.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/industry.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/industry.imageset/Contents.json new file mode 100644 index 0000000..3467174 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/industry.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "industry.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/industry.imageset/industry.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/industry.imageset/industry.svg new file mode 100644 index 0000000..f78be24 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/industry.imageset/industry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/inferred-identity.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/inferred-identity.imageset/Contents.json new file mode 100644 index 0000000..d7e36ce --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/inferred-identity.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "inferred-identity.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/inferred-identity.imageset/inferred-identity.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/inferred-identity.imageset/inferred-identity.svg new file mode 100644 index 0000000..7cca0ef --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/inferred-identity.imageset/inferred-identity.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/info.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/info.imageset/Contents.json new file mode 100644 index 0000000..3291995 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/info.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "info.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/info.imageset/info.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/info.imageset/info.svg new file mode 100644 index 0000000..5fe83ac --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/info.imageset/info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/instagram.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/instagram.imageset/Contents.json new file mode 100644 index 0000000..98a6c18 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/instagram.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "instagram.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/instagram.imageset/instagram.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/instagram.imageset/instagram.svg new file mode 100644 index 0000000..97427ea --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/instagram.imageset/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/insurance.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/insurance.imageset/Contents.json new file mode 100644 index 0000000..38ec7f9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/insurance.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "insurance.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/insurance.imageset/insurance.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/insurance.imageset/insurance.svg new file mode 100644 index 0000000..77ccfb2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/insurance.imageset/insurance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/intelligent-tracking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/intelligent-tracking.imageset/Contents.json new file mode 100644 index 0000000..ceba7da --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/intelligent-tracking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "intelligent-tracking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/intelligent-tracking.imageset/intelligent-tracking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/intelligent-tracking.imageset/intelligent-tracking.svg new file mode 100644 index 0000000..97b13bd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/intelligent-tracking.imageset/intelligent-tracking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/international-long-distance.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-long-distance.imageset/Contents.json new file mode 100644 index 0000000..31f9376 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-long-distance.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "international-long-distance.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/international-long-distance.imageset/international-long-distance.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-long-distance.imageset/international-long-distance.svg new file mode 100644 index 0000000..34f0a47 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-long-distance.imageset/international-long-distance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/international-symbol-of-access.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-symbol-of-access.imageset/Contents.json new file mode 100644 index 0000000..01e38df --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-symbol-of-access.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "international-symbol-of-access.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/international-symbol-of-access.imageset/international-symbol-of-access.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-symbol-of-access.imageset/international-symbol-of-access.svg new file mode 100644 index 0000000..50c2e89 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/international-symbol-of-access.imageset/international-symbol-of-access.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/international.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/international.imageset/Contents.json new file mode 100644 index 0000000..d74d69b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/international.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "international.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/international.imageset/international.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/international.imageset/international.svg new file mode 100644 index 0000000..340fb95 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/international.imageset/international.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-devices.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-devices.imageset/Contents.json new file mode 100644 index 0000000..156a0d4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-devices.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "internet-devices.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-devices.imageset/internet-devices.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-devices.imageset/internet-devices.svg new file mode 100644 index 0000000..782df55 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-devices.imageset/internet-devices.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-of-things.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-of-things.imageset/Contents.json new file mode 100644 index 0000000..28fed99 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-of-things.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "internet-of-things.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-of-things.imageset/internet-of-things.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-of-things.imageset/internet-of-things.svg new file mode 100644 index 0000000..81ce84e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/internet-of-things.imageset/internet-of-things.svg @@ -0,0 +1,31 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/inventory.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/inventory.imageset/Contents.json new file mode 100644 index 0000000..f0bde6e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/inventory.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "inventory.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/inventory.imageset/inventory.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/inventory.imageset/inventory.svg new file mode 100644 index 0000000..2af1ef0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/inventory.imageset/inventory.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-accepted.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-accepted.imageset/Contents.json new file mode 100644 index 0000000..b40229e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-accepted.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "invitation-accepted.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-accepted.imageset/invitation-accepted.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-accepted.imageset/invitation-accepted.svg new file mode 100644 index 0000000..adfb02f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-accepted.imageset/invitation-accepted.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-expired.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-expired.imageset/Contents.json new file mode 100644 index 0000000..2d9cd39 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-expired.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "invitation-expired.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-expired.imageset/invitation-expired.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-expired.imageset/invitation-expired.svg new file mode 100644 index 0000000..fc74079 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-expired.imageset/invitation-expired.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-rejected.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-rejected.imageset/Contents.json new file mode 100644 index 0000000..34ca124 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-rejected.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "invitation-rejected.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-rejected.imageset/invitation-rejected.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-rejected.imageset/invitation-rejected.svg new file mode 100644 index 0000000..dbcf9db --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/invitation-rejected.imageset/invitation-rejected.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/irobot.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/irobot.imageset/Contents.json new file mode 100644 index 0000000..e36a549 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/irobot.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "irobot.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/irobot.imageset/irobot.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/irobot.imageset/irobot.svg new file mode 100644 index 0000000..e6a68d2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/irobot.imageset/irobot.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ironing-board.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ironing-board.imageset/Contents.json new file mode 100644 index 0000000..ec6ce63 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ironing-board.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ironing-board.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ironing-board.imageset/ironing-board.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ironing-board.imageset/ironing-board.svg new file mode 100644 index 0000000..ef39d6d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ironing-board.imageset/ironing-board.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/join-call.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/join-call.imageset/Contents.json new file mode 100644 index 0000000..9b9ec9d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/join-call.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "join-call.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/join-call.imageset/join-call.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/join-call.imageset/join-call.svg new file mode 100644 index 0000000..997cf6f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/join-call.imageset/join-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/k12-education.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/k12-education.imageset/Contents.json new file mode 100644 index 0000000..ce275a1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/k12-education.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "k12-education.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/k12-education.imageset/k12-education.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/k12-education.imageset/k12-education.svg new file mode 100644 index 0000000..5670afd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/k12-education.imageset/k12-education.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/kids-stroller.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/kids-stroller.imageset/Contents.json new file mode 100644 index 0000000..cfc4f48 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/kids-stroller.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "kids-stroller.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/kids-stroller.imageset/kids-stroller.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/kids-stroller.imageset/kids-stroller.svg new file mode 100644 index 0000000..7362c79 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/kids-stroller.imageset/kids-stroller.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/landscape.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/landscape.imageset/Contents.json new file mode 100644 index 0000000..6069e82 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/landscape.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "landscape.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/landscape.imageset/landscape.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/landscape.imageset/landscape.svg new file mode 100644 index 0000000..7a9543b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/landscape.imageset/landscape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-antivirus.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-antivirus.imageset/Contents.json new file mode 100644 index 0000000..1f62884 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-antivirus.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "laptop-antivirus.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-antivirus.imageset/laptop-antivirus.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-antivirus.imageset/laptop-antivirus.svg new file mode 100644 index 0000000..7dbda0e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-antivirus.imageset/laptop-antivirus.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-controls.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-controls.imageset/Contents.json new file mode 100644 index 0000000..d98d2ce --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-controls.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "laptop-controls.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-controls.imageset/laptop-controls.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-controls.imageset/laptop-controls.svg new file mode 100644 index 0000000..7425e7f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-controls.imageset/laptop-controls.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-gps-tracking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-gps-tracking.imageset/Contents.json new file mode 100644 index 0000000..da4c4ec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-gps-tracking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "laptop-gps-tracking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-gps-tracking.imageset/laptop-gps-tracking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-gps-tracking.imageset/laptop-gps-tracking.svg new file mode 100644 index 0000000..b4f2501 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-gps-tracking.imageset/laptop-gps-tracking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-settings.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-settings.imageset/Contents.json new file mode 100644 index 0000000..2f937c7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-settings.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "laptop-settings.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-settings.imageset/laptop-settings.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-settings.imageset/laptop-settings.svg new file mode 100644 index 0000000..c717c39 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-settings.imageset/laptop-settings.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-trends.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-trends.imageset/Contents.json new file mode 100644 index 0000000..62cb2f8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-trends.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "laptop-trends.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-trends.imageset/laptop-trends.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-trends.imageset/laptop-trends.svg new file mode 100644 index 0000000..a989cc7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-trends.imageset/laptop-trends.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-wireless.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-wireless.imageset/Contents.json new file mode 100644 index 0000000..924a900 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-wireless.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "laptop-wireless.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-wireless.imageset/laptop-wireless.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-wireless.imageset/laptop-wireless.svg new file mode 100644 index 0000000..05d3651 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/laptop-wireless.imageset/laptop-wireless.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/large-plan.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/large-plan.imageset/Contents.json new file mode 100644 index 0000000..55a7cb0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/large-plan.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "large-plan.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/large-plan.imageset/large-plan.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/large-plan.imageset/large-plan.svg new file mode 100644 index 0000000..d6cf893 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/large-plan.imageset/large-plan.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/law.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/law.imageset/Contents.json new file mode 100644 index 0000000..27810a0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/law.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "law.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/law.imageset/law.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/law.imageset/law.svg new file mode 100644 index 0000000..e5b08fe --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/law.imageset/law.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/left-arrow.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-arrow.imageset/Contents.json new file mode 100644 index 0000000..1496eef --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-arrow.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "left-arrow.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/left-arrow.imageset/left-arrow.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-arrow.imageset/left-arrow.svg new file mode 100644 index 0000000..da594e9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-arrow.imageset/left-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/left-caret.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-caret.imageset/Contents.json new file mode 100644 index 0000000..388b021 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-caret.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "left-caret.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/left-caret.imageset/left-caret.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-caret.imageset/left-caret.svg new file mode 100644 index 0000000..1ccebca --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/left-caret.imageset/left-caret.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/levers.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/levers.imageset/Contents.json new file mode 100644 index 0000000..84676f5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/levers.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "levers.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/levers.imageset/levers.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/levers.imageset/levers.svg new file mode 100644 index 0000000..ce1f7c4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/levers.imageset/levers.svg @@ -0,0 +1,21 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/light.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/light.imageset/Contents.json new file mode 100644 index 0000000..564ca7d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/light.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "light.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/light.imageset/light.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/light.imageset/light.svg new file mode 100644 index 0000000..e4db9c1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/light.imageset/light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/link.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/link.imageset/Contents.json new file mode 100644 index 0000000..4676f53 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/link.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "link.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/link.imageset/link.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/link.imageset/link.svg new file mode 100644 index 0000000..b752802 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/link.imageset/link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/list.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/list.imageset/Contents.json new file mode 100644 index 0000000..f04d916 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/list.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "list.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/list.imageset/list.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/list.imageset/list.svg new file mode 100644 index 0000000..1a7254f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/list.imageset/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/live-caption.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/live-caption.imageset/Contents.json new file mode 100644 index 0000000..cd8fda9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/live-caption.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "live-caption.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/live-caption.imageset/live-caption.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/live-caption.imageset/live-caption.svg new file mode 100644 index 0000000..be5ace9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/live-caption.imageset/live-caption.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/lmr.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/lmr.imageset/Contents.json new file mode 100644 index 0000000..ce3f102 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/lmr.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "lmr.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/lmr.imageset/lmr.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/lmr.imageset/lmr.svg new file mode 100644 index 0000000..7afe0c3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/lmr.imageset/lmr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/loaner-equipment.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/loaner-equipment.imageset/Contents.json new file mode 100644 index 0000000..8ffd6af --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/loaner-equipment.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "loaner-equipment.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/loaner-equipment.imageset/loaner-equipment.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/loaner-equipment.imageset/loaner-equipment.svg new file mode 100644 index 0000000..bd93150 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/loaner-equipment.imageset/loaner-equipment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/location-pin.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/location-pin.imageset/Contents.json new file mode 100644 index 0000000..b6b2f16 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/location-pin.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "location-pin.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/location-pin.imageset/location-pin.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/location-pin.imageset/location-pin.svg new file mode 100644 index 0000000..b123a61 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/location-pin.imageset/location-pin.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/location.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/location.imageset/Contents.json new file mode 100644 index 0000000..57220c1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/location.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "location.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/location.imageset/location.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/location.imageset/location.svg new file mode 100644 index 0000000..f89e0e1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/location.imageset/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-closed.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-closed.imageset/Contents.json new file mode 100644 index 0000000..442291b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-closed.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "lock-closed.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-closed.imageset/lock-closed.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-closed.imageset/lock-closed.svg new file mode 100644 index 0000000..1bbd087 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-closed.imageset/lock-closed.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-open.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-open.imageset/Contents.json new file mode 100644 index 0000000..be29259 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-open.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "lock-open.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-open.imageset/lock-open.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-open.imageset/lock-open.svg new file mode 100644 index 0000000..76e5787 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/lock-open.imageset/lock-open.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/logout.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/logout.imageset/Contents.json new file mode 100644 index 0000000..c3179cb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/logout.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "logout.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/logout.imageset/logout.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/logout.imageset/logout.svg new file mode 100644 index 0000000..2e4a57d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/logout.imageset/logout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/loyalty-retention.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/loyalty-retention.imageset/Contents.json new file mode 100644 index 0000000..435354a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/loyalty-retention.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "loyalty-retention.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/loyalty-retention.imageset/loyalty-retention.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/loyalty-retention.imageset/loyalty-retention.svg new file mode 100644 index 0000000..ee02122 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/loyalty-retention.imageset/loyalty-retention.svg @@ -0,0 +1,19 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/manufacturing.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/manufacturing.imageset/Contents.json new file mode 100644 index 0000000..5955449 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/manufacturing.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "manufacturing.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/manufacturing.imageset/manufacturing.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/manufacturing.imageset/manufacturing.svg new file mode 100644 index 0000000..50584af --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/manufacturing.imageset/manufacturing.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/map-view.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/map-view.imageset/Contents.json new file mode 100644 index 0000000..e9eeb47 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/map-view.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "map-view.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/map-view.imageset/map-view.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/map-view.imageset/map-view.svg new file mode 100644 index 0000000..02adce1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/map-view.imageset/map-view.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/masonry-view.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/masonry-view.imageset/Contents.json new file mode 100644 index 0000000..18ea1ea --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/masonry-view.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "masonry-view.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/masonry-view.imageset/masonry-view.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/masonry-view.imageset/masonry-view.svg new file mode 100644 index 0000000..f6a1e5e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/masonry-view.imageset/masonry-view.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/maximize.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/maximize.imageset/Contents.json new file mode 100644 index 0000000..2850789 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/maximize.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "maximize.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/maximize.imageset/maximize.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/maximize.imageset/maximize.svg new file mode 100644 index 0000000..c4ec28e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/maximize.imageset/maximize.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/medal.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/medal.imageset/Contents.json new file mode 100644 index 0000000..a295719 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/medal.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "medal.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/medal.imageset/medal.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/medal.imageset/medal.svg new file mode 100644 index 0000000..b6a7383 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/medal.imageset/medal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/media-entertainment.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/media-entertainment.imageset/Contents.json new file mode 100644 index 0000000..e630085 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/media-entertainment.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "media-entertainment.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/media-entertainment.imageset/media-entertainment.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/media-entertainment.imageset/media-entertainment.svg new file mode 100644 index 0000000..5ff013c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/media-entertainment.imageset/media-entertainment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-business.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-business.imageset/Contents.json new file mode 100644 index 0000000..a32bb14 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-business.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "medium-business.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-business.imageset/medium-business.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-business.imageset/medium-business.svg new file mode 100644 index 0000000..408a7cf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-business.imageset/medium-business.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-plan.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-plan.imageset/Contents.json new file mode 100644 index 0000000..3c813d2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-plan.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "medium-plan.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-plan.imageset/medium-plan.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-plan.imageset/medium-plan.svg new file mode 100644 index 0000000..f8b96cc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/medium-plan.imageset/medium-plan.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/menu.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/menu.imageset/Contents.json new file mode 100644 index 0000000..4ca516e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/menu.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "menu.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/menu.imageset/menu.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/menu.imageset/menu.svg new file mode 100644 index 0000000..4800bcb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/menu.imageset/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/merge-calls.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/merge-calls.imageset/Contents.json new file mode 100644 index 0000000..d6f6a96 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/merge-calls.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "merge-calls.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/merge-calls.imageset/merge-calls.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/merge-calls.imageset/merge-calls.svg new file mode 100644 index 0000000..8cd4981 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/merge-calls.imageset/merge-calls.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/microphone.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/microphone.imageset/Contents.json new file mode 100644 index 0000000..0eb478b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/microphone.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "microphone.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/microphone.imageset/microphone.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/microphone.imageset/microphone.svg new file mode 100644 index 0000000..de3d640 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/microphone.imageset/microphone.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/minus.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/minus.imageset/Contents.json new file mode 100644 index 0000000..4d1e985 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/minus.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "minus.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/minus.imageset/minus.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/minus.imageset/minus.svg new file mode 100644 index 0000000..8834a1e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/minus.imageset/minus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/missed-call.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/missed-call.imageset/Contents.json new file mode 100644 index 0000000..4b3fb5c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/missed-call.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "missed-call.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/missed-call.imageset/missed-call.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/missed-call.imageset/missed-call.svg new file mode 100644 index 0000000..dbf4d29 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/missed-call.imageset/missed-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-apps.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-apps.imageset/Contents.json new file mode 100644 index 0000000..5e3b133 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-apps.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-apps.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-apps.imageset/mobile-apps.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-apps.imageset/mobile-apps.svg new file mode 100644 index 0000000..e948231 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-apps.imageset/mobile-apps.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-command-center.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-command-center.imageset/Contents.json new file mode 100644 index 0000000..d93b9a1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-command-center.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-command-center.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-command-center.imageset/mobile-command-center.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-command-center.imageset/mobile-command-center.svg new file mode 100644 index 0000000..51ca0ab --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-command-center.imageset/mobile-command-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-hotspot.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-hotspot.imageset/Contents.json new file mode 100644 index 0000000..f832c3b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-hotspot.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-hotspot.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-hotspot.imageset/mobile-hotspot.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-hotspot.imageset/mobile-hotspot.svg new file mode 100644 index 0000000..3cbc274 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-hotspot.imageset/mobile-hotspot.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-info.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-info.imageset/Contents.json new file mode 100644 index 0000000..605423f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-info.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-kiosk-info.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-info.imageset/mobile-kiosk-info.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-info.imageset/mobile-kiosk-info.svg new file mode 100644 index 0000000..f890b48 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-info.imageset/mobile-kiosk-info.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-wireless.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-wireless.imageset/Contents.json new file mode 100644 index 0000000..3e464ac --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-wireless.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-kiosk-wireless.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-wireless.imageset/mobile-kiosk-wireless.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-wireless.imageset/mobile-kiosk-wireless.svg new file mode 100644 index 0000000..fbacf5d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-kiosk-wireless.imageset/mobile-kiosk-wireless.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-plus-tv.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-plus-tv.imageset/Contents.json new file mode 100644 index 0000000..95b53c2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-plus-tv.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-plus-tv.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-plus-tv.imageset/mobile-plus-tv.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-plus-tv.imageset/mobile-plus-tv.svg new file mode 100644 index 0000000..e7b6218 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-plus-tv.imageset/mobile-plus-tv.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retail.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retail.imageset/Contents.json new file mode 100644 index 0000000..f7943a6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retail.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-retail.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retail.imageset/mobile-retail.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retail.imageset/mobile-retail.svg new file mode 100644 index 0000000..989e55f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retail.imageset/mobile-retail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retargeting.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retargeting.imageset/Contents.json new file mode 100644 index 0000000..f7f5ef0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retargeting.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-retargeting.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retargeting.imageset/mobile-retargeting.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retargeting.imageset/mobile-retargeting.svg new file mode 100644 index 0000000..2a1938a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-retargeting.imageset/mobile-retargeting.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-search.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-search.imageset/Contents.json new file mode 100644 index 0000000..f232ecf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-search.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-search.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-search.imageset/mobile-search.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-search.imageset/mobile-search.svg new file mode 100644 index 0000000..56ffeb4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-search.imageset/mobile-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-workforce-management.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-workforce-management.imageset/Contents.json new file mode 100644 index 0000000..58dea3f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-workforce-management.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mobile-workforce-management.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-workforce-management.imageset/mobile-workforce-management.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-workforce-management.imageset/mobile-workforce-management.svg new file mode 100644 index 0000000..3a0a14a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mobile-workforce-management.imageset/mobile-workforce-management.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/more-horizontal.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/more-horizontal.imageset/Contents.json new file mode 100644 index 0000000..2e013a7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/more-horizontal.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "more-horizontal.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/more-horizontal.imageset/more-horizontal.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/more-horizontal.imageset/more-horizontal.svg new file mode 100644 index 0000000..793ddbb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/more-horizontal.imageset/more-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/motion-detector.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/motion-detector.imageset/Contents.json new file mode 100644 index 0000000..c0ed576 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/motion-detector.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "motion-detector.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/motion-detector.imageset/motion-detector.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/motion-detector.imageset/motion-detector.svg new file mode 100644 index 0000000..737ddad --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/motion-detector.imageset/motion-detector.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/move-to.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/move-to.imageset/Contents.json new file mode 100644 index 0000000..b82f361 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/move-to.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "move-to.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/move-to.imageset/move-to.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/move-to.imageset/move-to.svg new file mode 100644 index 0000000..606ad27 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/move-to.imageset/move-to.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multicast.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/multicast.imageset/Contents.json new file mode 100644 index 0000000..8913a04 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multicast.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "multicast.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multicast.imageset/multicast.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/multicast.imageset/multicast.svg new file mode 100644 index 0000000..c180fff --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multicast.imageset/multicast.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-device-protection.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-device-protection.imageset/Contents.json new file mode 100644 index 0000000..1e297a9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-device-protection.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "multiple-device-protection.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-device-protection.imageset/multiple-device-protection.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-device-protection.imageset/multiple-device-protection.svg new file mode 100644 index 0000000..86393cd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-device-protection.imageset/multiple-device-protection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-devices.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-devices.imageset/Contents.json new file mode 100644 index 0000000..3ed2eb8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-devices.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "multiple-devices.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-devices.imageset/multiple-devices.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-devices.imageset/multiple-devices.svg new file mode 100644 index 0000000..b4cb091 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-devices.imageset/multiple-devices.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-documents.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-documents.imageset/Contents.json new file mode 100644 index 0000000..a32733a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-documents.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "multiple-documents.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-documents.imageset/multiple-documents.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-documents.imageset/multiple-documents.svg new file mode 100644 index 0000000..b5a1434 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/multiple-documents.imageset/multiple-documents.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/music.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/music.imageset/Contents.json new file mode 100644 index 0000000..c67f7c0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/music.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "music.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/music.imageset/music.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/music.imageset/music.svg new file mode 100644 index 0000000..fc1aea1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/music.imageset/music.svg @@ -0,0 +1,13 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mute.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/mute.imageset/Contents.json new file mode 100644 index 0000000..2b0c1bf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mute.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "mute.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/mute.imageset/mute.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/mute.imageset/mute.svg new file mode 100644 index 0000000..e282615 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/mute.imageset/mute.svg @@ -0,0 +1,18 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/my-account.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/my-account.imageset/Contents.json new file mode 100644 index 0000000..bc0ae24 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/my-account.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "my-account.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/my-account.imageset/my-account.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/my-account.imageset/my-account.svg new file mode 100644 index 0000000..6d18bad --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/my-account.imageset/my-account.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/nationwide.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/nationwide.imageset/Contents.json new file mode 100644 index 0000000..ead43b0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/nationwide.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "nationwide.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/nationwide.imageset/nationwide.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/nationwide.imageset/nationwide.svg new file mode 100644 index 0000000..ec874f8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/nationwide.imageset/nationwide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/native-video.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/native-video.imageset/Contents.json new file mode 100644 index 0000000..2716a65 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/native-video.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "native-video.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/native-video.imageset/native-video.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/native-video.imageset/native-video.svg new file mode 100644 index 0000000..56729d8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/native-video.imageset/native-video.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/native.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/native.imageset/Contents.json new file mode 100644 index 0000000..31e0f63 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/native.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "native.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/native.imageset/native.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/native.imageset/native.svg new file mode 100644 index 0000000..cabc04c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/native.imageset/native.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/network-attached-storage.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-attached-storage.imageset/Contents.json new file mode 100644 index 0000000..5bc54d6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-attached-storage.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "network-attached-storage.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/network-attached-storage.imageset/network-attached-storage.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-attached-storage.imageset/network-attached-storage.svg new file mode 100644 index 0000000..e8b7b94 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-attached-storage.imageset/network-attached-storage.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/network-connection.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-connection.imageset/Contents.json new file mode 100644 index 0000000..7e39217 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-connection.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "network-connection.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/network-connection.imageset/network-connection.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-connection.imageset/network-connection.svg new file mode 100644 index 0000000..2835530 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/network-connection.imageset/network-connection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/network.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/network.imageset/Contents.json new file mode 100644 index 0000000..0d9f45b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/network.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "network.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/network.imageset/network.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/network.imageset/network.svg new file mode 100644 index 0000000..e8f0ebe --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/network.imageset/network.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/news.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/news.imageset/Contents.json new file mode 100644 index 0000000..672957a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/news.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "news.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/news.imageset/news.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/news.imageset/news.svg new file mode 100644 index 0000000..9795b51 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/news.imageset/news.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/next.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/next.imageset/Contents.json new file mode 100644 index 0000000..d5b8bd4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/next.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "next.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/next.imageset/next.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/next.imageset/next.svg new file mode 100644 index 0000000..cf37011 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/next.imageset/next.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/nfc-tag.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/nfc-tag.imageset/Contents.json new file mode 100644 index 0000000..b1cfb9d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/nfc-tag.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "nfc-tag.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/nfc-tag.imageset/nfc-tag.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/nfc-tag.imageset/nfc-tag.svg new file mode 100644 index 0000000..a0785ee --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/nfc-tag.imageset/nfc-tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/night.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/night.imageset/Contents.json new file mode 100644 index 0000000..a9b2bd6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/night.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "night.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/night.imageset/night.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/night.imageset/night.svg new file mode 100644 index 0000000..f60adaf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/night.imageset/night.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-fee.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-fee.imageset/Contents.json new file mode 100644 index 0000000..59dbd5e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-fee.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "no-fee.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-fee.imageset/no-fee.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-fee.imageset/no-fee.svg new file mode 100644 index 0000000..e0a0de6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-fee.imageset/no-fee.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-off.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-off.imageset/Contents.json new file mode 100644 index 0000000..0c01e53 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-off.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "no-off.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-off.imageset/no-off.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-off.imageset/no-off.svg new file mode 100644 index 0000000..a35513b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-off.imageset/no-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-smoking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-smoking.imageset/Contents.json new file mode 100644 index 0000000..84e2f3a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-smoking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "no-smoking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-smoking.imageset/no-smoking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-smoking.imageset/no-smoking.svg new file mode 100644 index 0000000..27524fc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-smoking.imageset/no-smoking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-video.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-video.imageset/Contents.json new file mode 100644 index 0000000..ac79cef --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-video.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "no-video.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no-video.imageset/no-video.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-video.imageset/no-video.svg new file mode 100644 index 0000000..2d4c004 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no-video.imageset/no-video.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/no.imageset/Contents.json new file mode 100644 index 0000000..8ef88ec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "no.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/no.imageset/no.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/no.imageset/no.svg new file mode 100644 index 0000000..767095b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/no.imageset/no.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/notification.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/notification.imageset/Contents.json new file mode 100644 index 0000000..9bbc362 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/notification.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "notification.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/notification.imageset/notification.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/notification.imageset/notification.svg new file mode 100644 index 0000000..ed5bf47 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/notification.imageset/notification.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/notifications-off.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/notifications-off.imageset/Contents.json new file mode 100644 index 0000000..3f96387 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/notifications-off.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "notifications-off.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/notifications-off.imageset/notifications-off.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/notifications-off.imageset/notifications-off.svg new file mode 100644 index 0000000..c4dd916 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/notifications-off.imageset/notifications-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/notify-me.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/notify-me.imageset/Contents.json new file mode 100644 index 0000000..53281bc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/notify-me.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "notify-me.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/notify-me.imageset/notify-me.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/notify-me.imageset/notify-me.svg new file mode 100644 index 0000000..ceb18b0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/notify-me.imageset/notify-me.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/office-phone-system.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/office-phone-system.imageset/Contents.json new file mode 100644 index 0000000..0f0863e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/office-phone-system.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "office-phone-system.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/office-phone-system.imageset/office-phone-system.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/office-phone-system.imageset/office-phone-system.svg new file mode 100644 index 0000000..7c045a1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/office-phone-system.imageset/office-phone-system.svg @@ -0,0 +1,44 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/oil-industry.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/oil-industry.imageset/Contents.json new file mode 100644 index 0000000..9ea5a6b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/oil-industry.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "oil-industry.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/oil-industry.imageset/oil-industry.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/oil-industry.imageset/oil-industry.svg new file mode 100644 index 0000000..5ee4bd5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/oil-industry.imageset/oil-industry.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/on-demand.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-demand.imageset/Contents.json new file mode 100644 index 0000000..b98cfec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-demand.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "on-demand.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/on-demand.imageset/on-demand.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-demand.imageset/on-demand.svg new file mode 100644 index 0000000..e4c373f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-demand.imageset/on-demand.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/on-go-car.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-go-car.imageset/Contents.json new file mode 100644 index 0000000..6844e3a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-go-car.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "on-go-car.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/on-go-car.imageset/on-go-car.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-go-car.imageset/on-go-car.svg new file mode 100644 index 0000000..1089e59 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/on-go-car.imageset/on-go-car.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/one-year.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/one-year.imageset/Contents.json new file mode 100644 index 0000000..9293440 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/one-year.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "one-year.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/one-year.imageset/one-year.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/one-year.imageset/one-year.svg new file mode 100644 index 0000000..224cd11 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/one-year.imageset/one-year.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/open-captioning.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/open-captioning.imageset/Contents.json new file mode 100644 index 0000000..af6a588 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/open-captioning.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "open-captioning.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/open-captioning.imageset/open-captioning.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/open-captioning.imageset/open-captioning.svg new file mode 100644 index 0000000..fd64c19 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/open-captioning.imageset/open-captioning.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/operational-transformation.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/operational-transformation.imageset/Contents.json new file mode 100644 index 0000000..7eefd73 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/operational-transformation.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "operational-transformation.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/operational-transformation.imageset/operational-transformation.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/operational-transformation.imageset/operational-transformation.svg new file mode 100644 index 0000000..813b29d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/operational-transformation.imageset/operational-transformation.svg @@ -0,0 +1,34 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/orders.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/orders.imageset/Contents.json new file mode 100644 index 0000000..567a2cf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/orders.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "orders.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/orders.imageset/orders.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/orders.imageset/orders.svg new file mode 100644 index 0000000..c229a56 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/orders.imageset/orders.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/out-of-stock.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/out-of-stock.imageset/Contents.json new file mode 100644 index 0000000..1edc569 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/out-of-stock.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "out-of-stock.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/out-of-stock.imageset/out-of-stock.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/out-of-stock.imageset/out-of-stock.svg new file mode 100644 index 0000000..42c14c6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/out-of-stock.imageset/out-of-stock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/outgoing-call.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/outgoing-call.imageset/Contents.json new file mode 100644 index 0000000..8a0b045 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/outgoing-call.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "outgoing-call.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/outgoing-call.imageset/outgoing-call.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/outgoing-call.imageset/outgoing-call.svg new file mode 100644 index 0000000..40b1f2a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/outgoing-call.imageset/outgoing-call.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-backpack.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-backpack.imageset/Contents.json new file mode 100644 index 0000000..24c4701 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-backpack.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pack-backpack.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-backpack.imageset/pack-backpack.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-backpack.imageset/pack-backpack.svg new file mode 100644 index 0000000..3fd9a87 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-backpack.imageset/pack-backpack.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-luggage.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-luggage.imageset/Contents.json new file mode 100644 index 0000000..ac9813e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-luggage.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pack-luggage.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-luggage.imageset/pack-luggage.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-luggage.imageset/pack-luggage.svg new file mode 100644 index 0000000..b6a04dc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-luggage.imageset/pack-luggage.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-purse.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-purse.imageset/Contents.json new file mode 100644 index 0000000..0abdcbd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-purse.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pack-purse.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-purse.imageset/pack-purse.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-purse.imageset/pack-purse.svg new file mode 100644 index 0000000..f1a1e43 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pack-purse.imageset/pack-purse.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/paper-free-billing.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/paper-free-billing.imageset/Contents.json new file mode 100644 index 0000000..02f3478 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/paper-free-billing.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "paper-free-billing.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/paper-free-billing.imageset/paper-free-billing.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/paper-free-billing.imageset/paper-free-billing.svg new file mode 100644 index 0000000..5851869 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/paper-free-billing.imageset/paper-free-billing.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/passenger.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/passenger.imageset/Contents.json new file mode 100644 index 0000000..04f2877 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/passenger.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "passenger.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/passenger.imageset/passenger.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/passenger.imageset/passenger.svg new file mode 100644 index 0000000..bd6d84c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/passenger.imageset/passenger.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pause-internet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause-internet.imageset/Contents.json new file mode 100644 index 0000000..6f7245b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause-internet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pause-internet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pause-internet.imageset/pause-internet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause-internet.imageset/pause-internet.svg new file mode 100644 index 0000000..beab035 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause-internet.imageset/pause-internet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pause.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause.imageset/Contents.json new file mode 100644 index 0000000..3003e45 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pause.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pause.imageset/pause.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause.imageset/pause.svg new file mode 100644 index 0000000..ea13040 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pause.imageset/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/peel-sticker.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/peel-sticker.imageset/Contents.json new file mode 100644 index 0000000..7180562 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/peel-sticker.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "peel-sticker.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/peel-sticker.imageset/peel-sticker.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/peel-sticker.imageset/peel-sticker.svg new file mode 100644 index 0000000..1e60fc5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/peel-sticker.imageset/peel-sticker.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pets-collar.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pets-collar.imageset/Contents.json new file mode 100644 index 0000000..2bc794d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pets-collar.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pets-collar.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pets-collar.imageset/pets-collar.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pets-collar.imageset/pets-collar.svg new file mode 100644 index 0000000..ad3f1bc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pets-collar.imageset/pets-collar.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pharmaceutical.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pharmaceutical.imageset/Contents.json new file mode 100644 index 0000000..b08e274 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pharmaceutical.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pharmaceutical.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pharmaceutical.imageset/pharmaceutical.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pharmaceutical.imageset/pharmaceutical.svg new file mode 100644 index 0000000..b96079f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pharmaceutical.imageset/pharmaceutical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-all-good.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-all-good.imageset/Contents.json new file mode 100644 index 0000000..fb3c6fb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-all-good.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "phone-all-good.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-all-good.imageset/phone-all-good.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-all-good.imageset/phone-all-good.svg new file mode 100644 index 0000000..0e6140d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-all-good.imageset/phone-all-good.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-favorite.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-favorite.imageset/Contents.json new file mode 100644 index 0000000..0b9ecc8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-favorite.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "phone-favorite.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-favorite.imageset/phone-favorite.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-favorite.imageset/phone-favorite.svg new file mode 100644 index 0000000..90fbd6e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-favorite.imageset/phone-favorite.svg @@ -0,0 +1,19 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-medical.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-medical.imageset/Contents.json new file mode 100644 index 0000000..621d6e2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-medical.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "phone-medical.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-medical.imageset/phone-medical.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-medical.imageset/phone-medical.svg new file mode 100644 index 0000000..fe6ef1a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-medical.imageset/phone-medical.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-public-safety.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-public-safety.imageset/Contents.json new file mode 100644 index 0000000..e3373d6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-public-safety.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "phone-public-safety.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-public-safety.imageset/phone-public-safety.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-public-safety.imageset/phone-public-safety.svg new file mode 100644 index 0000000..1cfcd72 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-public-safety.imageset/phone-public-safety.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-volume.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-volume.imageset/Contents.json new file mode 100644 index 0000000..243e94c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-volume.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "phone-volume.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-volume.imageset/phone-volume.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-volume.imageset/phone-volume.svg new file mode 100644 index 0000000..4c7adee --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone-volume.imageset/phone-volume.svg @@ -0,0 +1,21 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone.imageset/Contents.json new file mode 100644 index 0000000..900ad71 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "phone.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/phone.imageset/phone.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone.imageset/phone.svg new file mode 100644 index 0000000..56b9746 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/phone.imageset/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/photo.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/photo.imageset/Contents.json new file mode 100644 index 0000000..256ad0c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/photo.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "photo.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/photo.imageset/photo.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/photo.imageset/photo.svg new file mode 100644 index 0000000..8a2ef67 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/photo.imageset/photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/platform.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/platform.imageset/Contents.json new file mode 100644 index 0000000..bd2ac29 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/platform.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "platform.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/platform.imageset/platform.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/platform.imageset/platform.svg new file mode 100644 index 0000000..37260e4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/platform.imageset/platform.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/play-with.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/play-with.imageset/Contents.json new file mode 100644 index 0000000..333d47f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/play-with.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "play-with.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/play-with.imageset/play-with.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/play-with.imageset/play-with.svg new file mode 100644 index 0000000..d9f5b3b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/play-with.imageset/play-with.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/play.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/play.imageset/Contents.json new file mode 100644 index 0000000..bfeb739 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/play.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "play.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/play.imageset/play.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/play.imageset/play.svg new file mode 100644 index 0000000..ac3a006 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/play.imageset/play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/plus.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/plus.imageset/Contents.json new file mode 100644 index 0000000..8bf1449 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/plus.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "plus.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/plus.imageset/plus.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/plus.imageset/plus.svg new file mode 100644 index 0000000..3de7c2d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/plus.imageset/plus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/police-fleet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/police-fleet.imageset/Contents.json new file mode 100644 index 0000000..2f35e61 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/police-fleet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "police-fleet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/police-fleet.imageset/police-fleet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/police-fleet.imageset/police-fleet.svg new file mode 100644 index 0000000..18cc7fd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/police-fleet.imageset/police-fleet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/portrait.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/portrait.imageset/Contents.json new file mode 100644 index 0000000..93d6871 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/portrait.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "portrait.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/portrait.imageset/portrait.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/portrait.imageset/portrait.svg new file mode 100644 index 0000000..9690a04 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/portrait.imageset/portrait.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pressure.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/pressure.imageset/Contents.json new file mode 100644 index 0000000..46ea225 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pressure.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "pressure.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/pressure.imageset/pressure.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/pressure.imageset/pressure.svg new file mode 100644 index 0000000..e047287 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/pressure.imageset/pressure.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/previous.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/previous.imageset/Contents.json new file mode 100644 index 0000000..382baef --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/previous.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "previous.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/previous.imageset/previous.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/previous.imageset/previous.svg new file mode 100644 index 0000000..a64c3fb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/previous.imageset/previous.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/print.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/print.imageset/Contents.json new file mode 100644 index 0000000..d92ed2c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/print.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "print.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/print.imageset/print.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/print.imageset/print.svg new file mode 100644 index 0000000..f88c55c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/print.imageset/print.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-case.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-case.imageset/Contents.json new file mode 100644 index 0000000..8303de4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-case.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "professional-services-case.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-case.imageset/professional-services-case.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-case.imageset/professional-services-case.svg new file mode 100644 index 0000000..57fb4d8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-case.imageset/professional-services-case.svg @@ -0,0 +1,13 @@ + + + +icon + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-chart.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-chart.imageset/Contents.json new file mode 100644 index 0000000..0a11fbf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-chart.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "professional-services-chart.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-chart.imageset/professional-services-chart.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-chart.imageset/professional-services-chart.svg new file mode 100644 index 0000000..fdc287a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/professional-services-chart.imageset/professional-services-chart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/public-safety.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-safety.imageset/Contents.json new file mode 100644 index 0000000..f7ef551 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-safety.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "public-safety.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/public-safety.imageset/public-safety.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-safety.imageset/public-safety.svg new file mode 100644 index 0000000..633d796 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-safety.imageset/public-safety.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/public-transportation.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-transportation.imageset/Contents.json new file mode 100644 index 0000000..9a647ed --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-transportation.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "public-transportation.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/public-transportation.imageset/public-transportation.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-transportation.imageset/public-transportation.svg new file mode 100644 index 0000000..9281c6d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/public-transportation.imageset/public-transportation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/purchase-data.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/purchase-data.imageset/Contents.json new file mode 100644 index 0000000..aeb0be5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/purchase-data.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "purchase-data.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/purchase-data.imageset/purchase-data.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/purchase-data.imageset/purchase-data.svg new file mode 100644 index 0000000..5a5b815 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/purchase-data.imageset/purchase-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/push-notification.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-notification.imageset/Contents.json new file mode 100644 index 0000000..e36418a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-notification.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "push-notification.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/push-notification.imageset/push-notification.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-notification.imageset/push-notification.svg new file mode 100644 index 0000000..c91b34b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-notification.imageset/push-notification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/push-to-talk.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-to-talk.imageset/Contents.json new file mode 100644 index 0000000..cc42b3e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-to-talk.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "push-to-talk.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/push-to-talk.imageset/push-to-talk.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-to-talk.imageset/push-to-talk.svg new file mode 100644 index 0000000..7186de9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/push-to-talk.imageset/push-to-talk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/question.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/question.imageset/Contents.json new file mode 100644 index 0000000..fe9eb1b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/question.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "question.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/question.imageset/question.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/question.imageset/question.svg new file mode 100644 index 0000000..1b77a25 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/question.imageset/question.svg @@ -0,0 +1,14 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time-tracking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time-tracking.imageset/Contents.json new file mode 100644 index 0000000..6a583a0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time-tracking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "real-time-tracking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time-tracking.imageset/real-time-tracking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time-tracking.imageset/real-time-tracking.svg new file mode 100644 index 0000000..b99bc7a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time-tracking.imageset/real-time-tracking.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time.imageset/Contents.json new file mode 100644 index 0000000..9297b31 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "real-time.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time.imageset/real-time.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time.imageset/real-time.svg new file mode 100644 index 0000000..2ed9cc5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/real-time.imageset/real-time.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/recycle.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/recycle.imageset/Contents.json new file mode 100644 index 0000000..449472d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/recycle.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "recycle.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/recycle.imageset/recycle.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/recycle.imageset/recycle.svg new file mode 100644 index 0000000..74e934f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/recycle.imageset/recycle.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/remind-me.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/remind-me.imageset/Contents.json new file mode 100644 index 0000000..29c09a9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/remind-me.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "remind-me.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/remind-me.imageset/remind-me.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/remind-me.imageset/remind-me.svg new file mode 100644 index 0000000..488392e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/remind-me.imageset/remind-me.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reminder.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/reminder.imageset/Contents.json new file mode 100644 index 0000000..ccd018f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reminder.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "reminder.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reminder.imageset/reminder.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/reminder.imageset/reminder.svg new file mode 100644 index 0000000..34e771f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reminder.imageset/reminder.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/remove-item.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/remove-item.imageset/Contents.json new file mode 100644 index 0000000..8258d0b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/remove-item.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "remove-item.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/remove-item.imageset/remove-item.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/remove-item.imageset/remove-item.svg new file mode 100644 index 0000000..916ffb2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/remove-item.imageset/remove-item.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reoccurring-payment.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/reoccurring-payment.imageset/Contents.json new file mode 100644 index 0000000..a960785 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reoccurring-payment.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "reoccurring-payment.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reoccurring-payment.imageset/reoccurring-payment.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/reoccurring-payment.imageset/reoccurring-payment.svg new file mode 100644 index 0000000..8661172 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reoccurring-payment.imageset/reoccurring-payment.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/replace-a-photo.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/replace-a-photo.imageset/Contents.json new file mode 100644 index 0000000..853689f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/replace-a-photo.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "replace-a-photo.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/replace-a-photo.imageset/replace-a-photo.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/replace-a-photo.imageset/replace-a-photo.svg new file mode 100644 index 0000000..27dc2f4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/replace-a-photo.imageset/replace-a-photo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reply.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/reply.imageset/Contents.json new file mode 100644 index 0000000..92cf177 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reply.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "reply.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reply.imageset/reply.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/reply.imageset/reply.svg new file mode 100644 index 0000000..ef087b7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reply.imageset/reply.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reports-and-alerts.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/reports-and-alerts.imageset/Contents.json new file mode 100644 index 0000000..852bc17 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reports-and-alerts.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "reports-and-alerts.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reports-and-alerts.imageset/reports-and-alerts.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/reports-and-alerts.imageset/reports-and-alerts.svg new file mode 100644 index 0000000..694fbcb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reports-and-alerts.imageset/reports-and-alerts.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/research.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/research.imageset/Contents.json new file mode 100644 index 0000000..73b3419 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/research.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "research.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/research.imageset/research.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/research.imageset/research.svg new file mode 100644 index 0000000..ea06eb0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/research.imageset/research.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reservations.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/reservations.imageset/Contents.json new file mode 100644 index 0000000..873a9bc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reservations.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "reservations.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/reservations.imageset/reservations.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/reservations.imageset/reservations.svg new file mode 100644 index 0000000..5670142 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/reservations.imageset/reservations.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/responsible-business.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/responsible-business.imageset/Contents.json new file mode 100644 index 0000000..2ecc0e5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/responsible-business.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "responsible-business.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/responsible-business.imageset/responsible-business.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/responsible-business.imageset/responsible-business.svg new file mode 100644 index 0000000..bda1c98 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/responsible-business.imageset/responsible-business.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/retail-store.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/retail-store.imageset/Contents.json new file mode 100644 index 0000000..514439b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/retail-store.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "retail-store.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/retail-store.imageset/retail-store.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/retail-store.imageset/retail-store.svg new file mode 100644 index 0000000..f0cbf2a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/retail-store.imageset/retail-store.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/retargeting.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/retargeting.imageset/Contents.json new file mode 100644 index 0000000..fbb1333 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/retargeting.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "retargeting.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/retargeting.imageset/retargeting.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/retargeting.imageset/retargeting.svg new file mode 100644 index 0000000..a94be01 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/retargeting.imageset/retargeting.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/returns.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/returns.imageset/Contents.json new file mode 100644 index 0000000..36aa5e8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/returns.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "returns.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/returns.imageset/returns.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/returns.imageset/returns.svg new file mode 100644 index 0000000..71838c2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/returns.imageset/returns.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/rewards.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/rewards.imageset/Contents.json new file mode 100644 index 0000000..520d4da --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/rewards.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "rewards.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/rewards.imageset/rewards.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/rewards.imageset/rewards.svg new file mode 100644 index 0000000..ebac668 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/rewards.imageset/rewards.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/right-arrow.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-arrow.imageset/Contents.json new file mode 100644 index 0000000..36cbff6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-arrow.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "right-arrow.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/right-arrow.imageset/right-arrow.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-arrow.imageset/right-arrow.svg new file mode 100644 index 0000000..3b085d8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-arrow.imageset/right-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/right-caret.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-caret.imageset/Contents.json new file mode 100644 index 0000000..1e745e8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-caret.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "right-caret.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/right-caret.imageset/right-caret.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-caret.imageset/right-caret.svg new file mode 100644 index 0000000..98ecd43 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/right-caret.imageset/right-caret.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ringing.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringing.imageset/Contents.json new file mode 100644 index 0000000..8012d17 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringing.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ringing.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ringing.imageset/ringing.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringing.imageset/ringing.svg new file mode 100644 index 0000000..4079a56 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringing.imageset/ringing.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ringtone.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringtone.imageset/Contents.json new file mode 100644 index 0000000..a037ec5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringtone.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ringtone.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ringtone.imageset/ringtone.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringtone.imageset/ringtone.svg new file mode 100644 index 0000000..55bc0b5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ringtone.imageset/ringtone.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/risk-monitor.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/risk-monitor.imageset/Contents.json new file mode 100644 index 0000000..ec310a1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/risk-monitor.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "risk-monitor.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/risk-monitor.imageset/risk-monitor.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/risk-monitor.imageset/risk-monitor.svg new file mode 100644 index 0000000..480bae0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/risk-monitor.imageset/risk-monitor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/router.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/router.imageset/Contents.json new file mode 100644 index 0000000..f0e408c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/router.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "router.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/router.imageset/router.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/router.imageset/router.svg new file mode 100644 index 0000000..60e2a2d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/router.imageset/router.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/rss.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/rss.imageset/Contents.json new file mode 100644 index 0000000..8c196ff --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/rss.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "rss.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/rss.imageset/rss.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/rss.imageset/rss.svg new file mode 100644 index 0000000..dc6a666 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/rss.imageset/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite-off.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite-off.imageset/Contents.json new file mode 100644 index 0000000..bdf0220 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite-off.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "satellite-off.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite-off.imageset/satellite-off.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite-off.imageset/satellite-off.svg new file mode 100644 index 0000000..501fdb4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite-off.imageset/satellite-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite.imageset/Contents.json new file mode 100644 index 0000000..17acb48 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "satellite.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite.imageset/satellite.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite.imageset/satellite.svg new file mode 100644 index 0000000..2afbf52 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/satellite.imageset/satellite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/save.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/save.imageset/Contents.json new file mode 100644 index 0000000..0fe526a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/save.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "save.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/save.imageset/save.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/save.imageset/save.svg new file mode 100644 index 0000000..ac4d10d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/save.imageset/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/scale-alt.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale-alt.imageset/Contents.json new file mode 100644 index 0000000..e3496d1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale-alt.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "scale-alt.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/scale-alt.imageset/scale-alt.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale-alt.imageset/scale-alt.svg new file mode 100644 index 0000000..2c16e4f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale-alt.imageset/scale-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/scale.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale.imageset/Contents.json new file mode 100644 index 0000000..8a5db30 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "scale.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/scale.imageset/scale.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale.imageset/scale.svg new file mode 100644 index 0000000..c681860 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/scale.imageset/scale.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/school-notebook.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/school-notebook.imageset/Contents.json new file mode 100644 index 0000000..aac0e2f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/school-notebook.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "school-notebook.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/school-notebook.imageset/school-notebook.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/school-notebook.imageset/school-notebook.svg new file mode 100644 index 0000000..61fa2d2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/school-notebook.imageset/school-notebook.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/search.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/search.imageset/Contents.json new file mode 100644 index 0000000..c83ec35 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/search.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "search.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/search.imageset/search.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/search.imageset/search.svg new file mode 100644 index 0000000..51e34c7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/search.imageset/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-alert.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-alert.imageset/Contents.json new file mode 100644 index 0000000..b5ef711 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-alert.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "security-alert.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-alert.imageset/security-alert.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-alert.imageset/security-alert.svg new file mode 100644 index 0000000..80b7944 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-alert.imageset/security-alert.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-check.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-check.imageset/Contents.json new file mode 100644 index 0000000..3b62b78 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-check.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "security-check.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-check.imageset/security-check.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-check.imageset/security-check.svg new file mode 100644 index 0000000..9410a7a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-check.imageset/security-check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-keyhole.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-keyhole.imageset/Contents.json new file mode 100644 index 0000000..7a4936a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-keyhole.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "security-keyhole.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-keyhole.imageset/security-keyhole.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-keyhole.imageset/security-keyhole.svg new file mode 100644 index 0000000..2ddc236 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-keyhole.imageset/security-keyhole.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-wireless.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-wireless.imageset/Contents.json new file mode 100644 index 0000000..e88f1cb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-wireless.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "security-wireless.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/security-wireless.imageset/security-wireless.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-wireless.imageset/security-wireless.svg new file mode 100644 index 0000000..b02b3d7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/security-wireless.imageset/security-wireless.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/send-message.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/send-message.imageset/Contents.json new file mode 100644 index 0000000..c7c90a5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/send-message.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "send-message.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/send-message.imageset/send-message.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/send-message.imageset/send-message.svg new file mode 100644 index 0000000..7acfe89 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/send-message.imageset/send-message.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/server-clock.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-clock.imageset/Contents.json new file mode 100644 index 0000000..535cdbe --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-clock.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "server-clock.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/server-clock.imageset/server-clock.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-clock.imageset/server-clock.svg new file mode 100644 index 0000000..3abcf38 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-clock.imageset/server-clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/server-search.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-search.imageset/Contents.json new file mode 100644 index 0000000..d77bb0b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-search.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "server-search.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/server-search.imageset/server-search.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-search.imageset/server-search.svg new file mode 100644 index 0000000..150cbeb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-search.imageset/server-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/server-stack.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-stack.imageset/Contents.json new file mode 100644 index 0000000..80e3e7a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-stack.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "server-stack.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/server-stack.imageset/server-stack.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-stack.imageset/server-stack.svg new file mode 100644 index 0000000..82df8b5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/server-stack.imageset/server-stack.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/set-fallback-image.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-fallback-image.imageset/Contents.json new file mode 100644 index 0000000..50f21f7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-fallback-image.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "set-fallback-image.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/set-fallback-image.imageset/set-fallback-image.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-fallback-image.imageset/set-fallback-image.svg new file mode 100644 index 0000000..77d2f3b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-fallback-image.imageset/set-fallback-image.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/set-gallery-image.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-gallery-image.imageset/Contents.json new file mode 100644 index 0000000..04c8248 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-gallery-image.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "set-gallery-image.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/set-gallery-image.imageset/set-gallery-image.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-gallery-image.imageset/set-gallery-image.svg new file mode 100644 index 0000000..8fd95b3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/set-gallery-image.imageset/set-gallery-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/settings.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/settings.imageset/Contents.json new file mode 100644 index 0000000..2622371 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/settings.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "settings.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/settings.imageset/settings.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/settings.imageset/settings.svg new file mode 100644 index 0000000..3249b75 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/settings.imageset/settings.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/share.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/share.imageset/Contents.json new file mode 100644 index 0000000..25ce149 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/share.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "share.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/share.imageset/share.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/share.imageset/share.svg new file mode 100644 index 0000000..ccc31c4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/share.imageset/share.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shipping.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/shipping.imageset/Contents.json new file mode 100644 index 0000000..ae2e1d6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shipping.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "shipping.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shipping.imageset/shipping.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/shipping.imageset/shipping.svg new file mode 100644 index 0000000..03e47b6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shipping.imageset/shipping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shock.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/shock.imageset/Contents.json new file mode 100644 index 0000000..575e2a2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shock.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "shock.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shock.imageset/shock.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/shock.imageset/shock.svg new file mode 100644 index 0000000..bb7d31c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shock.imageset/shock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping-bag.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping-bag.imageset/Contents.json new file mode 100644 index 0000000..6b30f1d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping-bag.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "shopping-bag.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping-bag.imageset/shopping-bag.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping-bag.imageset/shopping-bag.svg new file mode 100644 index 0000000..4196360 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping-bag.imageset/shopping-bag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping.imageset/Contents.json new file mode 100644 index 0000000..fa432db --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "shopping.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping.imageset/shopping.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping.imageset/shopping.svg new file mode 100644 index 0000000..1cddd0f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/shopping.imageset/shopping.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/signal-broadcast.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/signal-broadcast.imageset/Contents.json new file mode 100644 index 0000000..90e38ad --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/signal-broadcast.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "signal-broadcast.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/signal-broadcast.imageset/signal-broadcast.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/signal-broadcast.imageset/signal-broadcast.svg new file mode 100644 index 0000000..b6649da --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/signal-broadcast.imageset/signal-broadcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sim-card.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sim-card.imageset/Contents.json new file mode 100644 index 0000000..92e218f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sim-card.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sim-card.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sim-card.imageset/sim-card.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sim-card.imageset/sim-card.svg new file mode 100644 index 0000000..8418a2a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sim-card.imageset/sim-card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/single-document.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/single-document.imageset/Contents.json new file mode 100644 index 0000000..e20ce04 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/single-document.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "single-document.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/single-document.imageset/single-document.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/single-document.imageset/single-document.svg new file mode 100644 index 0000000..031a2a9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/single-document.imageset/single-document.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/small-business.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-business.imageset/Contents.json new file mode 100644 index 0000000..6f61ebf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-business.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "small-business.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/small-business.imageset/small-business.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-business.imageset/small-business.svg new file mode 100644 index 0000000..a3f265d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-business.imageset/small-business.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/small-plan.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-plan.imageset/Contents.json new file mode 100644 index 0000000..e306edc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-plan.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "small-plan.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/small-plan.imageset/small-plan.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-plan.imageset/small-plan.svg new file mode 100644 index 0000000..960e5d6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/small-plan.imageset/small-plan.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-assistant.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-assistant.imageset/Contents.json new file mode 100644 index 0000000..aaaf7eb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-assistant.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-assistant.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-assistant.imageset/smart-assistant.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-assistant.imageset/smart-assistant.svg new file mode 100644 index 0000000..5c6a73b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-assistant.imageset/smart-assistant.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-boiler.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-boiler.imageset/Contents.json new file mode 100644 index 0000000..f2dbd05 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-boiler.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-boiler.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-boiler.imageset/smart-boiler.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-boiler.imageset/smart-boiler.svg new file mode 100644 index 0000000..f16c793 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-boiler.imageset/smart-boiler.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-communities.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-communities.imageset/Contents.json new file mode 100644 index 0000000..e8f2c86 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-communities.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-communities.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-communities.imageset/smart-communities.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-communities.imageset/smart-communities.svg new file mode 100644 index 0000000..f152399 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-communities.imageset/smart-communities.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-family-child-address-book.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-family-child-address-book.imageset/Contents.json new file mode 100644 index 0000000..95938d4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-family-child-address-book.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-family-child-address-book.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-family-child-address-book.imageset/smart-family-child-address-book.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-family-child-address-book.imageset/smart-family-child-address-book.svg new file mode 100644 index 0000000..415b6d9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-family-child-address-book.imageset/smart-family-child-address-book.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-lighting.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-lighting.imageset/Contents.json new file mode 100644 index 0000000..45e3f9c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-lighting.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-lighting.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-lighting.imageset/smart-lighting.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-lighting.imageset/smart-lighting.svg new file mode 100644 index 0000000..2d37714 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-lighting.imageset/smart-lighting.svg @@ -0,0 +1,21 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-meter.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-meter.imageset/Contents.json new file mode 100644 index 0000000..8c41a8d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-meter.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-meter.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-meter.imageset/smart-meter.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-meter.imageset/smart-meter.svg new file mode 100644 index 0000000..4b7e309 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-meter.imageset/smart-meter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-scooter.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-scooter.imageset/Contents.json new file mode 100644 index 0000000..2fa8cb9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-scooter.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-scooter.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-scooter.imageset/smart-scooter.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-scooter.imageset/smart-scooter.svg new file mode 100644 index 0000000..83c5dac --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-scooter.imageset/smart-scooter.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-socket.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-socket.imageset/Contents.json new file mode 100644 index 0000000..22f2fc4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-socket.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-socket.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-socket.imageset/smart-socket.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-socket.imageset/smart-socket.svg new file mode 100644 index 0000000..6046bc3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-socket.imageset/smart-socket.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-switch.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-switch.imageset/Contents.json new file mode 100644 index 0000000..0a5b636 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-switch.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smart-switch.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-switch.imageset/smart-switch.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-switch.imageset/smart-switch.svg new file mode 100644 index 0000000..02d1bf9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smart-switch.imageset/smart-switch.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smoke-detector.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/smoke-detector.imageset/Contents.json new file mode 100644 index 0000000..ff87040 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smoke-detector.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "smoke-detector.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/smoke-detector.imageset/smoke-detector.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/smoke-detector.imageset/smoke-detector.svg new file mode 100644 index 0000000..ddfbddf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/smoke-detector.imageset/smoke-detector.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/snooze.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/snooze.imageset/Contents.json new file mode 100644 index 0000000..c135fa1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/snooze.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "snooze.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/snooze.imageset/snooze.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/snooze.imageset/snooze.svg new file mode 100644 index 0000000..b96f2bf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/snooze.imageset/snooze.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/social-distancing.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/social-distancing.imageset/Contents.json new file mode 100644 index 0000000..a95aefc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/social-distancing.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "social-distancing.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/social-distancing.imageset/social-distancing.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/social-distancing.imageset/social-distancing.svg new file mode 100644 index 0000000..152517e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/social-distancing.imageset/social-distancing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/solar-panel.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/solar-panel.imageset/Contents.json new file mode 100644 index 0000000..abf53cb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/solar-panel.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "solar-panel.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/solar-panel.imageset/solar-panel.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/solar-panel.imageset/solar-panel.svg new file mode 100644 index 0000000..63de8e7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/solar-panel.imageset/solar-panel.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sort.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sort.imageset/Contents.json new file mode 100644 index 0000000..945ca35 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sort.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sort.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sort.imageset/sort.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sort.imageset/sort.svg new file mode 100644 index 0000000..fea3172 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sort.imageset/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sound.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sound.imageset/Contents.json new file mode 100644 index 0000000..25513b2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sound.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sound.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sound.imageset/sound.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sound.imageset/sound.svg new file mode 100644 index 0000000..dc161ba --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sound.imageset/sound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-mute.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-mute.imageset/Contents.json new file mode 100644 index 0000000..9bc7841 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-mute.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "speaker-mute.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-mute.imageset/speaker-mute.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-mute.imageset/speaker-mute.svg new file mode 100644 index 0000000..c53c53a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-mute.imageset/speaker-mute.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-phone.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-phone.imageset/Contents.json new file mode 100644 index 0000000..c5e8ba7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-phone.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "speaker-phone.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-phone.imageset/speaker-phone.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-phone.imageset/speaker-phone.svg new file mode 100644 index 0000000..467e0ed --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speaker-phone.imageset/speaker-phone.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speed-monitoring.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed-monitoring.imageset/Contents.json new file mode 100644 index 0000000..e4896a0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed-monitoring.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "speed-monitoring.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speed-monitoring.imageset/speed-monitoring.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed-monitoring.imageset/speed-monitoring.svg new file mode 100644 index 0000000..c5b6a86 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed-monitoring.imageset/speed-monitoring.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speed.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed.imageset/Contents.json new file mode 100644 index 0000000..b6ae82d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "speed.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/speed.imageset/speed.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed.imageset/speed.svg new file mode 100644 index 0000000..c711ae6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/speed.imageset/speed.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-bike.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-bike.imageset/Contents.json new file mode 100644 index 0000000..ec0ec79 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-bike.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sports-bike.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-bike.imageset/sports-bike.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-bike.imageset/sports-bike.svg new file mode 100644 index 0000000..010aba8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-bike.imageset/sports-bike.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-skis.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-skis.imageset/Contents.json new file mode 100644 index 0000000..7a9f504 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-skis.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sports-skis.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-skis.imageset/sports-skis.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-skis.imageset/sports-skis.svg new file mode 100644 index 0000000..349cbcb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-skis.imageset/sports-skis.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-soccer.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-soccer.imageset/Contents.json new file mode 100644 index 0000000..d10138d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-soccer.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sports-soccer.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-soccer.imageset/sports-soccer.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-soccer.imageset/sports-soccer.svg new file mode 100644 index 0000000..954c3c6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-soccer.imageset/sports-soccer.svg @@ -0,0 +1,12 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-tennis.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-tennis.imageset/Contents.json new file mode 100644 index 0000000..de88497 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-tennis.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sports-tennis.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-tennis.imageset/sports-tennis.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-tennis.imageset/sports-tennis.svg new file mode 100644 index 0000000..73868f9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sports-tennis.imageset/sports-tennis.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stadium-flag.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/stadium-flag.imageset/Contents.json new file mode 100644 index 0000000..9893330 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stadium-flag.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "stadium-flag.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stadium-flag.imageset/stadium-flag.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/stadium-flag.imageset/stadium-flag.svg new file mode 100644 index 0000000..fc8a2e5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stadium-flag.imageset/stadium-flag.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stakeholder.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/stakeholder.imageset/Contents.json new file mode 100644 index 0000000..dcaeed9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stakeholder.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "stakeholder.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stakeholder.imageset/stakeholder.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/stakeholder.imageset/stakeholder.svg new file mode 100644 index 0000000..48c56cb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stakeholder.imageset/stakeholder.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/star.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/star.imageset/Contents.json new file mode 100644 index 0000000..83d2bcd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/star.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "star.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/star.imageset/star.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/star.imageset/star.svg new file mode 100644 index 0000000..befbe16 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/star.imageset/star.svg @@ -0,0 +1,6 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/steps.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/steps.imageset/Contents.json new file mode 100644 index 0000000..477a8c5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/steps.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "steps.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/steps.imageset/steps.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/steps.imageset/steps.svg new file mode 100644 index 0000000..bb8add3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/steps.imageset/steps.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stethoscope.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/stethoscope.imageset/Contents.json new file mode 100644 index 0000000..f9fb4fc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stethoscope.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "stethoscope.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stethoscope.imageset/stethoscope.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/stethoscope.imageset/stethoscope.svg new file mode 100644 index 0000000..6b3a96c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stethoscope.imageset/stethoscope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stock-together.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/stock-together.imageset/Contents.json new file mode 100644 index 0000000..82bf414 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stock-together.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "stock-together.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stock-together.imageset/stock-together.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/stock-together.imageset/stock-together.svg new file mode 100644 index 0000000..34adc00 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stock-together.imageset/stock-together.svg @@ -0,0 +1,19 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stop-alt.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop-alt.imageset/Contents.json new file mode 100644 index 0000000..65873e4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop-alt.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "stop-alt.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stop-alt.imageset/stop-alt.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop-alt.imageset/stop-alt.svg new file mode 100644 index 0000000..432a182 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop-alt.imageset/stop-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stop.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop.imageset/Contents.json new file mode 100644 index 0000000..eaa873e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "stop.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/stop.imageset/stop.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop.imageset/stop.svg new file mode 100644 index 0000000..8540435 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/stop.imageset/stop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/support-drawer.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/support-drawer.imageset/Contents.json new file mode 100644 index 0000000..e7dd013 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/support-drawer.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "support-drawer.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/support-drawer.imageset/support-drawer.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/support-drawer.imageset/support-drawer.svg new file mode 100644 index 0000000..6712015 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/support-drawer.imageset/support-drawer.svg @@ -0,0 +1,11 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/support.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/support.imageset/Contents.json new file mode 100644 index 0000000..6c6f18d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/support.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "support.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/support.imageset/support.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/support.imageset/support.svg new file mode 100644 index 0000000..9714a12 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/support.imageset/support.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/survey.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/survey.imageset/Contents.json new file mode 100644 index 0000000..c368872 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/survey.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "survey.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/survey.imageset/survey.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/survey.imageset/survey.svg new file mode 100644 index 0000000..cab528e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/survey.imageset/survey.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-left.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-left.imageset/Contents.json new file mode 100644 index 0000000..0d162ea --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-left.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "swipe-left.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-left.imageset/swipe-left.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-left.imageset/swipe-left.svg new file mode 100644 index 0000000..21d1cd2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-left.imageset/swipe-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-right.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-right.imageset/Contents.json new file mode 100644 index 0000000..9d06df0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-right.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "swipe-right.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-right.imageset/swipe-right.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-right.imageset/swipe-right.svg new file mode 100644 index 0000000..452340b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe-right.imageset/swipe-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe.imageset/Contents.json new file mode 100644 index 0000000..293e3fd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "swipe.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe.imageset/swipe.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe.imageset/swipe.svg new file mode 100644 index 0000000..b7bafee --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/swipe.imageset/swipe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/switch.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/switch.imageset/Contents.json new file mode 100644 index 0000000..623a313 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/switch.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "switch.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/switch.imageset/switch.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/switch.imageset/switch.svg new file mode 100644 index 0000000..cdde3cd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/switch.imageset/switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sync.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/sync.imageset/Contents.json new file mode 100644 index 0000000..77dce86 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sync.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "sync.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/sync.imageset/sync.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/sync.imageset/sync.svg new file mode 100644 index 0000000..ed2ae5f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/sync.imageset/sync.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-data.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-data.imageset/Contents.json new file mode 100644 index 0000000..72d41fb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-data.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tablet-data.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-data.imageset/tablet-data.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-data.imageset/tablet-data.svg new file mode 100644 index 0000000..7d01de1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-data.imageset/tablet-data.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-wireless.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-wireless.imageset/Contents.json new file mode 100644 index 0000000..9c08603 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-wireless.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tablet-wireless.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-wireless.imageset/tablet-wireless.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-wireless.imageset/tablet-wireless.svg new file mode 100644 index 0000000..8a50a18 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet-wireless.imageset/tablet-wireless.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet.imageset/Contents.json new file mode 100644 index 0000000..b5eeb96 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tablet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet.imageset/tablet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet.imageset/tablet.svg new file mode 100644 index 0000000..973ddfa --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tablet.imageset/tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tag.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tag.imageset/Contents.json new file mode 100644 index 0000000..aaf9ec6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tag.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tag.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tag.imageset/tag.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tag.imageset/tag.svg new file mode 100644 index 0000000..b1c4bf1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tag.imageset/tag.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/talking.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/talking.imageset/Contents.json new file mode 100644 index 0000000..218bbfc --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/talking.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "talking.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/talking.imageset/talking.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/talking.imageset/talking.svg new file mode 100644 index 0000000..943f8c9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/talking.imageset/talking.svg @@ -0,0 +1 @@ +talking-blk \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/target-goal.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/target-goal.imageset/Contents.json new file mode 100644 index 0000000..83a8b8d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/target-goal.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "target-goal.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/target-goal.imageset/target-goal.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/target-goal.imageset/target-goal.svg new file mode 100644 index 0000000..60b184a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/target-goal.imageset/target-goal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/taxes.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/taxes.imageset/Contents.json new file mode 100644 index 0000000..7d99d96 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/taxes.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "taxes.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/taxes.imageset/taxes.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/taxes.imageset/taxes.svg new file mode 100644 index 0000000..3fe1982 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/taxes.imageset/taxes.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/team-leader.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/team-leader.imageset/Contents.json new file mode 100644 index 0000000..3afd399 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/team-leader.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "team-leader.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/team-leader.imageset/team-leader.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/team-leader.imageset/team-leader.svg new file mode 100644 index 0000000..31f4588 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/team-leader.imageset/team-leader.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tech-laptop.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tech-laptop.imageset/Contents.json new file mode 100644 index 0000000..71546e3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tech-laptop.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tech-laptop.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tech-laptop.imageset/tech-laptop.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tech-laptop.imageset/tech-laptop.svg new file mode 100644 index 0000000..79a2908 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tech-laptop.imageset/tech-laptop.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/technology.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/technology.imageset/Contents.json new file mode 100644 index 0000000..a27a3ac --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/technology.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "technology.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/technology.imageset/technology.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/technology.imageset/technology.svg new file mode 100644 index 0000000..dca5ac6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/technology.imageset/technology.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/telematics-car.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/telematics-car.imageset/Contents.json new file mode 100644 index 0000000..aa26d05 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/telematics-car.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "telematics-car.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/telematics-car.imageset/telematics-car.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/telematics-car.imageset/telematics-car.svg new file mode 100644 index 0000000..6c6f809 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/telematics-car.imageset/telematics-car.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/teletype.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/teletype.imageset/Contents.json new file mode 100644 index 0000000..5ab4000 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/teletype.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "teletype.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/teletype.imageset/teletype.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/teletype.imageset/teletype.svg new file mode 100644 index 0000000..cd513c0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/teletype.imageset/teletype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/temperature.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/temperature.imageset/Contents.json new file mode 100644 index 0000000..0194696 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/temperature.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "temperature.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/temperature.imageset/temperature.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/temperature.imageset/temperature.svg new file mode 100644 index 0000000..662e4a1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/temperature.imageset/temperature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/template.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/template.imageset/Contents.json new file mode 100644 index 0000000..c4f041b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/template.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "template.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/template.imageset/template.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/template.imageset/template.svg new file mode 100644 index 0000000..c483aae --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/template.imageset/template.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/text-to-speech.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/text-to-speech.imageset/Contents.json new file mode 100644 index 0000000..934def8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/text-to-speech.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "text-to-speech.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/text-to-speech.imageset/text-to-speech.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/text-to-speech.imageset/text-to-speech.svg new file mode 100644 index 0000000..612ae5c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/text-to-speech.imageset/text-to-speech.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/theme.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/theme.imageset/Contents.json new file mode 100644 index 0000000..e52e92b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/theme.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "theme.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/theme.imageset/theme.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/theme.imageset/theme.svg new file mode 100644 index 0000000..1fccc50 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/theme.imageset/theme.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/thermostat-tech.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/thermostat-tech.imageset/Contents.json new file mode 100644 index 0000000..1b83a41 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/thermostat-tech.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "thermostat-tech.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/thermostat-tech.imageset/thermostat-tech.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/thermostat-tech.imageset/thermostat-tech.svg new file mode 100644 index 0000000..b3175e1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/thermostat-tech.imageset/thermostat-tech.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-down.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-down.imageset/Contents.json new file mode 100644 index 0000000..e846fca --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-down.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "thumbs-down.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-down.imageset/thumbs-down.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-down.imageset/thumbs-down.svg new file mode 100644 index 0000000..8a6c56a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-down.imageset/thumbs-down.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-up.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-up.imageset/Contents.json new file mode 100644 index 0000000..e5bd3a0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-up.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "thumbs-up.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-up.imageset/thumbs-up.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-up.imageset/thumbs-up.svg new file mode 100644 index 0000000..4d1149a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/thumbs-up.imageset/thumbs-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ticket.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/ticket.imageset/Contents.json new file mode 100644 index 0000000..3bcb301 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ticket.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "ticket.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/ticket.imageset/ticket.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/ticket.imageset/ticket.svg new file mode 100644 index 0000000..a72224c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/ticket.imageset/ticket.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tiles.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tiles.imageset/Contents.json new file mode 100644 index 0000000..c58c485 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tiles.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tiles.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tiles.imageset/tiles.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tiles.imageset/tiles.svg new file mode 100644 index 0000000..e67f436 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tiles.imageset/tiles.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tilt.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tilt.imageset/Contents.json new file mode 100644 index 0000000..2ac14c1 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tilt.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tilt.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tilt.imageset/tilt.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tilt.imageset/tilt.svg new file mode 100644 index 0000000..356b9a0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tilt.imageset/tilt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/timer.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/timer.imageset/Contents.json new file mode 100644 index 0000000..f260a43 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/timer.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "timer.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/timer.imageset/timer.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/timer.imageset/timer.svg new file mode 100644 index 0000000..2f185e4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/timer.imageset/timer.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tire-blowout.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tire-blowout.imageset/Contents.json new file mode 100644 index 0000000..45ff111 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tire-blowout.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tire-blowout.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tire-blowout.imageset/tire-blowout.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tire-blowout.imageset/tire-blowout.svg new file mode 100644 index 0000000..c186d3b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tire-blowout.imageset/tire-blowout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tools.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tools.imageset/Contents.json new file mode 100644 index 0000000..38ecac0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tools.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tools.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tools.imageset/tools.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tools.imageset/tools.svg new file mode 100644 index 0000000..137d177 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tools.imageset/tools.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/top-box.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/top-box.imageset/Contents.json new file mode 100644 index 0000000..b8e8050 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/top-box.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "top-box.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/top-box.imageset/top-box.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/top-box.imageset/top-box.svg new file mode 100644 index 0000000..17a4f66 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/top-box.imageset/top-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/total-mobile-protection.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/total-mobile-protection.imageset/Contents.json new file mode 100644 index 0000000..5aa4bfa --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/total-mobile-protection.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "total-mobile-protection.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/total-mobile-protection.imageset/total-mobile-protection.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/total-mobile-protection.imageset/total-mobile-protection.svg new file mode 100644 index 0000000..df5029b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/total-mobile-protection.imageset/total-mobile-protection.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tow-truck.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tow-truck.imageset/Contents.json new file mode 100644 index 0000000..dec01af --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tow-truck.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tow-truck.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tow-truck.imageset/tow-truck.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tow-truck.imageset/tow-truck.svg new file mode 100644 index 0000000..1046076 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tow-truck.imageset/tow-truck.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trading-deck.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/trading-deck.imageset/Contents.json new file mode 100644 index 0000000..81a7a18 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trading-deck.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "trading-deck.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trading-deck.imageset/trading-deck.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/trading-deck.imageset/trading-deck.svg new file mode 100644 index 0000000..1c18461 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trading-deck.imageset/trading-deck.svg @@ -0,0 +1,8 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic-light.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic-light.imageset/Contents.json new file mode 100644 index 0000000..f4b9903 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic-light.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "traffic-light.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic-light.imageset/traffic-light.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic-light.imageset/traffic-light.svg new file mode 100644 index 0000000..65418e9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic-light.imageset/traffic-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic.imageset/Contents.json new file mode 100644 index 0000000..d219409 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "traffic.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic.imageset/traffic.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic.imageset/traffic.svg new file mode 100644 index 0000000..30ac98e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/traffic.imageset/traffic.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trailers.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/trailers.imageset/Contents.json new file mode 100644 index 0000000..47ca99c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trailers.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "trailers.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trailers.imageset/trailers.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/trailers.imageset/trailers.svg new file mode 100644 index 0000000..92344ff --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trailers.imageset/trailers.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/training.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/training.imageset/Contents.json new file mode 100644 index 0000000..0d9e14c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/training.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "training.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/training.imageset/training.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/training.imageset/training.svg new file mode 100644 index 0000000..daff999 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/training.imageset/training.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/transportation.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/transportation.imageset/Contents.json new file mode 100644 index 0000000..ee228cd --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/transportation.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "transportation.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/transportation.imageset/transportation.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/transportation.imageset/transportation.svg new file mode 100644 index 0000000..7576b74 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/transportation.imageset/transportation.svg @@ -0,0 +1,27 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trash.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/trash.imageset/Contents.json new file mode 100644 index 0000000..5172785 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trash.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "trash.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trash.imageset/trash.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/trash.imageset/trash.svg new file mode 100644 index 0000000..b623661 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trash.imageset/trash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-keys.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-keys.imageset/Contents.json new file mode 100644 index 0000000..541088b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-keys.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "travel-keys.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-keys.imageset/travel-keys.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-keys.imageset/travel-keys.svg new file mode 100644 index 0000000..3325c5f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-keys.imageset/travel-keys.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-pass.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-pass.imageset/Contents.json new file mode 100644 index 0000000..c4d7298 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-pass.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "travel-pass.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-pass.imageset/travel-pass.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-pass.imageset/travel-pass.svg new file mode 100644 index 0000000..ce48dc6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/travel-pass.imageset/travel-pass.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trip-planner.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/trip-planner.imageset/Contents.json new file mode 100644 index 0000000..b43225d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trip-planner.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "trip-planner.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trip-planner.imageset/trip-planner.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/trip-planner.imageset/trip-planner.svg new file mode 100644 index 0000000..67554b8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trip-planner.imageset/trip-planner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trumpet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/trumpet.imageset/Contents.json new file mode 100644 index 0000000..8783c05 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trumpet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "trumpet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/trumpet.imageset/trumpet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/trumpet.imageset/trumpet.svg new file mode 100644 index 0000000..9d0d8d2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/trumpet.imageset/trumpet.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/turn-on-off.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/turn-on-off.imageset/Contents.json new file mode 100644 index 0000000..084d7ae --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/turn-on-off.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "turn-on-off.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/turn-on-off.imageset/turn-on-off.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/turn-on-off.imageset/turn-on-off.svg new file mode 100644 index 0000000..cf16206 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/turn-on-off.imageset/turn-on-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tv-content.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv-content.imageset/Contents.json new file mode 100644 index 0000000..650cc3a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv-content.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tv-content.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tv-content.imageset/tv-content.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv-content.imageset/tv-content.svg new file mode 100644 index 0000000..3774f44 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv-content.imageset/tv-content.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tv.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv.imageset/Contents.json new file mode 100644 index 0000000..698c366 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "tv.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/tv.imageset/tv.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv.imageset/tv.svg new file mode 100644 index 0000000..a135723 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/tv.imageset/tv.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/twitter.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/twitter.imageset/Contents.json new file mode 100644 index 0000000..dc24e6c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/twitter.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "twitter.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/twitter.imageset/twitter.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/twitter.imageset/twitter.svg new file mode 100644 index 0000000..f21ac73 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/twitter.imageset/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/undo.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/undo.imageset/Contents.json new file mode 100644 index 0000000..b38b601 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/undo.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "undo.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/undo.imageset/undo.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/undo.imageset/undo.svg new file mode 100644 index 0000000..e44fa5d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/undo.imageset/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/unification.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/unification.imageset/Contents.json new file mode 100644 index 0000000..8dad255 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/unification.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "unification.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/unification.imageset/unification.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/unification.imageset/unification.svg new file mode 100644 index 0000000..5d837f2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/unification.imageset/unification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/unlimited-plan.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/unlimited-plan.imageset/Contents.json new file mode 100644 index 0000000..36a08e3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/unlimited-plan.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "unlimited-plan.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/unlimited-plan.imageset/unlimited-plan.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/unlimited-plan.imageset/unlimited-plan.svg new file mode 100644 index 0000000..00d1f9d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/unlimited-plan.imageset/unlimited-plan.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/up-arrow.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-arrow.imageset/Contents.json new file mode 100644 index 0000000..19c7c10 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-arrow.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "up-arrow.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/up-arrow.imageset/up-arrow.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-arrow.imageset/up-arrow.svg new file mode 100644 index 0000000..33b3a24 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-arrow.imageset/up-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/up-caret.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-caret.imageset/Contents.json new file mode 100644 index 0000000..4991376 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-caret.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "up-caret.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/up-caret.imageset/up-caret.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-caret.imageset/up-caret.svg new file mode 100644 index 0000000..701152b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/up-caret.imageset/up-caret.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/uplink.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/uplink.imageset/Contents.json new file mode 100644 index 0000000..8ab982a --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/uplink.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "uplink.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/uplink.imageset/uplink.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/uplink.imageset/uplink.svg new file mode 100644 index 0000000..78cc5d7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/uplink.imageset/uplink.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/upload.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/upload.imageset/Contents.json new file mode 100644 index 0000000..d585ec3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/upload.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "upload.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/upload.imageset/upload.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/upload.imageset/upload.svg new file mode 100644 index 0000000..22d9774 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/upload.imageset/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/url-transparency.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/url-transparency.imageset/Contents.json new file mode 100644 index 0000000..88fb8d0 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/url-transparency.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "url-transparency.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/url-transparency.imageset/url-transparency.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/url-transparency.imageset/url-transparency.svg new file mode 100644 index 0000000..158a7a7 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/url-transparency.imageset/url-transparency.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-1.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-1.imageset/Contents.json new file mode 100644 index 0000000..4bd14cb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-1.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "user-guides-1.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-1.imageset/user-guides-1.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-1.imageset/user-guides-1.svg new file mode 100644 index 0000000..9284403 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-1.imageset/user-guides-1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-2.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-2.imageset/Contents.json new file mode 100644 index 0000000..5ddfd54 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-2.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "user-guides-2.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-2.imageset/user-guides-2.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-2.imageset/user-guides-2.svg new file mode 100644 index 0000000..8bf7d86 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-guides-2.imageset/user-guides-2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-registration.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-registration.imageset/Contents.json new file mode 100644 index 0000000..54555c2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-registration.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "user-registration.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-registration.imageset/user-registration.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-registration.imageset/user-registration.svg new file mode 100644 index 0000000..cbc18a6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-registration.imageset/user-registration.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-settings.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-settings.imageset/Contents.json new file mode 100644 index 0000000..3e4c2a5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-settings.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "user-settings.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/user-settings.imageset/user-settings.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-settings.imageset/user-settings.svg new file mode 100644 index 0000000..9df58ce --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/user-settings.imageset/user-settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/utility-grid-management.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/utility-grid-management.imageset/Contents.json new file mode 100644 index 0000000..479d573 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/utility-grid-management.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "utility-grid-management.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/utility-grid-management.imageset/utility-grid-management.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/utility-grid-management.imageset/utility-grid-management.svg new file mode 100644 index 0000000..018918c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/utility-grid-management.imageset/utility-grid-management.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/vibration.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/vibration.imageset/Contents.json new file mode 100644 index 0000000..47fa351 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/vibration.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "vibration.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/vibration.imageset/vibration.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/vibration.imageset/vibration.svg new file mode 100644 index 0000000..41c1eec --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/vibration.imageset/vibration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/video-on-tablet.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/video-on-tablet.imageset/Contents.json new file mode 100644 index 0000000..f7c5a5c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/video-on-tablet.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "video-on-tablet.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/video-on-tablet.imageset/video-on-tablet.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/video-on-tablet.imageset/video-on-tablet.svg new file mode 100644 index 0000000..3a4a9a6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/video-on-tablet.imageset/video-on-tablet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/video.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/video.imageset/Contents.json new file mode 100644 index 0000000..20d439e --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/video.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "video.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/video.imageset/video.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/video.imageset/video.svg new file mode 100644 index 0000000..f705d3d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/video.imageset/video.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/virtual-reality.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/virtual-reality.imageset/Contents.json new file mode 100644 index 0000000..3eaee7c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/virtual-reality.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "virtual-reality.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/virtual-reality.imageset/virtual-reality.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/virtual-reality.imageset/virtual-reality.svg new file mode 100644 index 0000000..ce1ddff --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/virtual-reality.imageset/virtual-reality.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/visibility.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/visibility.imageset/Contents.json new file mode 100644 index 0000000..0b66b84 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/visibility.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "visibility.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/visibility.imageset/visibility.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/visibility.imageset/visibility.svg new file mode 100644 index 0000000..fd8bfe6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/visibility.imageset/visibility.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-hd.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-hd.imageset/Contents.json new file mode 100644 index 0000000..6254345 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-hd.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "voice-hd.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-hd.imageset/voice-hd.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-hd.imageset/voice-hd.svg new file mode 100644 index 0000000..76f5f58 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-hd.imageset/voice-hd.svg @@ -0,0 +1,10 @@ + + + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-mail.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-mail.imageset/Contents.json new file mode 100644 index 0000000..4e3781f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-mail.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "voice-mail.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-mail.imageset/voice-mail.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-mail.imageset/voice-mail.svg new file mode 100644 index 0000000..1877fb9 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/voice-mail.imageset/voice-mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/volume.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/volume.imageset/Contents.json new file mode 100644 index 0000000..df769e5 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/volume.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "volume.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/volume.imageset/volume.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/volume.imageset/volume.svg new file mode 100644 index 0000000..78de27f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/volume.imageset/volume.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/volunteer.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/volunteer.imageset/Contents.json new file mode 100644 index 0000000..23d5286 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/volunteer.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "volunteer.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/volunteer.imageset/volunteer.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/volunteer.imageset/volunteer.svg new file mode 100644 index 0000000..aee90e2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/volunteer.imageset/volunteer.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/warning.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/warning.imageset/Contents.json new file mode 100644 index 0000000..86da0a6 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/warning.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "warning.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/warning.imageset/warning.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/warning.imageset/warning.svg new file mode 100644 index 0000000..8bd5e27 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/warning.imageset/warning.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/water-resistant.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-resistant.imageset/Contents.json new file mode 100644 index 0000000..271ebc8 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-resistant.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "water-resistant.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/water-resistant.imageset/water-resistant.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-resistant.imageset/water-resistant.svg new file mode 100644 index 0000000..3827ef4 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-resistant.imageset/water-resistant.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/water-utility.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-utility.imageset/Contents.json new file mode 100644 index 0000000..ae970aa --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-utility.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "water-utility.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/water-utility.imageset/water-utility.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-utility.imageset/water-utility.svg new file mode 100644 index 0000000..ab0e4be --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/water-utility.imageset/water-utility.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/wearable.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/wearable.imageset/Contents.json new file mode 100644 index 0000000..edad78c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/wearable.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "wearable.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/wearable.imageset/wearable.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/wearable.imageset/wearable.svg new file mode 100644 index 0000000..39c399b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/wearable.imageset/wearable.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/weather.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/weather.imageset/Contents.json new file mode 100644 index 0000000..4a1e67d --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/weather.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "weather.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/weather.imageset/weather.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/weather.imageset/weather.svg new file mode 100644 index 0000000..822d906 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/weather.imageset/weather.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/webinar.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/webinar.imageset/Contents.json new file mode 100644 index 0000000..22446d2 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/webinar.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "webinar.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/webinar.imageset/webinar.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/webinar.imageset/webinar.svg new file mode 100644 index 0000000..63fa9f3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/webinar.imageset/webinar.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/weights.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/weights.imageset/Contents.json new file mode 100644 index 0000000..7125169 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/weights.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "weights.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/weights.imageset/weights.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/weights.imageset/weights.svg new file mode 100644 index 0000000..ab356ff --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/weights.imageset/weights.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/whiteboard.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/whiteboard.imageset/Contents.json new file mode 100644 index 0000000..97f9066 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/whiteboard.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "whiteboard.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/whiteboard.imageset/whiteboard.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/whiteboard.imageset/whiteboard.svg new file mode 100644 index 0000000..a98564f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/whiteboard.imageset/whiteboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/winch-service.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/winch-service.imageset/Contents.json new file mode 100644 index 0000000..0e7285b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/winch-service.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "winch-service.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/winch-service.imageset/winch-service.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/winch-service.imageset/winch-service.svg new file mode 100644 index 0000000..9eddb03 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/winch-service.imageset/winch-service.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-vending.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-vending.imageset/Contents.json new file mode 100644 index 0000000..7fa48bf --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-vending.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "wireless-vending.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-vending.imageset/wireless-vending.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-vending.imageset/wireless-vending.svg new file mode 100644 index 0000000..ac1824b --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-vending.imageset/wireless-vending.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-video-surveillance.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-video-surveillance.imageset/Contents.json new file mode 100644 index 0000000..a370296 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-video-surveillance.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "wireless-video-surveillance.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-video-surveillance.imageset/wireless-video-surveillance.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-video-surveillance.imageset/wireless-video-surveillance.svg new file mode 100644 index 0000000..6a45791 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/wireless-video-surveillance.imageset/wireless-video-surveillance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/yield.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/yield.imageset/Contents.json new file mode 100644 index 0000000..2f4230c --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/yield.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "yield.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/yield.imageset/yield.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/yield.imageset/yield.svg new file mode 100644 index 0000000..ade88fb --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/yield.imageset/yield.svg @@ -0,0 +1,3 @@ + + + diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/youtube.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/youtube.imageset/Contents.json new file mode 100644 index 0000000..3be9f39 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/youtube.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "youtube.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/youtube.imageset/youtube.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/youtube.imageset/youtube.svg new file mode 100644 index 0000000..f996e45 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/youtube.imageset/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-in.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-in.imageset/Contents.json new file mode 100644 index 0000000..1bfee6f --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-in.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "zoom-in.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-in.imageset/zoom-in.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-in.imageset/zoom-in.svg new file mode 100644 index 0000000..539f1a3 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-in.imageset/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-out.imageset/Contents.json b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-out.imageset/Contents.json new file mode 100644 index 0000000..f374f65 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-out.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "zoom-out.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} diff --git a/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-out.imageset/zoom-out.svg b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-out.imageset/zoom-out.svg new file mode 100644 index 0000000..44c7b23 --- /dev/null +++ b/VDSSample/Supporting Files/Resources/SVG.xcassets/zoom-out.imageset/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/Assets.car b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/Assets.car deleted file mode 100644 index 1180816..0000000 Binary files a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/Assets.car and /dev/null differ diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/Info.plist b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/Info.plist deleted file mode 100644 index 30adb25..0000000 Binary files a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/Info.plist and /dev/null differ diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeDirectory b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeDirectory deleted file mode 100644 index 2b781c1..0000000 Binary files a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeDirectory and /dev/null differ diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeRequirements b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeRequirements deleted file mode 100644 index 522097e..0000000 Binary files a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeRequirements and /dev/null differ diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeRequirements-1 b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeRequirements-1 deleted file mode 100644 index 1ac7615..0000000 Binary files a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeResources b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeResources deleted file mode 100644 index 8a87ed5..0000000 --- a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeResources +++ /dev/null @@ -1,113 +0,0 @@ - - - - - files - - Assets.car - - XRBuEvObzDTWtQytksNoRxGyWqs= - - - files2 - - Assets.car - - hash - - XRBuEvObzDTWtQytksNoRxGyWqs= - - hash2 - - PGjSvbiXwuVJDLJD1cJASvyc/2FzPb9gyuazhypB0d8= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeSignature b/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeSignature deleted file mode 100644 index a7ec131..0000000 Binary files a/VDSSample/Supporting Files/Resources/VDSIcons.bundle/_CodeSignature/CodeSignature and /dev/null differ