diff --git a/VDSSample.xcodeproj/project.pbxproj b/VDSSample.xcodeproj/project.pbxproj index 34a4785..4809ce8 100644 --- a/VDSSample.xcodeproj/project.pbxproj +++ b/VDSSample.xcodeproj/project.pbxproj @@ -35,6 +35,9 @@ 445BA07A29C088470036A7C5 /* NotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 445BA07929C088470036A7C5 /* NotificationViewController.swift */; }; 44604AD929CE1CF900E62B51 /* LineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44604AD829CE1CF900E62B51 /* LineViewController.swift */; }; 5FC35BE928D5235A004EBEAC /* ButtonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FC35BE828D5235A004EBEAC /* ButtonViewController.swift */; }; + EA0D1C2F2A66CFE900E5C127 /* CheckboxViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0D1C2E2A66CFE900E5C127 /* CheckboxViewController.swift */; }; + EA0D1C312A673F3500E5C127 /* RadioButtonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0D1C302A673F3500E5C127 /* RadioButtonViewController.swift */; }; + EA0D1C332A673FD400E5C127 /* RadioButtonItemViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0D1C322A673FD400E5C127 /* RadioButtonItemViewController.swift */; }; EA0FC2C12912DC5500DF80B4 /* TextLinkCaretViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA0FC2C02912DC5500DF80B4 /* TextLinkCaretViewController.swift */; }; EA297A682A02F5320031ED56 /* TableViewTestController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA297A672A02F5320031ED56 /* TableViewTestController.swift */; }; EA3C3B9D289966EF000CA526 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA3C3B9C289966EF000CA526 /* AppDelegate.swift */; }; @@ -46,9 +49,12 @@ EA3C3BB628996775000CA526 /* MenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA3C3BB228996775000CA526 /* MenuViewController.swift */; }; EA3C3BB728996775000CA526 /* ToggleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA3C3BB328996775000CA526 /* ToggleViewController.swift */; }; EA4DB30428DCD25B00103EE3 /* BadgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA4DB30328DCD25B00103EE3 /* BadgeViewController.swift */; }; + EA596ABA2A16B2ED00300C4B /* TabsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA596AB92A16B2ED00300C4B /* TabsViewController.swift */; }; EA5E3050294D11540082B959 /* TileContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA5E304F294D11540082B959 /* TileContainerViewController.swift */; }; EA5E30552950EA6E0082B959 /* TitleLockupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA5E30542950EA6E0082B959 /* TitleLockupViewController.swift */; }; EA5E305C295111050082B959 /* TileletViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA5E305B295111050082B959 /* TileletViewController.swift */; }; + EA5F86CE2A1E863F00BC83E4 /* TabsContainerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA5F86CD2A1E863F00BC83E4 /* TabsContainerViewController.swift */; }; + EA81410E2A0ED8DC004F60D2 /* ButtonIconViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA81410D2A0ED8DC004F60D2 /* ButtonIconViewController.swift */; }; EA84F76228BE4AE500D67ABC /* RadioSwatchGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA84F76128BE4AE500D67ABC /* RadioSwatchGroupViewController.swift */; }; EA89201928B56DF5006B9984 /* RadioBoxGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA89201828B56DF5006B9984 /* RadioBoxGroupViewController.swift */; }; EA89204628B66CE2006B9984 /* ScrollViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA89203F28B66CE2006B9984 /* ScrollViewController.swift */; }; @@ -65,22 +71,25 @@ 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 */; }; - EAB2376C29E9E74900AABE9A /* TrailingTooltipLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB2376B29E9E74900AABE9A /* TrailingTooltipLabel.swift */; }; + EAB2376C29E9E74900AABE9A /* TrailingTooltipLabelViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB2376B29E9E74900AABE9A /* TrailingTooltipLabelViewController.swift */; }; EAB5FEEF2927E28400998C17 /* ButtonGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB5FEEE2927E28400998C17 /* ButtonGroupViewController.swift */; }; EAB5FEF32928153D00998C17 /* Helper.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB5FEF22928153D00998C17 /* Helper.swift */; }; EAC9258029119FC400091998 /* TextLinkViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAC9257F29119FC400091998 /* TextLinkViewController.swift */; }; + EAD062A32A3913920015965D /* DropShawdowViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD062A22A3913920015965D /* DropShawdowViewController.swift */; }; + EAD062A52A3B5CDF0015965D /* Slider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD062A42A3B5CDF0015965D /* Slider.swift */; }; + EAD062AD2A3B86950015965D /* BadgeIndicatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD062AC2A3B86950015965D /* BadgeIndicatorViewController.swift */; }; + EAD068902A55FC11002E3A2D /* LoaderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD0688F2A55FC11002E3A2D /* LoaderViewController.swift */; }; EAF7F07D2899698800B287F5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EAF7F07B2899698800B287F5 /* Assets.xcassets */; }; - EAF7F09C2899B92400B287F5 /* CheckboxViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF7F09B2899B92400B287F5 /* CheckboxViewController.swift */; }; + EAF7F09C2899B92400B287F5 /* CheckboxItemViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF7F09B2899B92400B287F5 /* CheckboxItemViewController.swift */; }; EAF7F0CA289DA24F00B287F5 /* ArtifactoryItems.txt in Resources */ = {isa = PBXBuildFile; fileRef = EAF7F0C5289DA24F00B287F5 /* ArtifactoryItems.txt */; }; EAF7F0CC289DA24F00B287F5 /* DownloadArtifactoryItems.sh in Resources */ = {isa = PBXBuildFile; fileRef = EAF7F0C8289DA24F00B287F5 /* DownloadArtifactoryItems.sh */; }; EAF7F0CD289DA24F00B287F5 /* Artifactory.sh in Resources */ = {isa = PBXBuildFile; fileRef = EAF7F0C9289DA24F00B287F5 /* Artifactory.sh */; }; - EAF7F11A28A14A0E00B287F5 /* RadioButtonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF7F11928A14A0E00B287F5 /* RadioButtonViewController.swift */; }; + EAF7F11A28A14A0E00B287F5 /* RadioButtonGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAF7F11928A14A0E00B287F5 /* RadioButtonGroupViewController.swift */; }; EAF7F11B28A1585000B287F5 /* VDSTypographyTokens.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAF7F0DA289DB0B400B287F5 /* VDSTypographyTokens.xcframework */; }; EAF7F11C28A1585000B287F5 /* VDSTypographyTokens.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EAF7F0DA289DB0B400B287F5 /* VDSTypographyTokens.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; EAF7F11D28A1585000B287F5 /* VDSFormControlsTokens.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAF7F0DB289DB0B400B287F5 /* VDSFormControlsTokens.xcframework */; }; @@ -110,7 +119,6 @@ dstPath = ""; dstSubfolderSpec = 13; files = ( - EA985C29296E270000F2FF2E /* VDSIcons.bundle in Embed PlugIns */, ); name = "Embed PlugIns"; runOnlyForDeploymentPostprocessing = 0; @@ -121,6 +129,9 @@ 445BA07929C088470036A7C5 /* NotificationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationViewController.swift; sourceTree = ""; }; 44604AD829CE1CF900E62B51 /* LineViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineViewController.swift; sourceTree = ""; }; 5FC35BE828D5235A004EBEAC /* ButtonViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonViewController.swift; sourceTree = ""; }; + EA0D1C2E2A66CFE900E5C127 /* CheckboxViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxViewController.swift; sourceTree = ""; }; + EA0D1C302A673F3500E5C127 /* RadioButtonViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioButtonViewController.swift; sourceTree = ""; }; + EA0D1C322A673FD400E5C127 /* RadioButtonItemViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioButtonItemViewController.swift; sourceTree = ""; }; EA0FC2C02912DC5500DF80B4 /* TextLinkCaretViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextLinkCaretViewController.swift; sourceTree = ""; }; EA297A672A02F5320031ED56 /* TableViewTestController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableViewTestController.swift; sourceTree = ""; }; EA3C3B99289966EF000CA526 /* VDSSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VDSSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -134,9 +145,12 @@ EA3C3BB228996775000CA526 /* MenuViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuViewController.swift; sourceTree = ""; }; EA3C3BB328996775000CA526 /* ToggleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ToggleViewController.swift; sourceTree = ""; }; EA4DB30328DCD25B00103EE3 /* BadgeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeViewController.swift; sourceTree = ""; }; + EA596AB92A16B2ED00300C4B /* TabsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsViewController.swift; sourceTree = ""; }; EA5E304F294D11540082B959 /* TileContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TileContainerViewController.swift; sourceTree = ""; }; EA5E30542950EA6E0082B959 /* TitleLockupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitleLockupViewController.swift; sourceTree = ""; }; EA5E305B295111050082B959 /* TileletViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TileletViewController.swift; sourceTree = ""; }; + EA5F86CD2A1E863F00BC83E4 /* TabsContainerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabsContainerViewController.swift; sourceTree = ""; }; + EA81410D2A0ED8DC004F60D2 /* ButtonIconViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonIconViewController.swift; sourceTree = ""; }; EA84F76128BE4AE500D67ABC /* RadioSwatchGroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioSwatchGroupViewController.swift; sourceTree = ""; }; EA89201828B56DF5006B9984 /* RadioBoxGroupViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioBoxGroupViewController.swift; sourceTree = ""; }; EA89203F28B66CE2006B9984 /* ScrollViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScrollViewController.swift; sourceTree = ""; }; @@ -150,27 +164,30 @@ EA89205028B68307006B9984 /* TextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextField.swift; sourceTree = ""; }; EA978EC1291AC62200ACC883 /* VDS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = VDS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; EA985C00296CC21C00F2FF2E /* IconViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IconViewController.swift; sourceTree = ""; }; - EA985C14296CC5EE00F2FF2E /* VDSIcons.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = VDSIcons.bundle; path = SharedFrameworks/VDSIcons.bundle; 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 = ""; }; - EAB2376B29E9E74900AABE9A /* TrailingTooltipLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrailingTooltipLabel.swift; sourceTree = ""; }; + EAB2376B29E9E74900AABE9A /* TrailingTooltipLabelViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrailingTooltipLabelViewController.swift; sourceTree = ""; }; EAB5FEEE2927E28400998C17 /* ButtonGroupViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ButtonGroupViewController.swift; sourceTree = ""; }; EAB5FEF22928153D00998C17 /* Helper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helper.swift; sourceTree = ""; }; EAC9257F29119FC400091998 /* TextLinkViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextLinkViewController.swift; sourceTree = ""; }; + EAD062A22A3913920015965D /* DropShawdowViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DropShawdowViewController.swift; sourceTree = ""; }; + EAD062A42A3B5CDF0015965D /* Slider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Slider.swift; sourceTree = ""; }; + EAD062AC2A3B86950015965D /* BadgeIndicatorViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeIndicatorViewController.swift; sourceTree = ""; }; + EAD0688F2A55FC11002E3A2D /* LoaderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoaderViewController.swift; sourceTree = ""; }; EAF7F07B2899698800B287F5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - EAF7F09B2899B92400B287F5 /* CheckboxViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxViewController.swift; sourceTree = ""; }; + EAF7F09B2899B92400B287F5 /* CheckboxItemViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxItemViewController.swift; sourceTree = ""; }; EAF7F0C5289DA24F00B287F5 /* ArtifactoryItems.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ArtifactoryItems.txt; sourceTree = ""; }; EAF7F0C8289DA24F00B287F5 /* DownloadArtifactoryItems.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = DownloadArtifactoryItems.sh; sourceTree = ""; }; EAF7F0C9289DA24F00B287F5 /* Artifactory.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = Artifactory.sh; sourceTree = ""; }; EAF7F0DA289DB0B400B287F5 /* VDSTypographyTokens.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = VDSTypographyTokens.xcframework; path = SharedFrameworks/VDSTypographyTokens.xcframework; sourceTree = ""; }; EAF7F0DB289DB0B400B287F5 /* VDSFormControlsTokens.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = VDSFormControlsTokens.xcframework; path = SharedFrameworks/VDSFormControlsTokens.xcframework; sourceTree = ""; }; EAF7F0DC289DB0B400B287F5 /* VDSColorTokens.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = VDSColorTokens.xcframework; path = SharedFrameworks/VDSColorTokens.xcframework; sourceTree = ""; }; - EAF7F11928A14A0E00B287F5 /* RadioButtonViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RadioButtonViewController.swift; sourceTree = ""; }; + EAF7F11928A14A0E00B287F5 /* RadioButtonGroupViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RadioButtonGroupViewController.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -223,8 +240,6 @@ EA3C3BB8289968A0000CA526 /* Frameworks */ = { isa = PBXGroup; children = ( - EA985C14296CC5EE00F2FF2E /* VDSIcons.bundle */, - EA985C28296E270000F2FF2E /* VDSIcons.bundle */, EA978EC1291AC62200ACC883 /* VDS.framework */, EAF7F0DC289DB0B400B287F5 /* VDSColorTokens.xcframework */, EAF7F0DB289DB0B400B287F5 /* VDSFormControlsTokens.xcframework */, @@ -251,6 +266,7 @@ isa = PBXGroup; children = ( EA89205028B68307006B9984 /* TextField.swift */, + EAD062A42A3B5CDF0015965D /* Slider.swift */, EAB5FEF22928153D00998C17 /* Helper.swift */, ); path = Classes; @@ -267,6 +283,7 @@ EAF7F0792899698800B287F5 /* Resources */ = { isa = PBXGroup; children = ( + EAAE2BE12A424DAE00EC76EE /* SVG.xcassets */, EAF7F07B2899698800B287F5 /* Assets.xcassets */, EA3C3BA7289966F1000CA526 /* LaunchScreen.storyboard */, EA3C3BA2289966EF000CA526 /* Main.storyboard */, @@ -288,23 +305,32 @@ children = ( EA89203E28B66CE2006B9984 /* ScrollViewController */, EA3C3BB228996775000CA526 /* MenuViewController.swift */, + EAD062A22A3913920015965D /* DropShawdowViewController.swift */, EAB1D2C828AAAA1D00DAE764 /* BaseViewController.swift */, EA4DB30328DCD25B00103EE3 /* BadgeViewController.swift */, + EAD062AC2A3B86950015965D /* BadgeIndicatorViewController.swift */, + EA81410D2A0ED8DC004F60D2 /* ButtonIconViewController.swift */, EAB5FEEE2927E28400998C17 /* ButtonGroupViewController.swift */, 5FC35BE828D5235A004EBEAC /* ButtonViewController.swift */, + EA0D1C2E2A66CFE900E5C127 /* CheckboxViewController.swift */, + EAF7F09B2899B92400B287F5 /* CheckboxItemViewController.swift */, EA89204D28B67332006B9984 /* CheckBoxGroupViewController.swift */, - EAF7F09B2899B92400B287F5 /* CheckboxViewController.swift */, EA985C00296CC21C00F2FF2E /* IconViewController.swift */, EAA5EEAC28EB6924003B3210 /* InputFieldViewController.swift */, EAB1D2D328AC409F00DAE764 /* LabelViewController.swift */, 44604AD829CE1CF900E62B51 /* LineViewController.swift */, + EAD0688F2A55FC11002E3A2D /* LoaderViewController.swift */, 445BA07929C088470036A7C5 /* NotificationViewController.swift */, EA89201828B56DF5006B9984 /* RadioBoxGroupViewController.swift */, - EAF7F11928A14A0E00B287F5 /* RadioButtonViewController.swift */, + EA0D1C302A673F3500E5C127 /* RadioButtonViewController.swift */, + EA0D1C322A673FD400E5C127 /* RadioButtonItemViewController.swift */, + EAF7F11928A14A0E00B287F5 /* RadioButtonGroupViewController.swift */, EA84F76128BE4AE500D67ABC /* RadioSwatchGroupViewController.swift */, + EA5F86CD2A1E863F00BC83E4 /* TabsContainerViewController.swift */, + EA596AB92A16B2ED00300C4B /* TabsViewController.swift */, + EA0FC2C02912DC5500DF80B4 /* TextLinkCaretViewController.swift */, EA985C24296E06EA00F2FF2E /* TextAreaViewController.swift */, EAC9257F29119FC400091998 /* TextLinkViewController.swift */, - EA0FC2C02912DC5500DF80B4 /* TextLinkCaretViewController.swift */, EA5E304F294D11540082B959 /* TileContainerViewController.swift */, EA5E305B295111050082B959 /* TileletViewController.swift */, EA5E30542950EA6E0082B959 /* TitleLockupViewController.swift */, @@ -403,13 +429,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; }; @@ -470,29 +496,39 @@ EA3C3B9D289966EF000CA526 /* AppDelegate.swift in Sources */, EA5E3050294D11540082B959 /* TileContainerViewController.swift in Sources */, 445BA07A29C088470036A7C5 /* NotificationViewController.swift in Sources */, - EAF7F11A28A14A0E00B287F5 /* RadioButtonViewController.swift in Sources */, + EAF7F11A28A14A0E00B287F5 /* RadioButtonGroupViewController.swift in Sources */, EA89204628B66CE2006B9984 /* ScrollViewController.swift in Sources */, EA3C3B9F289966EF000CA526 /* SceneDelegate.swift in Sources */, + EA0D1C332A673FD400E5C127 /* RadioButtonItemViewController.swift in Sources */, 5FC35BE928D5235A004EBEAC /* ButtonViewController.swift in Sources */, EA89204A28B66CE2006B9984 /* KeyboardFrameChange.swift in Sources */, EA3C3BB428996775000CA526 /* PickerBase.swift in Sources */, - EAB2376C29E9E74900AABE9A /* TrailingTooltipLabel.swift in Sources */, + EAB2376C29E9E74900AABE9A /* TrailingTooltipLabelViewController.swift in Sources */, EAB1D2C928AAAA1D00DAE764 /* BaseViewController.swift in Sources */, + EAD062AD2A3B86950015965D /* BadgeIndicatorViewController.swift in Sources */, EA5E305C295111050082B959 /* TileletViewController.swift in Sources */, + EAD062A32A3913920015965D /* DropShawdowViewController.swift in Sources */, + EA0D1C312A673F3500E5C127 /* RadioButtonViewController.swift in Sources */, EAB5FEF32928153D00998C17 /* Helper.swift in Sources */, EA89204728B66CE2006B9984 /* KeyboardFrameChangeListener.swift in Sources */, EA4DB30428DCD25B00103EE3 /* BadgeViewController.swift in Sources */, EAB2376029E88D5D00AABE9A /* TooltipViewController.swift in Sources */, EA89204828B66CE2006B9984 /* ScrollViewKeyboardAvoiding.swift in Sources */, EA0FC2C12912DC5500DF80B4 /* TextLinkCaretViewController.swift in Sources */, - EAF7F09C2899B92400B287F5 /* CheckboxViewController.swift in Sources */, + EAF7F09C2899B92400B287F5 /* CheckboxItemViewController.swift in Sources */, + EA0D1C2F2A66CFE900E5C127 /* CheckboxViewController.swift in Sources */, + EA596ABA2A16B2ED00300C4B /* TabsViewController.swift in Sources */, EA89204E28B67332006B9984 /* CheckBoxGroupViewController.swift in Sources */, EAA5EEAD28EB6924003B3210 /* InputFieldViewController.swift in Sources */, EA985C25296E06EA00F2FF2E /* TextAreaViewController.swift in Sources */, + EA81410E2A0ED8DC004F60D2 /* ButtonIconViewController.swift in Sources */, EA985C20296DECF600F2FF2E /* IconName.swift in Sources */, EA89204928B66CE2006B9984 /* KeyboardFrameChangeListening.swift in Sources */, + EA5F86CE2A1E863F00BC83E4 /* TabsContainerViewController.swift in Sources */, EA985C01296CC21C00F2FF2E /* IconViewController.swift in Sources */, EAC9258029119FC400091998 /* TextLinkViewController.swift in Sources */, + EAD068902A55FC11002E3A2D /* LoaderViewController.swift in Sources */, + EAD062A52A3B5CDF0015965D /* Slider.swift in Sources */, EAB1D2D428AC409F00DAE764 /* LabelViewController.swift in Sources */, EA89204B28B66CE2006B9984 /* ScrollViewKeyboardAvoider.swift in Sources */, EA84F76228BE4AE500D67ABC /* RadioSwatchGroupViewController.swift in Sources */, @@ -641,8 +677,9 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; + CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 16; + CURRENT_PROJECT_VERSION = 39; DEVELOPMENT_TEAM = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VDSSample/Info.plist; @@ -659,6 +696,7 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.vzw.VDSSample; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -671,8 +709,9 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; + CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 16; + CURRENT_PROJECT_VERSION = 39; DEVELOPMENT_TEAM = FCMA4QKS77; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VDSSample/Info.plist; @@ -689,6 +728,7 @@ MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.vzw.VDSSample; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; 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/Classes/Helper.swift b/VDSSample/Classes/Helper.swift index 8540dec..058ebd0 100644 --- a/VDSSample/Classes/Helper.swift +++ b/VDSSample/Classes/Helper.swift @@ -10,33 +10,70 @@ import VDS import UIKit extension UIView { - public static func makeWrapper(for view: UIView, edgeSpacing: CGFloat = 0.0) -> UIView { - let wrapper = UIView().with { + public func makeWrapper(edgeSpacing: CGFloat = 0.0, isTrailing: Bool = true) -> View { + UIView.makeWrapper(for: self, edgeSpacing: edgeSpacing, isTrailing: isTrailing) + } + + public static func makeWrapper(for view: UIView, edgeSpacing: CGFloat = 0.0, isTrailing: Bool = true) -> View { + makeWrapperWithConstraints(for: view, edgeSpacing: edgeSpacing, isTrailing: isTrailing).view + } + + public static func makeWrapperWithConstraints(for view: UIView, edgeSpacing: CGFloat = 0.0, isTrailing: Bool = true) -> (view: View, container: NSLayoutConstraint.Container) { + let container = NSLayoutConstraint.Container() + let wrapper = View().with { $0.translatesAutoresizingMaskIntoConstraints = false } wrapper.addSubview(view) - view - .pinTop(edgeSpacing) - .pinBottom(edgeSpacing) - .pinLeading(edgeSpacing) - view.trailingAnchor.constraint(lessThanOrEqualTo: wrapper.trailingAnchor).isActive = true - return wrapper + + container.topConstraint = view.pinTop(anchor: wrapper.topAnchor, constant: edgeSpacing) + container.bottomConstraint = view.pinBottom(anchor: wrapper.bottomAnchor, constant: edgeSpacing) + container.leadingConstraint = view.pinLeading(anchor: wrapper.leadingAnchor, constant: edgeSpacing) + if isTrailing { + container.trailingConstraint = view.pinTrailingLessThanOrEqualTo(anchor: wrapper.trailingAnchor, constant: edgeSpacing) + } else { + container.trailingConstraint = view.pinTrailing(anchor: wrapper.trailingAnchor, constant: edgeSpacing) + } + return (wrapper, container) + } +} + +func labelPublisherCompletionHandler() -> (String, UILabel) -> () { + return { (text, label) in + let newText = "\(text) clicked - " + if let labelText = label.text { + let components = labelText.components(separatedBy: " - ") + let last: String = (components.last ?? "0").trimmingCharacters(in: .whitespaces) + let count = Int(last)! + label.text = "\(newText)\(count+1)" + } else { + label.text = "\(newText)1" + } + } +} + +extension Changeable { + func onChangeActionPublisher(_ text: String, label: UILabel) { + onChange = { _ in + let handler = labelPublisherCompletionHandler() + handler(text, label) + } + } +} + +extension Clickable { + func onClickActionPublisher(_ text: String, label: UILabel) { + onClick = { _ in + let handler = labelPublisherCompletionHandler() + handler(text, label) + } } } extension ButtonBase { func labelPublisher(_ label: UILabel){ onClick = { control in - let newText = "\(control.text!) clicked - " - if let labelText = label.text { - let components = labelText.components(separatedBy: " - ") - let last: String = (components.last ?? "0").trimmingCharacters(in: .whitespaces) - let count = Int(last)! - label.text = "\(newText)\(count+1)" - } else { - label.text = "\(newText)1" - } - print("clicked me") + let handler = labelPublisherCompletionHandler() + handler(control.text!, label) } } } diff --git a/VDSSample/Classes/Slider.swift b/VDSSample/Classes/Slider.swift new file mode 100644 index 0000000..fd64d25 --- /dev/null +++ b/VDSSample/Classes/Slider.swift @@ -0,0 +1,59 @@ +// +// Slider.swift +// VDSSample +// +// Created by Matt Bruce on 6/15/23. +// + +import Foundation +import UIKit +import VDS + +class Slider: Control { + var textField = NumericField().with { $0.translatesAutoresizingMaskIntoConstraints = false } + var range = UISlider().with { $0.translatesAutoresizingMaskIntoConstraints = false } + var maximumValue: Float = 0.0 { didSet { range.maximumValue = maximumValue }} + var minimumValue: Float = 0.0 { didSet { range.minimumValue = minimumValue }} + var value: Float = 0.0 { didSet { range.value = value; setNeedsUpdate() }} + override func setup() { + addSubview(textField) + addSubview(range) + textField.pinTop() + textField.pinBottom() + textField.pinLeading() + textField.heightAnchor.constraint(equalToConstant: 44).isActive = true + textField.widthAnchor.constraint(equalToConstant: 75).isActive = true + textField.pinTrailing(range.leadingAnchor, 10) + range.pinTop() + range.pinBottom() + range.pinTrailing() + + range.thumbTintColor = .systemBlue + range.publisher(for: .valueChanged).sink { [weak self] slider in + self?.valueChanged(newValue: slider.value) + }.store(in: &subscribers) + + textField.resignAction = { [weak self] textField in + guard let self else { return } + if let text = textField.text, let n = NumberFormatter().number(from: text) { + valueChanged(newValue: n.floatValue) + } + } + } + + override func updateView() { + textField.text = String(format: "%.2f", value) + } + + private func valueChanged(newValue: Float) { + value = newValue + sendActions(for: .valueChanged) + } + +} + +extension NSNumber { + public var cgFloatValue: CGFloat { + CGFloat(doubleValue) + } +} diff --git a/VDSSample/Classes/TextField.swift b/VDSSample/Classes/TextField.swift index 7f1c499..0df3c00 100644 --- a/VDSSample/Classes/TextField.swift +++ b/VDSSample/Classes/TextField.swift @@ -9,8 +9,13 @@ import Foundation import UIKit import VDS import VDSFormControlsTokens +import Combine public class TextField: UITextField { + public var resigner: AnyCancellable? + + public var resignAction: ((TextField) -> Void)? + public var isNumeric: Bool = false public var textPadding = UIEdgeInsets( @@ -23,12 +28,23 @@ public class TextField: UITextField { public override init(frame: CGRect) { super.init(frame: frame) font = TextStyle.bodyLarge.font + setup() } - + public required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") } + public func setup() { + keyboardType = .alphabet + returnKeyType = .done + autocorrectionType = .no + resigner = publisher(for: .editingDidEndOnExit) + .sink { [weak self] _ in + self?.shouldResign() + } + } + public override func textRect(forBounds bounds: CGRect) -> CGRect { layer.borderColor = UIColor.black.cgColor layer.borderWidth = VDSFormControls.widthBorder @@ -42,6 +58,13 @@ public class TextField: UITextField { let rect = super.editingRect(forBounds: bounds) return rect.inset(by: textPadding) } + + @objc public func shouldResign() { + if let resignAction { + resignAction(self) + } + resignFirstResponder() + } } public class NumericField: TextField { @@ -53,4 +76,18 @@ public class NumericField: TextField { public required init?(coder: NSCoder) { fatalError("init(coder:) has not been implemented") } + + public override func setup() { + super.setup() + keyboardType = .numbersAndPunctuation + } + + @objc public func insertMinus() { + insertText("-") + } + + public var number: NSNumber? { + guard let text, let foundNumber = NumberFormatter().number(from: text) else { return nil } + return foundNumber + } } diff --git a/VDSSample/Extensions/IconName.swift b/VDSSample/Extensions/IconName.swift index 92cc565..8dc6b69 100644 --- a/VDSSample/Extensions/IconName.swift +++ b/VDSSample/Extensions/IconName.swift @@ -9,542 +9,513 @@ import Foundation import VDS extension Icon.Name { - //accessibility - static let accessibility = Icon.Name(name: "accessibility") - static let americanSignLanguage = Icon.Name(name: "american-sign-language") - static let assistedListeningSystems = Icon.Name(name: "assisted-listening-systems") - static let audioDescription = Icon.Name(name: "audio-description") - static let blind = Icon.Name(name: "blind") - static let braille = Icon.Name(name: "braille") - static let brightness = Icon.Name(name: "brightness") - static let closedCaptioning = Icon.Name(name: "closed-captioning") - static let closedCaptioningFill = Icon.Name(name: "closed-captioning-fill") - static let cognitiveDisability = Icon.Name(name: "cognitive-disability") - static let deaf = Icon.Name(name: "deaf") - static let internationalSymbolOfAccess = Icon.Name(name: "international-symbol-of-access") - static let openCaptioning = Icon.Name(name: "open-captioning") - static let phoneVolume = Icon.Name(name: "phone-volume") - static let teletype = Icon.Name(name: "teletype") - static let textToSpeech = Icon.Name(name: "text-to-speech") - - //b2b - static let assetTracking = Icon.Name(name: "asset-tracking") - static let businessContinuity = Icon.Name(name: "business-continuity") - static let conditionBasedMaintenance = Icon.Name(name: "condition-based-maintenance") - static let conditionBasedWrench = Icon.Name(name: "condition-based-wrench") - static let constructionHammer = Icon.Name(name: "construction-hammer") - static let constructionTruck = Icon.Name(name: "construction-truck") - static let digitalSignageCar = Icon.Name(name: "digital-signage-car") - static let digitalSignage = Icon.Name(name: "digital-signage") - static let droneCamera = Icon.Name(name: "drone-camera") - static let educationCurriculum = Icon.Name(name: "education-curriculum") - static let education = Icon.Name(name: "education") - static let electricPower = Icon.Name(name: "electric-power") - static let electricUtility = Icon.Name(name: "electric-utility") - static let energyScience = Icon.Name(name: "energy-science") - static let energyUtilities = Icon.Name(name: "energy-utilities") - static let enterprise = Icon.Name(name: "enterprise") - static let federalDefense = Icon.Name(name: "federal-defense") - static let financial = Icon.Name(name: "financial") - static let fleetTracking = Icon.Name(name: "fleet-tracking") - static let fleet = Icon.Name(name: "fleet") - static let gas = Icon.Name(name: "gas") - static let government = Icon.Name(name: "government") - static let group = Icon.Name(name: "group") - static let growth = Icon.Name(name: "growth") - static let hackers = Icon.Name(name: "hackers") - static let healthcareCorporate = Icon.Name(name: "healthcare-corporate") - static let healthcareGeneral = Icon.Name(name: "healthcare-general") - static let healthcareWorker = Icon.Name(name: "healthcare-worker") - static let ideasSolutions = Icon.Name(name: "ideas-solutions") - static let inclusivity = Icon.Name(name: "inclusivity") - static let industry = Icon.Name(name: "industry") - static let insurance = Icon.Name(name: "insurance") - static let intelligentTracking = Icon.Name(name: "intelligent-tracking") - static let internetOfThings = Icon.Name(name: "internet-of-things") - static let joinCall = Icon.Name(name: "join-call") - static let k12Education = Icon.Name(name: "k12-education") - static let laptopAntivirus = Icon.Name(name: "laptop-antivirus") - static let laptopControls = Icon.Name(name: "laptop-controls") - static let laptopGpsTracking = Icon.Name(name: "laptop-gps-tracking") - static let laptopSettings = Icon.Name(name: "laptop-settings") - static let laptopTrends = Icon.Name(name: "laptop-trends") - static let laptopWireless = Icon.Name(name: "laptop-wireless") - static let law = Icon.Name(name: "law") - static let lmr = Icon.Name(name: "lmr") - static let loyaltyRetention = Icon.Name(name: "loyalty-retention") - static let manufacturing = Icon.Name(name: "manufacturing") - static let mediaEntertainment = Icon.Name(name: "media-entertainment") - static let mediumBusiness = Icon.Name(name: "medium-business") - static let mobileCommandCenter = Icon.Name(name: "mobile-command-center") - static let mobileKioskInfo = Icon.Name(name: "mobile-kiosk-info") - static let mobileKioskWireless = Icon.Name(name: "mobile-kiosk-wireless") - static let mobileRetail = Icon.Name(name: "mobile-retail") - static let mobileSearch = Icon.Name(name: "mobile-search") - static let mobileWorkforceManagement = Icon.Name(name: "mobile-workforce-management") - static let network = Icon.Name(name: "network") - static let networkAttachedStorage = Icon.Name(name: "network-attached-storage") - static let officePhoneSystem = Icon.Name(name: "office-phone-system") - static let oilIndustry = Icon.Name(name: "oil-industry") - static let operationalTransformation = Icon.Name(name: "operational-transformation") - static let pharmaceutical = Icon.Name(name: "pharmaceutical") - static let pharmacy = Icon.Name(name: "pharmacy") - static let planner = Icon.Name(name: "planner") - static let powerUtility = Icon.Name(name: "power-utility") - static let professionalServices = Icon.Name(name: "professional-services") - static let qualityAssurance = Icon.Name(name: "quality-assurance") - static let realEstate = Icon.Name(name: "real-estate") - static let regulatoryCompliance = Icon.Name(name: "regulatory-compliance") - static let retail = Icon.Name(name: "retail") - static let security = Icon.Name(name: "security") - static let securitySolution = Icon.Name(name: "security-solution") - static let smarthouse = Icon.Name(name: "smarthouse") - static let socialMedia = Icon.Name(name: "social-media") - static let software = Icon.Name(name: "software") - static let solarPower = Icon.Name(name: "solar-power") - static let solutions = Icon.Name(name: "solutions") - static let supplyChain = Icon.Name(name: "supply-chain") - static let systemIntegration = Icon.Name(name: "system-integration") - static let telecommunications = Icon.Name(name: "telecommunications") - static let telemedicine = Icon.Name(name: "telemedicine") - static let telemetry = Icon.Name(name: "telemetry") - static let thermodynamics = Icon.Name(name: "thermodynamics") - static let trends = Icon.Name(name: "trends") - static let utilityWorker = Icon.Name(name: "utility-worker") - static let vehicleTracking = Icon.Name(name: "vehicle-tracking") - static let warehouseManagement = Icon.Name(name: "warehouse-management") - static let waterIndustry = Icon.Name(name: "water-industry") - static let wellness = Icon.Name(name: "wellness") - - //directional - static let upCaret = Icon.Name(name: "up-caret") - static let closeAlt = Icon.Name(name: "close-alt") - static let close = Icon.Name(name: "close") - static let downArrow = Icon.Name(name: "down-arrow") - static let downCaret = Icon.Name(name: "down-caret") - static let evenMoreFlexibility = Icon.Name(name: "even-more-flexibility") - static let flexibilityRectangles = Icon.Name(name: "flexibility-rectangles") - static let flexibility = Icon.Name(name: "flexibility") - static let gateway = Icon.Name(name: "gateway") - static let minus = Icon.Name(name: "minus") - static let moreFlexibility = Icon.Name(name: "more-flexibility") - static let noOff = Icon.Name(name: "no-off") - static let no = Icon.Name(name: "no") - static let plus = Icon.Name(name: "plus") - static let swipeLeft = Icon.Name(name: "swipe-left") - static let swipeRight = Icon.Name(name: "swipe-right") - static let swipe = Icon.Name(name: "swipe") - static let `switch` = Icon.Name(name: "switch") - static let upArrow = Icon.Name(name: "up-arrow") - - //international - static let internationalLongDistance = Icon.Name(name: "international-long-distance") - static let international = Icon.Name(name: "international") - static let travelPass = Icon.Name(name: "travel-pass") - static let tripPlanner = Icon.Name(name: "trip-planner") - - //navigational - static let advancedSettings = Icon.Name(name: "advanced-settings") - static let agentChat = Icon.Name(name: "agent-chat") - static let bookmark = Icon.Name(name: "bookmark") - static let chat = Icon.Name(name: "chat") - static let filterOff = Icon.Name(name: "filter-off") - static let filter = Icon.Name(name: "filter") - static let list = Icon.Name(name: "list") - static let lockClosed = Icon.Name(name: "lock-closed") - static let lockOpen = Icon.Name(name: "lock-open") - static let logout = Icon.Name(name: "logout") - static let menu = Icon.Name(name: "menu") - static let moreHorizontal = Icon.Name(name: "more-horizontal") - static let myAccount = Icon.Name(name: "my-account") - static let realTimeTracking = Icon.Name(name: "real-time-tracking") - static let search = Icon.Name(name: "search") - static let settings = Icon.Name(name: "settings") - static let supportDrawer = Icon.Name(name: "support-drawer") - static let support = Icon.Name(name: "support") - static let userRegistration = Icon.Name(name: "user-registration") - - //nofication_feedback - static let alertNotification = Icon.Name(name: "alert-notification") - static let checkmarkAlt = Icon.Name(name: "checkmark-alt") - static let checkmark = Icon.Name(name: "checkmark") - static let clock = Icon.Name(name: "clock") - static let error = Icon.Name(name: "error") - static let feedback = Icon.Name(name: "feedback") - static let loader = Icon.Name(name: "loader") - static let notification = Icon.Name(name: "notification") - static let notificationsOff = Icon.Name(name: "notifications-off") - static let notifyMe = Icon.Name(name: "notify-me") - static let pushNotification = Icon.Name(name: "push-notification") - static let remindMe = Icon.Name(name: "remind-me") - static let reminder = Icon.Name(name: "reminder") - static let securityAlert = Icon.Name(name: "security-alert") - static let securityCheck = Icon.Name(name: "security-check") - static let securityKeyhole = Icon.Name(name: "security-keyhole") - static let securityWireless = Icon.Name(name: "security-wireless") - static let snooze = Icon.Name(name: "snooze") - static let speedMonitoring = Icon.Name(name: "speed-monitoring") - static let starOff = Icon.Name(name: "star-off") - static let star = Icon.Name(name: "star") - static let sync = Icon.Name(name: "sync") - static let timer = Icon.Name(name: "timer") - static let warning = Icon.Name(name: "warning") - - //objects_industry - static let ctr = Icon.Name(name: "ctr") - static let passenger = Icon.Name(name: "passenger") - static let tvContent = Icon.Name(name: "tv-content") - static let urlTransparency = Icon.Name(name: "url-transparency") - static let adaptiveSpeaker = Icon.Name(name: "adaptive-speaker") - static let adTechStack = Icon.Name(name: "ad-tech-stack") - static let agricultureLeaves = Icon.Name(name: "agriculture-leaves") - static let agricultureTractor = Icon.Name(name: "agriculture-tractor") - static let agricultureVineyard = Icon.Name(name: "agriculture-vineyard") - static let airport = Icon.Name(name: "airport") - static let airConditioner = Icon.Name(name: "air-conditioner") - static let audienceTargetedSearch = Icon.Name(name: "audience-targeted-search") - static let award = Icon.Name(name: "award") - static let babyMonitor = Icon.Name(name: "baby-monitor") - static let bestPractices = Icon.Name(name: "best-practices") - static let bid = Icon.Name(name: "bid") - static let bot = Icon.Name(name: "bot") - static let cellTower = Icon.Name(name: "cell-tower") - static let cloudDocument = Icon.Name(name: "cloud-document") - static let coffee = Icon.Name(name: "coffee") - static let coin = Icon.Name(name: "coin") - static let complianceDocument = Icon.Name(name: "compliance-document") - static let conversion = Icon.Name(name: "conversion") - static let countDown = Icon.Name(name: "count-down") - static let crossDeviceTargeting = Icon.Name(name: "cross-device-targeting") - static let crossDevice = Icon.Name(name: "cross-device") - static let customAudience = Icon.Name(name: "custom-audience") - static let digitalContent = Icon.Name(name: "digital-content") - static let dining = Icon.Name(name: "dining") - static let display = Icon.Name(name: "display") - static let domainTargeting = Icon.Name(name: "domain-targeting") - static let doorbell = Icon.Name(name: "doorbell") - static let driver = Icon.Name(name: "driver") - static let euro = Icon.Name(name: "euro") - static let expense = Icon.Name(name: "expense") - static let faceCovering = Icon.Name(name: "face-covering") - static let fineArt = Icon.Name(name: "fine-art") - static let flag = Icon.Name(name: "flag") - static let flurry = Icon.Name(name: "flurry") - static let fridge = Icon.Name(name: "fridge") - static let gaming = Icon.Name(name: "gaming") - static let geofence = Icon.Name(name: "geofence") - static let home = Icon.Name(name: "home") - static let identityGraph = Icon.Name(name: "identity-graph") - static let impressionVideo = Icon.Name(name: "impression-video") - static let inferredIdentity = Icon.Name(name: "inferred-identity") - static let irobot = Icon.Name(name: "irobot") - static let ironingBoard = Icon.Name(name: "ironing-board") - static let kidsStroller = Icon.Name(name: "kids-stroller") - static let levers = Icon.Name(name: "levers") - static let mobilePlusTv = Icon.Name(name: "mobile-plus-tv") - static let mobileRetargeting = Icon.Name(name: "mobile-retargeting") - static let motionDetector = Icon.Name(name: "motion-detector") - static let music = Icon.Name(name: "music") - static let nativeVideo = Icon.Name(name: "native-video") - static let native = Icon.Name(name: "native") - static let onGoCar = Icon.Name(name: "on-go-car") - static let packBackpack = Icon.Name(name: "pack-backpack") - static let packLuggage = Icon.Name(name: "pack-luggage") - static let packPurse = Icon.Name(name: "pack-purse") - static let petsCollar = Icon.Name(name: "pets-collar") - static let realTime = Icon.Name(name: "real-time") - static let research = Icon.Name(name: "research") - static let retailStore = Icon.Name(name: "retail-store") - static let retargeting = Icon.Name(name: "retargeting") - static let schoolNotebook = Icon.Name(name: "school-notebook") - static let singleDocument = Icon.Name(name: "single-document") - static let smartFamilyChildAddressBook = Icon.Name(name: "smart-family-child-address-book") - static let smartScooter = Icon.Name(name: "smart-scooter") - static let smokeDetector = Icon.Name(name: "smoke-detector") - static let solarPanel = Icon.Name(name: "solar-panel") - static let sportsBike = Icon.Name(name: "sports-bike") - static let sportsSkis = Icon.Name(name: "sports-skis") - static let sportsSoccer = Icon.Name(name: "sports-soccer") - static let sportsTennis = Icon.Name(name: "sports-tennis") - static let stadiumAlt = Icon.Name(name: "stadium-alt") - static let stadiumFlag = Icon.Name(name: "stadium-flag") - static let thermostatTech = Icon.Name(name: "thermostat-tech") - static let ticket = Icon.Name(name: "ticket") - static let tradingDeck = Icon.Name(name: "trading-deck") - static let traffic = Icon.Name(name: "traffic") - static let travelKeys = Icon.Name(name: "travel-keys") - static let trumpet = Icon.Name(name: "trumpet") - static let unification = Icon.Name(name: "unification") - static let visibility = Icon.Name(name: "visibility") - static let weights = Icon.Name(name: "weights") - static let yield = Icon.Name(name: "yield") - - //orders_pricing - static let addToFavorite = Icon.Name(name: "add-to-favorite") - static let addedToFavorite = Icon.Name(name: "added-to-favorite") - static let billDown = Icon.Name(name: "bill-down") - static let billUp = Icon.Name(name: "bill-up") - static let camera = Icon.Name(name: "camera") - static let creditCard = Icon.Name(name: "credit-card") - static let gift = Icon.Name(name: "gift") - static let inStorePickup = Icon.Name(name: "in-store-pickup") - static let noFee = Icon.Name(name: "no-fee") - static let oneYear = Icon.Name(name: "one-year") - static let orders = Icon.Name(name: "orders") - static let outOfStock = Icon.Name(name: "out-of-stock") - static let reoccuringPayment = Icon.Name(name: "reoccuring-payment") - static let reservations = Icon.Name(name: "reservations") - static let returns = Icon.Name(name: "returns") - static let rewards = Icon.Name(name: "rewards") - static let shipping = Icon.Name(name: "shipping") - static let shoppingBag = Icon.Name(name: "shopping-bag") - static let shopping = Icon.Name(name: "shopping") - static let tag = Icon.Name(name: "tag") - static let taxes = Icon.Name(name: "taxes") - - //other - static let growthOpportunities = Icon.Name(name: "growth-opportunities") - static let noSmoking = Icon.Name(name: "no-smoking") - static let socialDistancing = Icon.Name(name: "social-distancing") - - //plans_other - static let battery = Icon.Name(name: "battery") - static let bonusData = Icon.Name(name: "bonus-data") - static let bringYourOwnDevice = Icon.Name(name: "bring-your-own-device") - static let callerId = Icon.Name(name: "caller-id") - static let carryoverData = Icon.Name(name: "carryover-data") - static let compass = Icon.Name(name: "compass") - static let connect = Icon.Name(name: "connect") - static let dataBoost = Icon.Name(name: "data-boost") - static let deviceProtection = Icon.Name(name: "device-protection") - static let devicesAddons = Icon.Name(name: "devices-addons") - static let embeddedSound = Icon.Name(name: "embedded-sound") - static let findMyRemote = Icon.Name(name: "find-my-remote") - static let giftedData = Icon.Name(name: "gifted-data") - static let homeInternet = Icon.Name(name: "home-internet") - static let internetDevices = Icon.Name(name: "internet-devices") - static let largePlan = Icon.Name(name: "large-plan") - static let mediumPlan = Icon.Name(name: "medium-plan") - static let mobileApps = Icon.Name(name: "mobile-apps") - static let mobileHotspot = Icon.Name(name: "mobile-hotspot") - static let multipleDeviceProtection = Icon.Name(name: "multiple-device-protection") - static let multipleDevices = Icon.Name(name: "multiple-devices") - static let nationWide = Icon.Name(name: "nation-wide") - static let phoneAlt = Icon.Name(name: "phone-alt") - static let purchaseData = Icon.Name(name: "purchase-data") - static let router = Icon.Name(name: "router") - static let simCard = Icon.Name(name: "sim-card") - static let smallPlan = Icon.Name(name: "small-plan") - static let smartAssistant = Icon.Name(name: "smart-assistant") - static let sound = Icon.Name(name: "sound") - static let tablet = Icon.Name(name: "tablet") - static let techLaptop = Icon.Name(name: "tech-laptop") - static let techPhone = Icon.Name(name: "tech-phone") - static let totalMobileProtection = Icon.Name(name: "total-mobile-protection") - static let unlimitedPlan = Icon.Name(name: "unlimited-plan") - static let uplink = Icon.Name(name: "uplink") - static let videoOnTablet = Icon.Name(name: "video-on-tablet") - static let waterResistant = Icon.Name(name: "water-resistant") - static let wearable = Icon.Name(name: "wearable") - - //social - static let at = Icon.Name(name: "at") - static let facebook = Icon.Name(name: "facebook") - static let instagram = Icon.Name(name: "instagram") - static let twitter = Icon.Name(name: "twitter") - static let youtube = Icon.Name(name: "youtube") - - //utilities - static let ThreeDAd = Icon.Name(name: "3d-ad") - static let ar = Icon.Name(name: "ar") - static let addFolder = Icon.Name(name: "add-folder") - static let addUser = Icon.Name(name: "add-user") - static let analytics = Icon.Name(name: "analytics") - static let announcement = Icon.Name(name: "announcement") - static let archive = Icon.Name(name: "archive") - static let artboard = Icon.Name(name: "artboard") - static let attach = Icon.Name(name: "attach") - static let awareness = Icon.Name(name: "awareness") - static let barcode = Icon.Name(name: "barcode") - static let bluetooth = Icon.Name(name: "bluetooth") - static let boxOpen = Icon.Name(name: "box-open") - static let calendar = Icon.Name(name: "calendar") - static let calibrate = Icon.Name(name: "calibrate") - static let callDisconnected = Icon.Name(name: "call-disconnected") - static let cleanSurface = Icon.Name(name: "clean-surface") - static let cloudAlt = Icon.Name(name: "cloud-alt") - static let cloud = Icon.Name(name: "cloud") - static let comparison = Icon.Name(name: "comparison") - static let compose = Icon.Name(name: "compose") - static let connectParts = Icon.Name(name: "connect-parts") - static let consultativeTransfer = Icon.Name(name: "consultative-transfer") - static let convergence = Icon.Name(name: "convergence") - static let crop = Icon.Name(name: "crop") - static let cta = Icon.Name(name: "cta") - static let customize = Icon.Name(name: "customize") - static let data = Icon.Name(name: "data") - static let decrease = Icon.Name(name: "decrease") - static let deviceActivity = Icon.Name(name: "device-activity") - static let directCarrierBilling = Icon.Name(name: "direct-carrier-billing") - static let directory = Icon.Name(name: "directory") - static let displayUtilities = Icon.Name(name: "display-utilities") - static let distribution = Icon.Name(name: "distribution") - static let download = Icon.Name(name: "download") - static let dragAndDrop = Icon.Name(name: "drag-and-drop") - static let dropShipment = Icon.Name(name: "drop-shipment") - static let duplicate = Icon.Name(name: "duplicate") - static let edit = Icon.Name(name: "edit") - static let email = Icon.Name(name: "email") - static let emergencyContact = Icon.Name(name: "emergency-contact") - static let emoji = Icon.Name(name: "emoji") - static let externalLink = Icon.Name(name: "external-link") - static let fallDetected = Icon.Name(name: "fall-detected") - static let favorite = Icon.Name(name: "favorite") - static let fax = Icon.Name(name: "fax") - static let fingerprintSensor = Icon.Name(name: "fingerprint-sensor") - static let fire = Icon.Name(name: "fire") - static let fitToZone = Icon.Name(name: "fit-to-zone") - static let flipCamera = Icon.Name(name: "flip-camera") - static let forwardedCall = Icon.Name(name: "forwarded-call") - static let fullscreen = Icon.Name(name: "fullscreen") - static let getHelp = Icon.Name(name: "get-help") - static let gridView = Icon.Name(name: "grid-view") - static let history = Icon.Name(name: "history") - static let humidity = Icon.Name(name: "humidity") - static let incomingCall = Icon.Name(name: "incoming-call") - static let increase = Icon.Name(name: "increase") - static let info = Icon.Name(name: "info") - static let inventory = Icon.Name(name: "inventory") - static let invitationAccepted = Icon.Name(name: "invitation-accepted") - static let invitationExpired = Icon.Name(name: "invitation-expired") - static let invitationRejected = Icon.Name(name: "invitation-rejected") - static let landscape = Icon.Name(name: "landscape") - static let light = Icon.Name(name: "light") - static let link = Icon.Name(name: "link") - static let location = Icon.Name(name: "location") - static let locationPin = Icon.Name(name: "location-pin") - static let mapView = Icon.Name(name: "map-view") - static let masonryView = Icon.Name(name: "masonry-view") - static let maximize = Icon.Name(name: "maximize") - static let mergeCalls = Icon.Name(name: "merge-calls") - static let microphoneAlt = Icon.Name(name: "microphone-alt") - static let microphone = Icon.Name(name: "microphone") - static let missedCall = Icon.Name(name: "missed-call") - static let moveTo = Icon.Name(name: "move-to") - static let multicast = Icon.Name(name: "multicast") - static let mute = Icon.Name(name: "mute") - static let networkConnection = Icon.Name(name: "network-connection") - static let news = Icon.Name(name: "news") - static let next = Icon.Name(name: "next") - static let nfcTag = Icon.Name(name: "nfc-tag") - static let night = Icon.Name(name: "night") - static let noVideo = Icon.Name(name: "no-video") - static let onDemand = Icon.Name(name: "on-demand") - static let outgoingCall = Icon.Name(name: "outgoing-call") - static let paperFreeBilling = Icon.Name(name: "paper-free-billing") - static let pauseInternet = Icon.Name(name: "pause-internet") - static let pause = Icon.Name(name: "pause") - static let peelSticker = Icon.Name(name: "peel-sticker") - static let photo = Icon.Name(name: "photo") - static let platform = Icon.Name(name: "platform") - static let playAlt = Icon.Name(name: "play-alt") - static let playWith = Icon.Name(name: "play-with") - static let play = Icon.Name(name: "play") - static let portrait = Icon.Name(name: "portrait") - static let pressure = Icon.Name(name: "pressure") - static let previous = Icon.Name(name: "previous") - static let print = Icon.Name(name: "print") - static let question = Icon.Name(name: "question") - static let recycle = Icon.Name(name: "recycle") - static let removeItem = Icon.Name(name: "remove-item") - static let replaceAPhoto = Icon.Name(name: "replace-a-photo") - static let reply = Icon.Name(name: "reply") - static let ringing = Icon.Name(name: "ringing") - static let ringtone = Icon.Name(name: "ringtone") - static let riskMonitor = Icon.Name(name: "risk-monitor") - static let rss = Icon.Name(name: "rss") - static let satelliteOff = Icon.Name(name: "satellite-off") - static let satellite = Icon.Name(name: "satellite") - static let save = Icon.Name(name: "save") - static let scaleAlt = Icon.Name(name: "scale-alt") - static let scale = Icon.Name(name: "scale") - static let sendMessage = Icon.Name(name: "send-message") - static let setFallbackImage = Icon.Name(name: "set-fallback-image") - static let setGalleryImage = Icon.Name(name: "set-gallery-image") - static let share = Icon.Name(name: "share") - static let shock = Icon.Name(name: "shock") - static let signalBroadcast = Icon.Name(name: "signal-broadcast") - static let speakerMute = Icon.Name(name: "speaker-mute") - static let speakerPhone = Icon.Name(name: "speaker-phone") - static let speed = Icon.Name(name: "speed") - static let stakeholder = Icon.Name(name: "stakeholder") - static let steps = Icon.Name(name: "steps") - static let stop = Icon.Name(name: "stop") - static let stopAlt = Icon.Name(name: "stop-alt") - static let survey = Icon.Name(name: "survey") - static let talking = Icon.Name(name: "talking") - static let teamLeader = Icon.Name(name: "team-leader") - static let temperature = Icon.Name(name: "temperature") - static let template = Icon.Name(name: "template") - static let theme = Icon.Name(name: "theme") - static let thumbsDown = Icon.Name(name: "thumbs-down") - static let thumbsUp = Icon.Name(name: "thumbs-up") - static let tiles = Icon.Name(name: "tiles") - static let tilt = Icon.Name(name: "tilt") - static let tools = Icon.Name(name: "tools") - static let trash = Icon.Name(name: "trash") - static let turnonOff = Icon.Name(name: "turnon-off") - static let tv = Icon.Name(name: "tv") - static let upload = Icon.Name(name: "upload") - static let userSettings = Icon.Name(name: "user-settings") - static let vibration = Icon.Name(name: "vibration") - static let video = Icon.Name(name: "video") - static let volume = Icon.Name(name: "volume") - static let volunteer = Icon.Name(name: "volunteer") - static let virtualReality = Icon.Name(name: "virtual-reality") - static let voiceHd = Icon.Name(name: "voice-hd") - static let voiceMail = Icon.Name(name: "voice-mail") - static let weather = Icon.Name(name: "weather") - static let whiteBlackList = Icon.Name(name: "white-black-list") - static let wifi = Icon.Name(name: "wifi") - static let zoomIn = Icon.Name(name: "zoom-in") - static let zoomOut = Icon.Name(name: "zoom-out") - + public static let threedAd = Icon.Name(name: "3d-ad") + public static let accessibility = Icon.Name(name: "accessibility") + public static let accessories = Icon.Name(name: "accessories") + public static let adTechStack = Icon.Name(name: "ad-tech-stack") + public static let adaptiveSpeaker = Icon.Name(name: "adaptive-speaker") + public static let addFolder = Icon.Name(name: "add-folder") + public static let addToFavorite = Icon.Name(name: "add-to-favorite") + public static let addUser = Icon.Name(name: "add-user") + public static let addedToFavorite = Icon.Name(name: "added-to-favorite") + public static let advancedSettings = Icon.Name(name: "advanced-settings") + public static let agentChat = Icon.Name(name: "agent-chat") + public static let agricultureLeaves = Icon.Name(name: "agriculture-leaves") + public static let agricultureTractor = Icon.Name(name: "agriculture-tractor") + public static let agricultureVineyard = Icon.Name(name: "agriculture-vineyard") + public static let aiDashcam = Icon.Name(name: "ai-dashcam") + public static let airConditioner = Icon.Name(name: "air-conditioner") + public static let airport = Icon.Name(name: "airport") + public static let alertNotification = Icon.Name(name: "alert-notification") + public static let ambulance = Icon.Name(name: "ambulance") + public static let americanSignLanguage = Icon.Name(name: "american-sign-language") + public static let analytics = Icon.Name(name: "analytics") + public static let announcement = Icon.Name(name: "announcement") + public static let ar = Icon.Name(name: "ar") + public static let archive = Icon.Name(name: "archive") + public static let artboard = Icon.Name(name: "artboard") + public static let assetTracking = Icon.Name(name: "asset-tracking") + public static let assistedListeningSystems = Icon.Name(name: "assisted-listening-systems") + public static let at = Icon.Name(name: "at") + public static let attach = Icon.Name(name: "attach") + public static let audienceTargetedSearch = Icon.Name(name: "audience-targeted-search") + public static let audioDescription = Icon.Name(name: "audio-description") + public static let award = Icon.Name(name: "award") + public static let awareness = Icon.Name(name: "awareness") + public static let babyMonitor = Icon.Name(name: "baby-monitor") + public static let barcode = Icon.Name(name: "barcode") + public static let battery = Icon.Name(name: "battery") + public static let bestPractices = Icon.Name(name: "best-practices") + public static let bid = Icon.Name(name: "bid") + public static let billDown = Icon.Name(name: "bill-down") + public static let billUp = Icon.Name(name: "bill-up") + public static let blind = Icon.Name(name: "blind") + public static let bluetooth = Icon.Name(name: "bluetooth") + public static let bonusData = Icon.Name(name: "bonus-data") + public static let bookmark = Icon.Name(name: "bookmark") + public static let bot = Icon.Name(name: "bot") + public static let boxOpen = Icon.Name(name: "box-open") + public static let braille = Icon.Name(name: "braille") + public static let brightness = Icon.Name(name: "brightness") + public static let bringYourOwnDevice = Icon.Name(name: "bring-your-own-device") + public static let bucketTruckBoom = Icon.Name(name: "bucket-truck-boom") + public static let bucketTruck = Icon.Name(name: "bucket-truck") + public static let bug = Icon.Name(name: "bug") + public static let businessContinuity = Icon.Name(name: "business-continuity") + public static let calendar = Icon.Name(name: "calendar") + public static let calibrate = Icon.Name(name: "calibrate") + public static let callDisconnected = Icon.Name(name: "call-disconnected") + public static let callerId = Icon.Name(name: "caller-id") + public static let camera = Icon.Name(name: "camera") + public static let carBattery = Icon.Name(name: "car-battery") + public static let carryoverData = Icon.Name(name: "carryover-data") + public static let cellPhone = Icon.Name(name: "cell-phone") + public static let cellTower = Icon.Name(name: "cell-tower") + public static let chat = Icon.Name(name: "chat") + public static let checkmark = Icon.Name(name: "checkmark") + public static let cleanSurface = Icon.Name(name: "clean-surface") + public static let clock = Icon.Name(name: "clock") + public static let closeAlternate = Icon.Name(name: "close-alternate") + public static let close = Icon.Name(name: "close") + public static let closedCaptioning = Icon.Name(name: "closed-captioning") + public static let cloudDocument = Icon.Name(name: "cloud-document") + public static let cloud = Icon.Name(name: "cloud") + public static let coffee = Icon.Name(name: "coffee") + public static let cognitiveDisability = Icon.Name(name: "cognitive-disability") + public static let coin = Icon.Name(name: "coin") + public static let comparison = Icon.Name(name: "comparison") + public static let compass = Icon.Name(name: "compass") + public static let complianceDocument = Icon.Name(name: "compliance-document") + public static let compose = Icon.Name(name: "compose") + public static let conditionBasedMaintenance = Icon.Name(name: "condition-based-maintenance") + public static let conditionBasedWrench = Icon.Name(name: "condition-based-wrench") + public static let connectParts = Icon.Name(name: "connect-parts") + public static let connect = Icon.Name(name: "connect") + public static let constructionHammer = Icon.Name(name: "construction-hammer") + public static let constructionTruck = Icon.Name(name: "construction-truck") + public static let consultativeTransfer = Icon.Name(name: "consultative-transfer") + public static let convergence = Icon.Name(name: "convergence") + public static let conversion = Icon.Name(name: "conversion") + public static let countDown = Icon.Name(name: "count-down") + public static let creditCard = Icon.Name(name: "credit-card") + public static let crop = Icon.Name(name: "crop") + public static let crossDeviceTargeting = Icon.Name(name: "cross-device-targeting") + public static let crossDevice = Icon.Name(name: "cross-device") + public static let cta = Icon.Name(name: "cta") + public static let ctr = Icon.Name(name: "ctr") + public static let customAudience = Icon.Name(name: "custom-audience") + public static let customize = Icon.Name(name: "customize") + public static let dataBoost = Icon.Name(name: "data-boost") + public static let data = Icon.Name(name: "data") + public static let deaf = Icon.Name(name: "deaf") + public static let decrease = Icon.Name(name: "decrease") + public static let deviceActivity = Icon.Name(name: "device-activity") + public static let deviceProtection = Icon.Name(name: "device-protection") + public static let devicesAddons = Icon.Name(name: "devices-addons") + public static let dfcVideoSideBySide = Icon.Name(name: "dfc-video-side-by-side") + public static let diagnostic = Icon.Name(name: "diagnostic") + public static let digitalContent = Icon.Name(name: "digital-content") + public static let digitalSignageCar = Icon.Name(name: "digital-signage-car") + public static let digitalSignage = Icon.Name(name: "digital-signage") + public static let dining = Icon.Name(name: "dining") + public static let directCarrierBilling = Icon.Name(name: "direct-carrier-billing") + public static let directory = Icon.Name(name: "directory") + public static let displayUtilities = Icon.Name(name: "display-utilities") + public static let display = Icon.Name(name: "display") + public static let distribution = Icon.Name(name: "distribution") + public static let domainTargeting = Icon.Name(name: "domain-targeting") + public static let doorbell = Icon.Name(name: "doorbell") + public static let downArrow = Icon.Name(name: "down-arrow") + public static let downCaret = Icon.Name(name: "down-caret") + public static let download = Icon.Name(name: "download") + public static let dragAndDrop = Icon.Name(name: "drag-and-drop") + public static let driver = Icon.Name(name: "driver") + public static let droneCamera = Icon.Name(name: "drone-camera") + public static let dropShipment = Icon.Name(name: "drop-shipment") + public static let duplicate = Icon.Name(name: "duplicate") + public static let edit = Icon.Name(name: "edit") + public static let educationCurriculum = Icon.Name(name: "education-curriculum") + public static let education = Icon.Name(name: "education") + public static let electricCar = Icon.Name(name: "electric-car") + public static let electricPower = Icon.Name(name: "electric-power") + public static let electricUtility = Icon.Name(name: "electric-utility") + public static let electricVan = Icon.Name(name: "electric-van") + public static let emailSignature = Icon.Name(name: "email-signature") + public static let email = Icon.Name(name: "email") + public static let embeddedSound = Icon.Name(name: "embedded-sound") + public static let emergencyContact = Icon.Name(name: "emergency-contact") + public static let emoji = Icon.Name(name: "emoji") + public static let employeeTermination = Icon.Name(name: "employee-termination") + public static let energyScience = Icon.Name(name: "energy-science") + public static let energyUtilities = Icon.Name(name: "energy-utilities") + public static let enterprise = Icon.Name(name: "enterprise") + public static let error = Icon.Name(name: "error") + public static let euro = Icon.Name(name: "euro") + public static let expense = Icon.Name(name: "expense") + public static let externalLink = Icon.Name(name: "external-link") + public static let faceCovering = Icon.Name(name: "face-covering") + public static let facebook = Icon.Name(name: "facebook") + public static let fallDetected = Icon.Name(name: "fall-detected") + public static let favorite = Icon.Name(name: "favorite") + public static let fax = Icon.Name(name: "fax") + public static let federalDefense = Icon.Name(name: "federal-defense") + public static let feedback = Icon.Name(name: "feedback") + public static let filterOff = Icon.Name(name: "filter-off") + public static let filter = Icon.Name(name: "filter") + public static let financial = Icon.Name(name: "financial") + public static let findMyRemote = Icon.Name(name: "find-my-remote") + public static let fineArt = Icon.Name(name: "fine-art") + public static let fingerprintSensor = Icon.Name(name: "fingerprint-sensor") + public static let fire = Icon.Name(name: "fire") + public static let fitToZone = Icon.Name(name: "fit-to-zone") + public static let flag = Icon.Name(name: "flag") + public static let fleetTracking = Icon.Name(name: "fleet-tracking") + public static let fleet = Icon.Name(name: "fleet") + public static let flexibilityRectangles = Icon.Name(name: "flexibility-rectangles") + public static let flexibility = Icon.Name(name: "flexibility") + public static let flipCamera = Icon.Name(name: "flip-camera") + public static let flurry = Icon.Name(name: "flurry") + public static let forwardedCall = Icon.Name(name: "forwarded-call") + public static let fridge = Icon.Name(name: "fridge") + public static let fullscreen = Icon.Name(name: "fullscreen") + public static let gaming = Icon.Name(name: "gaming") + public static let gas = Icon.Name(name: "gas") + public static let gateway = Icon.Name(name: "gateway") + public static let geofence = Icon.Name(name: "geofence") + public static let getHelp = Icon.Name(name: "get-help") + public static let gift = Icon.Name(name: "gift") + public static let giftedData = Icon.Name(name: "gifted-data") + public static let government = Icon.Name(name: "government") + public static let gridView = Icon.Name(name: "grid-view") + public static let groupFamily = Icon.Name(name: "group-family") + public static let growthOpportunities = Icon.Name(name: "growth-opportunities") + public static let growth = Icon.Name(name: "growth") + public static let hackers = Icon.Name(name: "hackers") + public static let handshake = Icon.Name(name: "handshake") + public static let healthcareCorporate = Icon.Name(name: "healthcare-corporate") + public static let healthcareGeneral = Icon.Name(name: "healthcare-general") + public static let healthcareWorker = Icon.Name(name: "healthcare-worker") + public static let history = Icon.Name(name: "history") + public static let homeInternet = Icon.Name(name: "home-internet") + public static let home = Icon.Name(name: "home") + public static let humidity = Icon.Name(name: "humidity") + public static let ideasSolutions = Icon.Name(name: "ideas-solutions") + public static let identityGraph = Icon.Name(name: "identity-graph") + public static let impressionVideo = Icon.Name(name: "impression-video") + public static let inStorePickup = Icon.Name(name: "in-store-pickup") + public static let inclusivity = Icon.Name(name: "inclusivity") + public static let incomingCall = Icon.Name(name: "incoming-call") + public static let increase = Icon.Name(name: "increase") + public static let industry = Icon.Name(name: "industry") + public static let inferredIdentity = Icon.Name(name: "inferred-identity") + public static let info = Icon.Name(name: "info") + public static let instagram = Icon.Name(name: "instagram") + public static let insurance = Icon.Name(name: "insurance") + public static let intelligentTracking = Icon.Name(name: "intelligent-tracking") + public static let internationalLongDistance = Icon.Name(name: "international-long-distance") + public static let internationalSymbolOfAccess = Icon.Name(name: "international-symbol-of-access") + public static let international = Icon.Name(name: "international") + public static let internetDevices = Icon.Name(name: "internet-devices") + public static let internetOfThings = Icon.Name(name: "internet-of-things") + public static let inventory = Icon.Name(name: "inventory") + public static let invitationAccepted = Icon.Name(name: "invitation-accepted") + public static let invitationExpired = Icon.Name(name: "invitation-expired") + public static let invitationRejected = Icon.Name(name: "invitation-rejected") + public static let irobot = Icon.Name(name: "irobot") + public static let ironingBoard = Icon.Name(name: "ironing-board") + public static let joinCall = Icon.Name(name: "join-call") + public static let k12Education = Icon.Name(name: "k12-education") + public static let kidsStroller = Icon.Name(name: "kids-stroller") + public static let landscape = Icon.Name(name: "landscape") + public static let laptopAntivirus = Icon.Name(name: "laptop-antivirus") + public static let laptopControls = Icon.Name(name: "laptop-controls") + public static let laptopGpsTracking = Icon.Name(name: "laptop-gps-tracking") + public static let laptopSettings = Icon.Name(name: "laptop-settings") + public static let laptopTrends = Icon.Name(name: "laptop-trends") + public static let laptopWireless = Icon.Name(name: "laptop-wireless") + public static let largePlan = Icon.Name(name: "large-plan") + public static let law = Icon.Name(name: "law") + public static let leftArrow = Icon.Name(name: "left-arrow") + public static let leftCaret = Icon.Name(name: "left-caret") + public static let levers = Icon.Name(name: "levers") + public static let light = Icon.Name(name: "light") + public static let link = Icon.Name(name: "link") + public static let list = Icon.Name(name: "list") + public static let liveCaption = Icon.Name(name: "live-caption") + public static let lmr = Icon.Name(name: "lmr") + public static let loanerEquipment = Icon.Name(name: "loaner-equipment") + public static let locationPin = Icon.Name(name: "location-pin") + public static let location = Icon.Name(name: "location") + public static let lockClosed = Icon.Name(name: "lock-closed") + public static let lockOpen = Icon.Name(name: "lock-open") + public static let logout = Icon.Name(name: "logout") + public static let loyaltyRetention = Icon.Name(name: "loyalty-retention") + public static let manufacturing = Icon.Name(name: "manufacturing") + public static let mapView = Icon.Name(name: "map-view") + public static let masonryView = Icon.Name(name: "masonry-view") + public static let maximize = Icon.Name(name: "maximize") + public static let medal = Icon.Name(name: "medal") + public static let mediaEntertainment = Icon.Name(name: "media-entertainment") + public static let mediumBusiness = Icon.Name(name: "medium-business") + public static let mediumPlan = Icon.Name(name: "medium-plan") + public static let menu = Icon.Name(name: "menu") + public static let mergeCalls = Icon.Name(name: "merge-calls") + public static let microphone = Icon.Name(name: "microphone") + public static let minus = Icon.Name(name: "minus") + public static let missedCall = Icon.Name(name: "missed-call") + public static let mobileApps = Icon.Name(name: "mobile-apps") + public static let mobileCommandCenter = Icon.Name(name: "mobile-command-center") + public static let mobileHotspot = Icon.Name(name: "mobile-hotspot") + public static let mobileKioskInfo = Icon.Name(name: "mobile-kiosk-info") + public static let mobileKioskWireless = Icon.Name(name: "mobile-kiosk-wireless") + public static let mobilePlusTv = Icon.Name(name: "mobile-plus-tv") + public static let mobileRetail = Icon.Name(name: "mobile-retail") + public static let mobileRetargeting = Icon.Name(name: "mobile-retargeting") + public static let mobileSearch = Icon.Name(name: "mobile-search") + public static let mobileWorkforceManagement = Icon.Name(name: "mobile-workforce-management") + public static let moreHorizontal = Icon.Name(name: "more-horizontal") + public static let motionDetector = Icon.Name(name: "motion-detector") + public static let moveTo = Icon.Name(name: "move-to") + public static let multicast = Icon.Name(name: "multicast") + public static let multipleDeviceProtection = Icon.Name(name: "multiple-device-protection") + public static let multipleDevices = Icon.Name(name: "multiple-devices") + public static let multipleDocuments = Icon.Name(name: "multiple-documents") + public static let music = Icon.Name(name: "music") + public static let mute = Icon.Name(name: "mute") + public static let myAccount = Icon.Name(name: "my-account") + public static let nationwide = Icon.Name(name: "nationwide") + public static let nativeVideo = Icon.Name(name: "native-video") + public static let native = Icon.Name(name: "native") + public static let networkAttachedStorage = Icon.Name(name: "network-attached-storage") + public static let networkConnection = Icon.Name(name: "network-connection") + public static let network = Icon.Name(name: "network") + public static let news = Icon.Name(name: "news") + public static let next = Icon.Name(name: "next") + public static let nfcTag = Icon.Name(name: "nfc-tag") + public static let night = Icon.Name(name: "night") + public static let noFee = Icon.Name(name: "no-fee") + public static let noOff = Icon.Name(name: "no-off") + public static let noSmoking = Icon.Name(name: "no-smoking") + public static let noVideo = Icon.Name(name: "no-video") + public static let no = Icon.Name(name: "no") + public static let notification = Icon.Name(name: "notification") + public static let notificationsOff = Icon.Name(name: "notifications-off") + public static let notifyMe = Icon.Name(name: "notify-me") + public static let officePhoneSystem = Icon.Name(name: "office-phone-system") + public static let oilIndustry = Icon.Name(name: "oil-industry") + public static let onDemand = Icon.Name(name: "on-demand") + public static let onGoCar = Icon.Name(name: "on-go-car") + public static let oneYear = Icon.Name(name: "one-year") + public static let openCaptioning = Icon.Name(name: "open-captioning") + public static let operationalTransformation = Icon.Name(name: "operational-transformation") + public static let orders = Icon.Name(name: "orders") + public static let outOfStock = Icon.Name(name: "out-of-stock") + public static let outgoingCall = Icon.Name(name: "outgoing-call") + public static let packBackpack = Icon.Name(name: "pack-backpack") + public static let packLuggage = Icon.Name(name: "pack-luggage") + public static let packPurse = Icon.Name(name: "pack-purse") + public static let paperFreeBilling = Icon.Name(name: "paper-free-billing") + public static let passenger = Icon.Name(name: "passenger") + public static let pauseInternet = Icon.Name(name: "pause-internet") + public static let pause = Icon.Name(name: "pause") + public static let peelSticker = Icon.Name(name: "peel-sticker") + public static let petsCollar = Icon.Name(name: "pets-collar") + public static let pharmaceutical = Icon.Name(name: "pharmaceutical") + public static let phoneAllGood = Icon.Name(name: "phone-all-good") + public static let phoneFavorite = Icon.Name(name: "phone-favorite") + public static let phoneMedical = Icon.Name(name: "phone-medical") + public static let phonePublicSafety = Icon.Name(name: "phone-public-safety") + public static let phoneVolume = Icon.Name(name: "phone-volume") + public static let phone = Icon.Name(name: "phone") + public static let photo = Icon.Name(name: "photo") + public static let platform = Icon.Name(name: "platform") + public static let playWith = Icon.Name(name: "play-with") + public static let play = Icon.Name(name: "play") + public static let plus = Icon.Name(name: "plus") + public static let policeFleet = Icon.Name(name: "police-fleet") + public static let portrait = Icon.Name(name: "portrait") + public static let pressure = Icon.Name(name: "pressure") + public static let previous = Icon.Name(name: "previous") + public static let print = Icon.Name(name: "print") + public static let professionalServicesCase = Icon.Name(name: "professional-services-case") + public static let professionalServicesChart = Icon.Name(name: "professional-services-chart") + public static let publicSafety = Icon.Name(name: "public-safety") + public static let publicTransportation = Icon.Name(name: "public-transportation") + public static let purchaseData = Icon.Name(name: "purchase-data") + public static let pushNotification = Icon.Name(name: "push-notification") + public static let pushToTalk = Icon.Name(name: "push-to-talk") + public static let question = Icon.Name(name: "question") + public static let realTimeTracking = Icon.Name(name: "real-time-tracking") + public static let realTime = Icon.Name(name: "real-time") + public static let recycle = Icon.Name(name: "recycle") + public static let remindMe = Icon.Name(name: "remind-me") + public static let reminder = Icon.Name(name: "reminder") + public static let removeItem = Icon.Name(name: "remove-item") + public static let reoccurringPayment = Icon.Name(name: "reoccurring-payment") + public static let replaceAPhoto = Icon.Name(name: "replace-a-photo") + public static let reply = Icon.Name(name: "reply") + public static let reportsAndAlerts = Icon.Name(name: "reports-and-alerts") + public static let research = Icon.Name(name: "research") + public static let reservations = Icon.Name(name: "reservations") + public static let responsibleBusiness = Icon.Name(name: "responsible-business") + public static let retailStore = Icon.Name(name: "retail-store") + public static let retargeting = Icon.Name(name: "retargeting") + public static let returns = Icon.Name(name: "returns") + public static let rewards = Icon.Name(name: "rewards") + public static let rightArrow = Icon.Name(name: "right-arrow") + public static let rightCaret = Icon.Name(name: "right-caret") + public static let ringing = Icon.Name(name: "ringing") + public static let ringtone = Icon.Name(name: "ringtone") + public static let riskMonitor = Icon.Name(name: "risk-monitor") + public static let router = Icon.Name(name: "router") + public static let rss = Icon.Name(name: "rss") + public static let satelliteOff = Icon.Name(name: "satellite-off") + public static let satellite = Icon.Name(name: "satellite") + public static let save = Icon.Name(name: "save") + public static let scaleAlt = Icon.Name(name: "scale-alt") + public static let scale = Icon.Name(name: "scale") + public static let schoolNotebook = Icon.Name(name: "school-notebook") + public static let search = Icon.Name(name: "search") + public static let securityAlert = Icon.Name(name: "security-alert") + public static let securityCheck = Icon.Name(name: "security-check") + public static let securityKeyhole = Icon.Name(name: "security-keyhole") + public static let securityWireless = Icon.Name(name: "security-wireless") + public static let sendMessage = Icon.Name(name: "send-message") + public static let serverClock = Icon.Name(name: "server-clock") + public static let serverSearch = Icon.Name(name: "server-search") + public static let serverStack = Icon.Name(name: "server-stack") + public static let setFallbackImage = Icon.Name(name: "set-fallback-image") + public static let setGalleryImage = Icon.Name(name: "set-gallery-image") + public static let settings = Icon.Name(name: "settings") + public static let share = Icon.Name(name: "share") + public static let shipping = Icon.Name(name: "shipping") + public static let shock = Icon.Name(name: "shock") + public static let shoppingBag = Icon.Name(name: "shopping-bag") + public static let shopping = Icon.Name(name: "shopping") + public static let signalBroadcast = Icon.Name(name: "signal-broadcast") + public static let simCard = Icon.Name(name: "sim-card") + public static let singleDocument = Icon.Name(name: "single-document") + public static let smallBusiness = Icon.Name(name: "small-business") + public static let smallPlan = Icon.Name(name: "small-plan") + public static let smartAssistant = Icon.Name(name: "smart-assistant") + public static let smartBoiler = Icon.Name(name: "smart-boiler") + public static let smartCommunities = Icon.Name(name: "smart-communities") + public static let smartFamilyChildAddressBook = Icon.Name(name: "smart-family-child-address-book") + public static let smartLighting = Icon.Name(name: "smart-lighting") + public static let smartMeter = Icon.Name(name: "smart-meter") + public static let smartScooter = Icon.Name(name: "smart-scooter") + public static let smartSocket = Icon.Name(name: "smart-socket") + public static let smartSwitch = Icon.Name(name: "smart-switch") + public static let smokeDetector = Icon.Name(name: "smoke-detector") + public static let snooze = Icon.Name(name: "snooze") + public static let socialDistancing = Icon.Name(name: "social-distancing") + public static let solarPanel = Icon.Name(name: "solar-panel") + public static let sort = Icon.Name(name: "sort") + public static let sound = Icon.Name(name: "sound") + public static let speakerMute = Icon.Name(name: "speaker-mute") + public static let speakerPhone = Icon.Name(name: "speaker-phone") + public static let speedMonitoring = Icon.Name(name: "speed-monitoring") + public static let speed = Icon.Name(name: "speed") + public static let sportsBike = Icon.Name(name: "sports-bike") + public static let sportsSkis = Icon.Name(name: "sports-skis") + public static let sportsSoccer = Icon.Name(name: "sports-soccer") + public static let sportsTennis = Icon.Name(name: "sports-tennis") + public static let stadiumFlag = Icon.Name(name: "stadium-flag") + public static let stakeholder = Icon.Name(name: "stakeholder") + public static let star = Icon.Name(name: "star") + public static let steps = Icon.Name(name: "steps") + public static let stethoscope = Icon.Name(name: "stethoscope") + public static let stockTogether = Icon.Name(name: "stock-together") + public static let stopAlt = Icon.Name(name: "stop-alt") + public static let stop = Icon.Name(name: "stop") + public static let supportDrawer = Icon.Name(name: "support-drawer") + public static let support = Icon.Name(name: "support") + public static let survey = Icon.Name(name: "survey") + public static let swipeLeft = Icon.Name(name: "swipe-left") + public static let swipeRight = Icon.Name(name: "swipe-right") + public static let swipe = Icon.Name(name: "swipe") + public static let `switch` = Icon.Name(name: "switch") + public static let sync = Icon.Name(name: "sync") + public static let tabletData = Icon.Name(name: "tablet-data") + public static let tabletWireless = Icon.Name(name: "tablet-wireless") + public static let tablet = Icon.Name(name: "tablet") + public static let tag = Icon.Name(name: "tag") + public static let talking = Icon.Name(name: "talking") + public static let targetGoal = Icon.Name(name: "target-goal") + public static let taxes = Icon.Name(name: "taxes") + public static let teamLeader = Icon.Name(name: "team-leader") + public static let techLaptop = Icon.Name(name: "tech-laptop") + public static let technology = Icon.Name(name: "technology") + public static let telematicsCar = Icon.Name(name: "telematics-car") + public static let teletype = Icon.Name(name: "teletype") + public static let temperature = Icon.Name(name: "temperature") + public static let template = Icon.Name(name: "template") + public static let textToSpeech = Icon.Name(name: "text-to-speech") + public static let theme = Icon.Name(name: "theme") + public static let thermostatTech = Icon.Name(name: "thermostat-tech") + public static let thumbsDown = Icon.Name(name: "thumbs-down") + public static let thumbsUp = Icon.Name(name: "thumbs-up") + public static let ticket = Icon.Name(name: "ticket") + public static let tiles = Icon.Name(name: "tiles") + public static let tilt = Icon.Name(name: "tilt") + public static let timer = Icon.Name(name: "timer") + public static let tireBlowout = Icon.Name(name: "tire-blowout") + public static let tools = Icon.Name(name: "tools") + public static let topBox = Icon.Name(name: "top-box") + public static let totalMobileProtection = Icon.Name(name: "total-mobile-protection") + public static let towTruck = Icon.Name(name: "tow-truck") + public static let tradingDeck = Icon.Name(name: "trading-deck") + public static let trafficLight = Icon.Name(name: "traffic-light") + public static let traffic = Icon.Name(name: "traffic") + public static let trailers = Icon.Name(name: "trailers") + public static let training = Icon.Name(name: "training") + public static let transportation = Icon.Name(name: "transportation") + public static let trash = Icon.Name(name: "trash") + public static let travelKeys = Icon.Name(name: "travel-keys") + public static let travelPass = Icon.Name(name: "travel-pass") + public static let tripPlanner = Icon.Name(name: "trip-planner") + public static let trumpet = Icon.Name(name: "trumpet") + public static let turnOnOff = Icon.Name(name: "turn-on-off") + public static let tvContent = Icon.Name(name: "tv-content") + public static let tv = Icon.Name(name: "tv") + public static let twitter = Icon.Name(name: "twitter") + public static let undo = Icon.Name(name: "undo") + public static let unification = Icon.Name(name: "unification") + public static let unlimitedPlan = Icon.Name(name: "unlimited-plan") + public static let upArrow = Icon.Name(name: "up-arrow") + public static let upCaret = Icon.Name(name: "up-caret") + public static let uplink = Icon.Name(name: "uplink") + public static let upload = Icon.Name(name: "upload") + public static let urlTransparency = Icon.Name(name: "url-transparency") + public static let userGuides1 = Icon.Name(name: "user-guides-1") + public static let userGuides2 = Icon.Name(name: "user-guides-2") + public static let userRegistration = Icon.Name(name: "user-registration") + public static let userSettings = Icon.Name(name: "user-settings") + public static let utilityGridManagement = Icon.Name(name: "utility-grid-management") + public static let vibration = Icon.Name(name: "vibration") + public static let videoOnTablet = Icon.Name(name: "video-on-tablet") + public static let video = Icon.Name(name: "video") + public static let virtualReality = Icon.Name(name: "virtual-reality") + public static let visibility = Icon.Name(name: "visibility") + public static let voiceHd = Icon.Name(name: "voice-hd") + public static let voiceMail = Icon.Name(name: "voice-mail") + public static let volume = Icon.Name(name: "volume") + public static let volunteer = Icon.Name(name: "volunteer") + public static let warning = Icon.Name(name: "warning") + public static let waterResistant = Icon.Name(name: "water-resistant") + public static let waterUtility = Icon.Name(name: "water-utility") + public static let wearable = Icon.Name(name: "wearable") + public static let weather = Icon.Name(name: "weather") + public static let webinar = Icon.Name(name: "webinar") + public static let weights = Icon.Name(name: "weights") + public static let whiteboard = Icon.Name(name: "whiteboard") + public static let winchService = Icon.Name(name: "winch-service") + public static let wirelessVending = Icon.Name(name: "wireless-vending") + public static let wirelessVideoSurveillance = Icon.Name(name: "wireless-video-surveillance") + public static let yield = Icon.Name(name: "yield") + public static let youtube = Icon.Name(name: "youtube") + public static let zoomIn = Icon.Name(name: "zoom-in") + public static let zoomOut = Icon.Name(name: "zoom-out") static let all: [Icon.Name] = [ - //accessibility - .accessibility, .americanSignLanguage, .assistedListeningSystems, .audioDescription, .blind, .braille, .brightness, .closedCaptioning, .closedCaptioningFill, .cognitiveDisability, .deaf, .internationalSymbolOfAccess, .openCaptioning, .phoneVolume, .teletype, .textToSpeech, - - //b2b: - .assetTracking, .businessContinuity, .conditionBasedMaintenance, .conditionBasedWrench, .constructionHammer, .constructionTruck, .digitalSignageCar, .digitalSignage, .droneCamera, .educationCurriculum, .education, .electricPower, .electricUtility, .energyScience, .energyUtilities, .enterprise, .federalDefense, .financial, .fleetTracking, .fleet, .gas, .government, .group, .growth, .hackers, .healthcareCorporate, .healthcareGeneral, .healthcareWorker, .ideasSolutions, .inclusivity, .industry, .insurance, .intelligentTracking, .internetOfThings, .joinCall, .k12Education, .laptopAntivirus, .laptopControls, .laptopGpsTracking, .laptopSettings, .laptopTrends, .laptopWireless, .law, .lmr, .loyaltyRetention, .manufacturing, .mediaEntertainment, .mediumBusiness, .mobileCommandCenter, .mobileKioskInfo, .mobileKioskWireless, .mobileRetail, .mobileSearch, .mobileWorkforceManagement, .network, .networkAttachedStorage, .officePhoneSystem, .oilIndustry, .operationalTransformation, .pharmaceutical, .pharmacy, .planner, .powerUtility, .professionalServices, .qualityAssurance, .realEstate, .regulatoryCompliance, .research, .retail, .security, .securitySolution, .smarthouse, .socialMedia, .software, .solarPower, .solutions, .supplyChain, .systemIntegration, .telecommunications, .telemedicine, .telemetry, .thermodynamics, .trends, .utilityWorker, .vehicleTracking, .warehouseManagement, .waterIndustry, .wellness, - - //directional: - .closeAlt, .close, .downArrow, .downCaret, .evenMoreFlexibility, .flexibilityRectangles, .flexibility, .gateway, .leftArrow, .leftCaret, .minus, .moreFlexibility, .noOff, .no, .plus, .rightArrow, .rightCaret, .swipeLeft, .swipeRight, .swipe, .switch, .upArrow, .upCaret, - - //international: - .internationalLongDistance, .international, .travelPass, .tripPlanner, - - //navigational - .advancedSettings, .agentChat, .bookmark, .chat, .filterOff, .filter, .list, .lockClosed, .lockOpen, .logout, .menu, .moreHorizontal, .myAccount, .realTimeTracking, .search, .settings, .supportDrawer, .support, .userRegistration, - - //notification_feedback: - .alertNotification, .checkmarkAlt, .checkmark, .clock, .error, .feedback, .loader, .notification, .notificationsOff, .notifyMe, .pushNotification, .remindMe, .reminder, .securityAlert, .securityCheck, .securityKeyhole, .securityWireless, .snooze, .speedMonitoring, .starOff, .star, .sync, .timer, .warning, - - //objects_industry: - .ctr, .passenger, .tvContent, .urlTransparency, .adaptiveSpeaker, .adTechStack, .agricultureLeaves, .agricultureTractor, .agricultureVineyard, .airport, .airConditioner, .audienceTargetedSearch, .award, .babyMonitor, .bestPractices, .bid, .bot, .cellTower, .cloudDocument, .coffee, .coin, .complianceDocument, .conversion, .countDown, .crossDeviceTargeting, .crossDevice, .customAudience, .digitalContent, .dining, .display, .domainTargeting, .doorbell, .driver, .euro, .expense, .faceCovering, .fineArt, .flag, .flurry, .fridge, .gaming, .geofence, .home, .identityGraph, .impressionVideo, .inferredIdentity, .irobot, .ironingBoard, .kidsStroller, .levers, .mobilePlusTv, .mobileRetargeting, .motionDetector, .multipleDocuments, .music, .nativeVideo, .native, .onGoCar, .packBackpack, .packLuggage, .packPurse, .petsCollar, .realTime, .research, .retailStore, .retargeting, .schoolNotebook, .singleDocument, .smartFamilyChildAddressBook, .smartScooter, .smokeDetector, .solarPanel, .sportsBike, .sportsSkis, .sportsSoccer, .sportsTennis, .stadiumAlt, .stadiumFlag, .thermostatTech, .ticket, .tradingDeck, .traffic, .travelKeys, .trumpet, .unification, .unification, .visibility, .weights, .yield, - - //orders_pricing: - .addToFavorite, .addedToFavorite, .billDown, .billUp, .camera, .creditCard, .gift, .inStorePickup, .noFee, .oneYear, .orders, .outOfStock, .reoccuringPayment, .reservations, .returns, .rewards, .shipping, .shoppingBag, .shopping, .tag, .taxes, - - //other: - .growthOpportunities, .noSmoking, .socialDistancing, - - //plans_devices: - .battery, .bonusData, .bringYourOwnDevice, .callerId, .carryoverData, .compass, .connect, .dataBoost, .deviceProtection, .devicesAddons, .embeddedSound, .findMyRemote, .giftedData, .homeInternet, .internetDevices, .largePlan, .mediumPlan, .mobileApps, .mobileHotspot, .multipleDeviceProtection, .multipleDevices, .nationWide, .phoneAlt, .purchaseData, .router, .simCard, .smallPlan, .smartAssistant, .sound, .tablet, .techLaptop, .techPhone , .totalMobileProtection, .unlimitedPlan, .uplink, .videoOnTablet, .waterResistant, .wearable, - - //social: - .at, .facebook, .instagram, .twitter, .youtube, - - //utilities: - .ThreeDAd , .ar , .addFolder , .addUser , .analytics , .announcement , .archive , .artboard , .attach , .awareness , .barcode , .bluetooth , .boxOpen , .calendar , .calibrate , .callDisconnected , .cleanSurface , .cloudAlt , .cloud , .comparison , .compose , .connectParts , .consultativeTransfer , .convergence , .crop , .cta , .customize , .data , .decrease , .deviceActivity , .directCarrierBilling , .directory , .displayUtilities , .distribution , .download , .dragAndDrop , .dropShipment , .duplicate , .edit , .email , .emergencyContact , .emoji , .externalLink , .fallDetected , .favorite , .fax , .fingerprintSensor , .fire , .fitToZone , .flipCamera , .forwardedCall , .fullscreen , .getHelp , .gridView , .history , .humidity , .incomingCall , .increase , .info , .inventory , .invitationAccepted , .invitationExpired , .invitationRejected , .landscape , .light , .link , .location , .locationPin , .mapView , .masonryView , .maximize , .mergeCalls , .microphoneAlt , .microphone , .missedCall , .moveTo , .multicast , .mute , .networkConnection , .news , .next , .nfcTag , .night , .noVideo , .onDemand , .outgoingCall , .paperFreeBilling , .pauseInternet , .pause , .peelSticker , .photo , .platform , .playAlt , .playWith , .play , .portrait , .pressure , .previous , .print , .question , .recycle , .removeItem , .replaceAPhoto , .reply , .ringing , .ringtone , .riskMonitor , .rss , .satelliteOff , .satellite , .save , .scaleAlt , .scale , .sendMessage , .setFallbackImage , .setGalleryImage , .share , .shock , .signalBroadcast , .speakerMute , .speakerPhone , .speed , .stakeholder , .steps , .stop , .stopAlt , .survey , .talking , .teamLeader , .temperature , .template , .theme , .thumbsDown , .thumbsUp , .tiles , .tilt , .tools , .trash , .turnonOff , .tv , .upload , .userSettings , .vibration , .video , .volume , .volunteer , .virtualReality , .voiceHd , .voiceMail , .weather , .whiteBlackList , .wifi , .zoomIn , .zoomOut - ] + threedAd, accessibility, accessories, adTechStack, adaptiveSpeaker, addFolder, addToFavorite, addUser, addedToFavorite, advancedSettings, agentChat, agricultureLeaves, agricultureTractor, agricultureVineyard, aiDashcam, airConditioner, airport, alertNotification, ambulance, americanSignLanguage, analytics, announcement, ar, archive, artboard, assetTracking, assistedListeningSystems, at, attach, audienceTargetedSearch, audioDescription, award, awareness, babyMonitor, barcode, battery, bestPractices, bid, billDown, billUp, blind, bluetooth, bonusData, bookmark, bot, boxOpen, braille, brightness, bringYourOwnDevice, bucketTruckBoom, bucketTruck, bug, businessContinuity, calendar, calibrate, callDisconnected, callerId, camera, carBattery, carryoverData, cellPhone, cellTower, chat, checkmark, cleanSurface, clock, closeAlternate, close, closedCaptioning, cloudDocument, cloud, coffee, cognitiveDisability, coin, comparison, compass, complianceDocument, compose, conditionBasedMaintenance, conditionBasedWrench, connectParts, connect, constructionHammer, constructionTruck, consultativeTransfer, convergence, conversion, countDown, creditCard, crop, crossDeviceTargeting, crossDevice, cta, ctr, customAudience, customize, dataBoost, data, deaf, decrease, deviceActivity, deviceProtection, devicesAddons, dfcVideoSideBySide, diagnostic, digitalContent, digitalSignageCar, digitalSignage, dining, directCarrierBilling, directory, displayUtilities, display, distribution, domainTargeting, doorbell, downArrow, downCaret, download, dragAndDrop, driver, droneCamera, dropShipment, duplicate, edit, educationCurriculum, education, electricCar, electricPower, electricUtility, electricVan, emailSignature, email, embeddedSound, emergencyContact, emoji, employeeTermination, energyScience, energyUtilities, enterprise, error, euro, expense, externalLink, faceCovering, facebook, fallDetected, favorite, fax, federalDefense, feedback, filterOff, filter, financial, findMyRemote, fineArt, fingerprintSensor, fire, fitToZone, flag, fleetTracking, fleet, flexibilityRectangles, flexibility, flipCamera, flurry, forwardedCall, fridge, fullscreen, gaming, gas, gateway, geofence, getHelp, gift, giftedData, government, gridView, groupFamily, growthOpportunities, growth, hackers, handshake, healthcareCorporate, healthcareGeneral, healthcareWorker, history, homeInternet, home, humidity, ideasSolutions, identityGraph, impressionVideo, inStorePickup, inclusivity, incomingCall, increase, industry, inferredIdentity, info, instagram, insurance, intelligentTracking, internationalLongDistance, internationalSymbolOfAccess, international, internetDevices, internetOfThings, inventory, invitationAccepted, invitationExpired, invitationRejected, irobot, ironingBoard, joinCall, k12Education, kidsStroller, landscape, laptopAntivirus, laptopControls, laptopGpsTracking, laptopSettings, laptopTrends, laptopWireless, largePlan, law, leftArrow, leftCaret, levers, light, link, list, liveCaption, lmr, loanerEquipment, locationPin, location, lockClosed, lockOpen, logout, loyaltyRetention, manufacturing, mapView, masonryView, maximize, medal, mediaEntertainment, mediumBusiness, mediumPlan, menu, mergeCalls, microphone, minus, missedCall, mobileApps, mobileCommandCenter, mobileHotspot, mobileKioskInfo, mobileKioskWireless, mobilePlusTv, mobileRetail, mobileRetargeting, mobileSearch, mobileWorkforceManagement, moreHorizontal, motionDetector, moveTo, multicast, multipleDeviceProtection, multipleDevices, multipleDocuments, music, mute, myAccount, nationwide, nativeVideo, native, networkAttachedStorage, networkConnection, network, news, next, nfcTag, night, noFee, noOff, noSmoking, noVideo, no, notification, notificationsOff, notifyMe, officePhoneSystem, oilIndustry, onDemand, onGoCar, oneYear, openCaptioning, operationalTransformation, orders, outOfStock, outgoingCall, packBackpack, packLuggage, packPurse, paperFreeBilling, passenger, pauseInternet, pause, peelSticker, petsCollar, pharmaceutical, phoneAllGood, phoneFavorite, phoneMedical, phonePublicSafety, phoneVolume, phone, photo, platform, playWith, play, plus, policeFleet, portrait, pressure, previous, print, professionalServicesCase, professionalServicesChart, publicSafety, publicTransportation, purchaseData, pushNotification, pushToTalk, question, realTimeTracking, realTime, recycle, remindMe, reminder, removeItem, reoccurringPayment, replaceAPhoto, reply, reportsAndAlerts, research, reservations, responsibleBusiness, retailStore, retargeting, returns, rewards, rightArrow, rightCaret, ringing, ringtone, riskMonitor, router, rss, satelliteOff, satellite, save, scaleAlt, scale, schoolNotebook, search, securityAlert, securityCheck, securityKeyhole, securityWireless, sendMessage, serverClock, serverSearch, serverStack, setFallbackImage, setGalleryImage, settings, share, shipping, shock, shoppingBag, shopping, signalBroadcast, simCard, singleDocument, smallBusiness, smallPlan, smartAssistant, smartBoiler, smartCommunities, smartFamilyChildAddressBook, smartLighting, smartMeter, smartScooter, smartSocket, smartSwitch, smokeDetector, snooze, socialDistancing, solarPanel, sort, sound, speakerMute, speakerPhone, speedMonitoring, speed, sportsBike, sportsSkis, sportsSoccer, sportsTennis, stadiumFlag, stakeholder, star, steps, stethoscope, stockTogether, stopAlt, stop, supportDrawer, support, survey, swipeLeft, swipeRight, swipe, `switch`, sync, tabletData, tabletWireless, tablet, tag, talking, targetGoal, taxes, teamLeader, techLaptop, technology, telematicsCar, teletype, temperature, template, textToSpeech, theme, thermostatTech, thumbsDown, thumbsUp, ticket, tiles, tilt, timer, tireBlowout, tools, topBox, totalMobileProtection, towTruck, tradingDeck, trafficLight, traffic, trailers, training, transportation, trash, travelKeys, travelPass, tripPlanner, trumpet, turnOnOff, tvContent, tv, twitter, undo, unification, unlimitedPlan, upArrow, upCaret, uplink, upload, urlTransparency, userGuides1, userGuides2, userRegistration, userSettings, utilityGridManagement, vibration, videoOnTablet, video, virtualReality, visibility, voiceHd, voiceMail, volume, volunteer, warning, waterResistant, waterUtility, wearable, weather, webinar, weights, whiteboard, winchService, wirelessVending, wirelessVideoSurveillance, yield, youtube, zoomIn, zoomOut ] } diff --git a/VDSSample/Protocols/PickerBase.swift b/VDSSample/Protocols/PickerBase.swift index 201b8d4..00bbac1 100644 --- a/VDSSample/Protocols/PickerBase.swift +++ b/VDSSample/Protocols/PickerBase.swift @@ -48,6 +48,7 @@ public class PickerSelectorView: UIStackView, Picker instance.size = .small instance.use = .secondary instance.text = "Select" + instance.width = 150 } public var text: String = "" { @@ -60,6 +61,7 @@ public class PickerSelectorView: UIStackView, Picker public var items: [EnumType] { didSet { selectedIndex = 0 } } + public var onClick: AnyCancellable? public var onPickerDidSelect: ((EnumType) -> Void)? public var scrollToBottom: (()->Void)? public init(title: String, picker: UIPickerView? = nil, items: [EnumType]) { @@ -72,9 +74,15 @@ public class PickerSelectorView: UIStackView, Picker self.alignment = .fill text = title label.text = title + let buttonWrapper = View() + buttonWrapper.addSubview(button) + button.pinTop() + button.pinBottom() + button.pinTrailing() + button.pinLeadingGreaterThanOrEqualTo(anchor: buttonWrapper.leadingAnchor) updateSelectedIndex() addArrangedSubview(label) - addArrangedSubview(button) + addArrangedSubview(buttonWrapper) button.onClick = { [weak self] _ in self?.picker?.delegate = self self?.picker?.dataSource = self 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 d1e163e..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 005e6a1..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 diff --git a/VDSSample/ViewControllers/BadgeIndicatorViewController.swift b/VDSSample/ViewControllers/BadgeIndicatorViewController.swift new file mode 100644 index 0000000..20ef79c --- /dev/null +++ b/VDSSample/ViewControllers/BadgeIndicatorViewController.swift @@ -0,0 +1,213 @@ +// +// BadgeIndicatorViewController.swift +// VDSSample +// +// Created by Matt Bruce on 6/15/23. +// + +import Foundation +import UIKit +import VDS +import VDSColorTokens +import Combine + +class BadgeIndicatorViewController: BaseViewController { + + lazy var fillColorPickerSelectorView = { + PickerSelectorView(title: "red", + picker: self.picker, + items: BadgeIndicator.FillColor.allCases) + }() + + lazy var kindPickerSelectorView = { + PickerSelectorView(title: "red", + picker: self.picker, + items: BadgeIndicator.Kind.allCases) + }() + + lazy var textSizePickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: BadgeIndicator.Size.allCases) + }() + + lazy var maxDigitsPickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: BadgeIndicator.MaximumDigits.allCases) + }() + + lazy var borderColorLightPickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: UIColor.VDSColor.allCases) + }() + + lazy var borderColorDarkPickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: UIColor.VDSColor.allCases) + }() + + + var textField = NumericField() + var leadingCharacterTextField = TextField() + var trailingTextField = TextField() + var hideDotSwitch = Toggle() + var hideBorderSwitch = Toggle() + + override func viewDidLoad() { + super.viewDidLoad() + addContentTopView(view: .makeWrapper(for: component)) + setupPicker() + setupModel() + } + + var heightTextField = NumericField() + var widthTextField = NumericField() + var horizontalPaddingTextField = NumericField() + var verticalPaddingTextField = NumericField() + var dotSizeTextField = NumericField() + + var numberedForm = FormSection().with { $0.title = "Numbered Kind"} + var dotForm = FormSection().with { $0.title = "Simple Kind"} + + override func setupForm(){ + super.setupForm() + addFormRow(label: "Kind", view: kindPickerSelectorView) + addFormRow(label: "Height", view: heightTextField) + addFormRow(label: "Width", view: widthTextField) + addFormRow(label: "Horiztonal Padding", view: horizontalPaddingTextField) + addFormRow(label: "Vertical Padding", view: verticalPaddingTextField) + addFormRow(label: "Fill Color", view: fillColorPickerSelectorView) + addFormRow(label: "Surface", view: surfacePickerSelectorView) + addFormRow(label: "Hide Border", view: hideBorderSwitch) + addFormRow(label: "Border Light", view: borderColorLightPickerSelectorView) + addFormRow(label: "Border Dark", view: borderColorDarkPickerSelectorView) + addFormRow(label: "Size", view: textSizePickerSelectorView) + + dotForm.addFormRow(label: "Hide Dot", view: hideDotSwitch) + dotForm.addFormRow(label: "Dot Size", view: dotSizeTextField) + numberedForm.addFormRow(label: "Leading Character", view: leadingCharacterTextField) +//Since not all of the updated specs from 7/13 & 7/18 are done, remove this for now +// numberedForm.addFormRow(label: "Trailing Text", view: trailingTextField) + numberedForm.addFormRow(label: "Number", view: textField) + numberedForm.addFormRow(label: "Max Digits", view: maxDigitsPickerSelectorView) + append(section: numberedForm) + append(section: dotForm) + + hideDotSwitch.publisher(for: .valueChanged).sink { [weak self] control in + self?.component.hideDot = control.isOn + }.store(in: &subscribers) + + hideBorderSwitch.publisher(for: .valueChanged).sink { [weak self] control in + self?.component.hideBorder = control.isOn + }.store(in: &subscribers) + + textField + .numberPublisher + .sink { [weak self] number in + guard let number else { return } + self?.component.number = number.intValue + }.store(in: &subscribers) + + leadingCharacterTextField + .textPublisher + .sink { [weak self] text in + self?.component.leadingCharacter = text + }.store(in: &subscribers) + + trailingTextField + .textPublisher + .sink { [weak self] text in + self?.component.trailingText = text + }.store(in: &subscribers) + + heightTextField + .numberPublisher + .sink { [weak self] number in + self?.component.height = number?.cgFloatValue + }.store(in: &subscribers) + + widthTextField + .numberPublisher + .sink { [weak self] number in + self?.component.width = number?.cgFloatValue + }.store(in: &subscribers) + + horizontalPaddingTextField + .numberPublisher + .sink { [weak self] number in + self?.component.horitonalPadding = number?.cgFloatValue + }.store(in: &subscribers) + + verticalPaddingTextField + .numberPublisher + .sink { [weak self] number in + self?.component.verticalPadding = number?.cgFloatValue + }.store(in: &subscribers) + + dotSizeTextField + .numberPublisher + .sink { [weak self] number in + self?.component.dotSize = number?.cgFloatValue + }.store(in: &subscribers) + + } + + func setupModel() { + component.fillColor = .red + component.number = 23 + component.kind = .simple + component.size = .medium + + //setup UI + surfacePickerSelectorView.text = component.surface.rawValue + kindPickerSelectorView.text = component.kind.rawValue + fillColorPickerSelectorView.text = component.fillColor.rawValue + textSizePickerSelectorView.text = component.size.rawValue + maxDigitsPickerSelectorView.text = component.maximumDigits.rawValue + borderColorDarkPickerSelectorView.text = component.borderColorDark?.toVDSColor()?.rawValue ?? "" + borderColorLightPickerSelectorView.text = component.borderColorLight?.toVDSColor()?.rawValue ?? "" + textField.text = "\(component.number!)" + visibleForms() + } + + func visibleForms() { + numberedForm.isHidden = kindPickerSelectorView.selectedItem != .numbered + dotForm.isHidden = kindPickerSelectorView.selectedItem == .numbered + } + + func setupPicker(){ + + surfacePickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.surface = item + self?.contentTopView.backgroundColor = item.color + } + + kindPickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.kind = item + self?.visibleForms() + } + + fillColorPickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.fillColor = item + } + + textSizePickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.size = item + } + + maxDigitsPickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.maximumDigits = item + } + + borderColorDarkPickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.borderColorDark = item.uiColor + } + + borderColorLightPickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.borderColorLight = item.uiColor + } + } +} diff --git a/VDSSample/ViewControllers/BadgeViewController.swift b/VDSSample/ViewControllers/BadgeViewController.swift index e1c55fe..367c89b 100644 --- a/VDSSample/ViewControllers/BadgeViewController.swift +++ b/VDSSample/ViewControllers/BadgeViewController.swift @@ -51,9 +51,7 @@ class BadgeViewController: BaseViewController { var textField = TextField() var maxWidthTextField = NumericField() - - override func allTextFields() -> [TextField]? { [textField, maxWidthTextField] } - + override func viewDidLoad() { super.viewDidLoad() addContentTopView(view: .makeWrapper(for: component)) @@ -76,13 +74,10 @@ class BadgeViewController: BaseViewController { }.store(in: &subscribers) maxWidthTextField - .textPublisher - .sink { [weak self] text in - var float: CGFloat? - if let n = NumberFormatter().number(from: text) { - float = CGFloat(truncating: n) - } - self?.component.maxWidth = float + .numberPublisher + .sink { [weak self] number in + guard let number else { return } + self?.component.maxWidth = number.cgFloatValue }.store(in: &subscribers) } diff --git a/VDSSample/ViewControllers/BaseViewController.swift b/VDSSample/ViewControllers/BaseViewController.swift index 06fc770..8114c1b 100644 --- a/VDSSample/ViewControllers/BaseViewController.swift +++ b/VDSSample/ViewControllers/BaseViewController.swift @@ -10,13 +10,69 @@ import UIKit import Combine import VDS +public class FormSection: UIStackView { + public var title: String? { + didSet { + if let title { + titleLabel.text = title + titleLabel.isHidden = false + } else { + titleLabel.isHidden = true + } + } + } + + private var titleLabel = Label().with { $0.isHidden = true; $0.textStyle = .boldBodyLarge; } + + public override init(frame: CGRect) { + super.init(frame: frame) + translatesAutoresizingMaskIntoConstraints = false + alignment = .fill + distribution = .fill + axis = .vertical + spacing = 10 + addArrangedSubview(titleLabel) + } + + public convenience init() { + self.init(frame: .zero) + } + + required init(coder: NSCoder) { + fatalError("init(coder:) has not been implemented") + } + + @discardableResult + open func addFormRow(label: String, view: UIView) -> UIView { + let formRow = UIStackView().with { + $0.translatesAutoresizingMaskIntoConstraints = false + $0.alignment = .fill + $0.distribution = .fillEqually + $0.axis = .horizontal + $0.spacing = 5 + } + + let label = Label().with { + $0.tag = 1 + $0.text = label + $0.textStyle = .bodyLarge + } + + formRow.addArrangedSubview(label) + formRow.addArrangedSubview(view) + + addArrangedSubview(formRow) + return formRow + } +} + public class BaseViewController: UIViewController, Initable { deinit { print("\(Self.self) deinit") } private let edgeSpacing = 16.0 - + //-------------------------------------------------- // MARK: - Combine Properties //-------------------------------------------------- @@ -56,7 +112,6 @@ public class BaseViewController: UIViewController, Initable { initialSetupPerformed = true setup() contentTopView.backgroundColor = Surface.light.color - surfacePickerSelectorView.scrollToBottom = { [weak self] in self?.scrollToBottom()} } } @@ -75,69 +130,67 @@ public class BaseViewController: UIViewController, Initable { lazy var debugViewSwitch = Toggle().with{ $0.onChange = { [weak self] sender in - self?.component.debugBorder(show: sender.isOn, color: .blue) + self?.showDebug(show: sender.isOn) } } - - public var contentView: UIView = { - return UIView().with { - $0.translatesAutoresizingMaskIntoConstraints = false - } - }() - public var formStackView: UIStackView = { - return UIStackView().with { - $0.translatesAutoresizingMaskIntoConstraints = false - $0.alignment = .fill - $0.distribution = .fill - $0.axis = .vertical - $0.spacing = 10 - } - }() + open func showDebug(show: Bool) { + self.component.debugBorder(show: show, color: .blue) + } + + public var formStackView = FormSection() - public var contentTopView: UIView = { - return UIView().with { - $0.translatesAutoresizingMaskIntoConstraints = false - } - }() + lazy var stackView = UIStackView().with { + $0.axis = .vertical + $0.distribution = .fill + $0.alignment = .fill + $0.spacing = 0 + $0.translatesAutoresizingMaskIntoConstraints = false + } + + let bottomScrollView = UIScrollView().with { + $0.translatesAutoresizingMaskIntoConstraints = false + } - public var contentBottomView: UIView = { - return UIView().with { - $0.translatesAutoresizingMaskIntoConstraints = false - } - }() + public var contentTopView = UIView().with { + $0.translatesAutoresizingMaskIntoConstraints = false + } + + public var contentBottomView = UIView().with { + $0.translatesAutoresizingMaskIntoConstraints = false + } open override func viewDidLoad() { super.viewDidLoad() view.backgroundColor = .white + // Add the top and bottom views to the stack view + stackView.addArrangedSubview(contentTopView.makeWrapper(edgeSpacing: 16, isTrailing: false)) + stackView.addArrangedSubview(bottomScrollView) + + // Add the stack view to the view controller's view + view.addSubview(stackView) + + // Pin the stack view to the edges of the view controller's view + NSLayoutConstraint.activate([ + stackView.leadingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.leadingAnchor), + stackView.trailingAnchor.constraint(equalTo: view.safeAreaLayoutGuide.trailingAnchor), + stackView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor), + stackView.bottomAnchor.constraint(equalTo: view.safeAreaLayoutGuide.bottomAnchor, constant: -25) + ]) + + bottomScrollView.addSubview(contentBottomView) + + // Pin the content view to the edges of the scroll view + NSLayoutConstraint.activate([ + contentBottomView.leadingAnchor.constraint(equalTo: bottomScrollView.leadingAnchor), + contentBottomView.trailingAnchor.constraint(equalTo: bottomScrollView.trailingAnchor), + contentBottomView.topAnchor.constraint(equalTo: bottomScrollView.topAnchor), + contentBottomView.bottomAnchor.constraint(equalTo: bottomScrollView.bottomAnchor), + contentBottomView.widthAnchor.constraint(equalTo: bottomScrollView.widthAnchor) + ]) - embed(scrollViewController) - scrollViewController.scrollView.alwaysBounceVertical = true - scrollViewController.contentView = contentView - - let spacerView = UIView().with{ - $0.translatesAutoresizingMaskIntoConstraints = false - } - - contentView.addSubview(contentTopView) - contentView.addSubview(contentBottomView) - contentView.addSubview(spacerView) contentBottomView.addSubview(formStackView) - - contentTopView.pinTop(edgeSpacing) - contentTopView.pinLeading(edgeSpacing) - contentTopView.pinTrailing(edgeSpacing) - contentBottomView.pinTop(contentTopView.bottomAnchor, edgeSpacing) - contentBottomView.pinLeading(edgeSpacing) - contentBottomView.pinTrailing(edgeSpacing) - - spacerView - .pinTop(contentBottomView.bottomAnchor, 100) - .pinLeading() - .pinTrailing() - .pinBottom() - - formStackView.pinToSuperView() + formStackView.pinToSuperView(.init(top: 0, left: 16, bottom: 0, right: edgeSpacing)) view.addSubview(picker) picker.pinBottom() @@ -146,17 +199,68 @@ public class BaseViewController: UIViewController, Initable { picker.isHidden = true setupForm() + + NotificationCenter.default + .publisher(for: UIResponder.keyboardWillShowNotification) + .sink { [weak self] notification in + self?.keyboardWillShow(notification: notification) + }.store(in: &subscribers) + + NotificationCenter.default + .publisher(for: UIResponder.keyboardWillHideNotification) + .sink { [weak self] notification in + self?.keyboardWillHide(notification: notification) + }.store(in: &subscribers) + + NotificationCenter.default + .publisher(for: UITextField.textDidBeginEditingNotification) + .sink { [weak self] notification in + guard let self, let textField = notification.object as? UITextField else { return } + self.activeTextField = textField + }.store(in: &subscribers) + + NotificationCenter.default + .publisher(for: UITextField.textDidEndEditingNotification) + .sink { [weak self] notification in + self?.activeTextField?.resignFirstResponder() + self?.activeTextField = nil + }.store(in: &subscribers) + } + + func isViewHiddenByKeyboard(view: UIView, keyboardFrame: CGRect) -> Bool { + let viewFrameInWindow = view.convert(view.bounds, to: nil) + let inetersectionFrame = viewFrameInWindow.intersection(keyboardFrame) + return inetersectionFrame.height > 0 + } + + func keyboardWillShow(notification: UIKit.Notification) { + if let keyboardSize = (notification.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue)?.cgRectValue { + if let activeTextField, self.view.frame.origin.y == 0, isViewHiddenByKeyboard(view: activeTextField, keyboardFrame: keyboardSize) { + view.frame.origin.y -= keyboardSize.height + } + } + } + + func keyboardWillHide(notification: UIKit.Notification) { + if self.view.frame.origin.y != 0 { + view.frame.origin.y = 0 + } } - private let scrollViewController = ScrollViewController() - public func setupForm() { - addFormRow(label: "Show Bounds", view: .makeWrapper(for: debugViewSwitch)) + addFormRow(label: "Show Bounds", view: debugViewSwitch) + } + + let actionLabel = Label() + + @discardableResult + public func addActionRow() -> UIView { + addFormRow(label: "Action", view: actionLabel) } public func scrollToBottom() { - let bottomOffset = CGPoint(x: 0, y: scrollViewController.scrollView.contentSize.height - scrollViewController.scrollView.bounds.height + scrollViewController.scrollView.contentInset.bottom) - scrollViewController.scrollView.setContentOffset(bottomOffset, animated: true) + let bottomOffset = CGPoint(x: 0, y: bottomScrollView.contentSize.height - bottomScrollView.bounds.height + bottomScrollView.contentInset.bottom) + bottomScrollView.setContentOffset(bottomOffset, animated: true) } private func embed(_ viewController: UIViewController) { @@ -173,66 +277,42 @@ public class BaseViewController: UIViewController, Initable { view.pinToSuperView(.init(top: edgeSpacing, left: edgeSpacing, bottom: edgeSpacing, right: edgeSpacing)) } - open func addFormRow(label: String, view: UIView, stackView: UIStackView? = nil) { - let formRow = UIStackView().with { - $0.translatesAutoresizingMaskIntoConstraints = false - $0.alignment = .fill - $0.distribution = .fillEqually - $0.axis = .horizontal - $0.spacing = 5 - } - - let label = Label().with { - $0.text = label - $0.textStyle = .bodyLarge - } - - formRow.addArrangedSubview(label) - formRow.addArrangedSubview(view) - - if let stackView { - stackView.addArrangedSubview(formRow) - } else { - formStackView.addArrangedSubview(formRow) - } - - if let pickerViewable = view as? any PickerViewable { - pickerViewable.scrollToBottom = { [weak self] in self?.scrollToBottom() } - } + open func append(section: FormSection) { + formStackView.addArrangedSubview(section) + } + + @discardableResult + open func addFormRow(label: String, view: UIView) -> UIView { + return formStackView.addFormRow(label: label, view: view) } + var activeTextField: UITextField? + open func setup() { - if let textFields = allTextFields() { + if let textFields = allTextFields()?.filter({ $0.isKind(of: TextField.self) == false || $0.isKind(of: NumericField.self) }) { for textField in textFields { - if textField.isNumeric { - let keypadToolbar: UIToolbar = UIToolbar() - - // add a done button to the numberpad - keypadToolbar.items=[ - UIBarButtonItem(barButtonSystemItem: UIBarButtonItem.SystemItem.flexibleSpace, target: self, action: nil), - UIBarButtonItem(title: "Done", style: UIBarButtonItem.Style.done, target: textField, action: #selector(UITextField.resignFirstResponder)) - ] - keypadToolbar.sizeToFit() - - // add a toolbar with a done button above the number pad - textField.inputAccessoryView = keypadToolbar - textField.keyboardType = .numberPad - } + let keypadToolbar: UIToolbar = UIToolbar() + + // add a done button to the numberpad + keypadToolbar.items=[ + UIBarButtonItem(barButtonSystemItem: UIBarButtonItem.SystemItem.flexibleSpace, target: self, action: nil), + UIBarButtonItem(title: "Done", style: UIBarButtonItem.Style.done, target: textField, action: #selector(UITextField.resignFirstResponder)) + ] + keypadToolbar.sizeToFit() + + // add a toolbar with a done button above the number pad + textField.inputAccessoryView = keypadToolbar + textField.keyboardType = textField.isNumeric ? .numberPad : .alphabet textField.returnKeyType = .done - textField - .publisher(for: .editingDidEndOnExit) - .sink { textField in - textField.resignFirstResponder() - } - .store(in: &subscribers) } } } open func updateView() { - print("\(Self.self) updateView()") + //print("\(Self.self) updateView()") } open func allTextFields() -> [TextField]? { nil } + } diff --git a/VDSSample/ViewControllers/ButtonGroupViewController.swift b/VDSSample/ViewControllers/ButtonGroupViewController.swift index 5e81102..7a63b3f 100644 --- a/VDSSample/ViewControllers/ButtonGroupViewController.swift +++ b/VDSSample/ViewControllers/ButtonGroupViewController.swift @@ -59,7 +59,6 @@ class ButtonGroupViewController: BaseViewController { items: RowQuantity.allCases) }() - var label = Label() var disabledSwitch = Toggle() var widthTextField = NumericField() var percentageTextField = NumericField() @@ -68,8 +67,6 @@ class ButtonGroupViewController: BaseViewController { let largeLabel = Label().with{ $0.text = "Large Button Group"; $0.textStyle = .boldTitleSmall } let smallLabel = Label().with{ $0.text = "Small Button Group"; $0.textStyle = .boldTitleSmall } - override func allTextFields() -> [TextField]? { [widthTextField, percentageTextField] } - override func viewDidLoad() { super.viewDidLoad() @@ -78,6 +75,8 @@ class ButtonGroupViewController: BaseViewController { stackView.axis = .vertical stackView.spacing = 30 + let label = actionLabel + component.buttons = [ makeButton("Secondary", label: label).with{ $0.use = .secondary }, makeButton("Primary", label: label), @@ -109,10 +108,10 @@ class ButtonGroupViewController: BaseViewController { } override func setupForm(){ - super.setupForm() - addFormRow(label: "Button Action", view: label) + super.setupForm() + addActionRow() addFormRow(label: "Surface", view: surfacePickerSelectorView) - addFormRow(label: "Disabled", view: .makeWrapper(for: disabledSwitch)) + addFormRow(label: "Disabled", view: disabledSwitch) addFormRow(label: "Position", view: buttonPositionSelectorView) addFormRow(label: "Width", view: widthTextField) addFormRow(label: "Row Quantity", view: rowQuantitySelectorView) @@ -126,11 +125,11 @@ class ButtonGroupViewController: BaseViewController { } widthTextField - .textPublisher - .sink { [weak self] text in - if let n = NumberFormatter().number(from: text) { - self?.component.buttonWidth = CGFloat(truncating: n) - self?.smallButtonGroup.buttonWidth = CGFloat(truncating: n) + .numberPublisher + .sink { [weak self] number in + if let number { + self?.component.buttonWidth = number.cgFloatValue + self?.smallButtonGroup.buttonWidth = number.cgFloatValue self?.percentageTextField.text = "" } else { self?.component.buttonWidth = nil @@ -138,12 +137,12 @@ class ButtonGroupViewController: BaseViewController { }.store(in: &subscribers) percentageTextField - .textPublisher - .sink { [weak self] text in + .numberPublisher + .sink { [weak self] number in let rowQty = self?.component.rowQuantity ?? 0 - if let n = NumberFormatter().number(from: text), n.intValue <= 100, rowQty > 0 { - self?.component.buttonPercentage = CGFloat(truncating: n) - self?.smallButtonGroup.buttonPercentage = CGFloat(truncating: n) + if let number, number.intValue <= 100, rowQty > 0 { + self?.component.buttonPercentage = number.cgFloatValue + self?.smallButtonGroup.buttonPercentage = number.cgFloatValue self?.widthTextField.text = "" } else { self?.component.buttonPercentage = nil diff --git a/VDSSample/ViewControllers/ButtonIconViewController.swift b/VDSSample/ViewControllers/ButtonIconViewController.swift new file mode 100644 index 0000000..6f31c6b --- /dev/null +++ b/VDSSample/ViewControllers/ButtonIconViewController.swift @@ -0,0 +1,171 @@ +// +// ButtonIconViewController.swift +// VDSSample +// +// Created by Matt Bruce on 5/12/23. +// + +import Foundation +import UIKit +import VDS +import Combine +import VDSColorTokens + +class ButtonIconViewController: BaseViewController { + + lazy var kindPickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: ButtonIcon.Kind.allCases) + }() + + lazy var surfaceTypePickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: ButtonIcon.SurfaceType.allCases) + }() + + lazy var colorPickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: UIColor.VDSColor.allCases) + }() + + lazy var namePickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: Icon.Name.all.sorted{ $0.rawValue < $1.rawValue }) + }() + + lazy var sizePickerSelectorView = { + PickerSelectorView(title: "", + picker: self.picker, + items: ButtonIcon.Size.allCases) + }() + + var customSizeField = NumericField() + var centerX = NumericField() + var centerY = NumericField() + var fitToIcon = Toggle() + var floating = Toggle() + var hideBorder = Toggle() + var disabledSwitch = Toggle() + + override func viewDidLoad() { + super.viewDidLoad() + addContentTopView(view: .makeWrapper(for: component, edgeSpacing: 16.0), edgeSpacing: 0.0) + setupPicker() + setupModel() + } + + override func setupForm(){ + super.setupForm() + addActionRow() + addFormRow(label: "Disabled", view: disabledSwitch) + addFormRow(label: "Surface", view: surfacePickerSelectorView) + addFormRow(label: "Surface Type", view: surfaceTypePickerSelectorView) + addFormRow(label: "Size", view: sizePickerSelectorView) + addFormRow(label: "Kind", view: kindPickerSelectorView) + addFormRow(label: "Floating", view: floating) + addFormRow(label: "Hide Border", view: hideBorder) + addFormRow(label: "Fit To Icon", view: fitToIcon) + addFormRow(label: "Custom Size", view: customSizeField) + addFormRow(label: "Name", view: namePickerSelectorView) + addFormRow(label: "X Offset", view: centerX) + addFormRow(label: "Y Offset", view: centerY) + + disabledSwitch.onChange = { [weak self] sender in + self?.component.disabled = sender.isOn + } + + component.onClickActionPublisher("ButtonIcon", label: actionLabel) + + floating.onChange = { [weak self] sender in + self?.component.floating = sender.isOn + } + + hideBorder.onChange = { [weak self] sender in + self?.component.hideBorder = sender.isOn + } + + fitToIcon.onChange = { [weak self] sender in + self?.component.fitToIcon = sender.isOn + } + + customSizeField + .numberPublisher + .sink { [weak self] number in + self?.component.customSize = number?.intValue + }.store(in: &subscribers) + + centerX + .numberPublisher + .sink { [weak self] _ in + self?.updateOffset() + }.store(in: &subscribers) + + centerY + .numberPublisher + .sink { [weak self] _ in + self?.updateOffset() + }.store(in: &subscribers) + } + + func setupModel() { + let name = Icon.Name.addToFavorite + + component.iconName = name + //setup UI + surfacePickerSelectorView.text = component.surface.rawValue + surfaceTypePickerSelectorView.text = component.surfaceType.rawValue + kindPickerSelectorView.text = component.kind.rawValue + sizePickerSelectorView.text = component.size.rawValue + namePickerSelectorView.text = name.rawValue + disabledSwitch.isOn = component.disabled + } + + func updateOffset() { + if let x = centerX.floatValue, let y = centerY.floatValue { + component.iconOffset = .init(x: x, y: y) + } else if let x = centerX.floatValue { + component.iconOffset = .init(x: x, y: 0) + } else if let y = centerY.floatValue { + component.iconOffset = .init(x: 0, y: y) + } else { + component.iconOffset = .init(x: 0, y: 0) + } + } + + + func setupPicker(){ + + surfacePickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.surface = item + self?.contentTopView.backgroundColor = item.color + } + + surfaceTypePickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.surfaceType = item + } + + + kindPickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.kind = item + } + + sizePickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.size = item + } + + namePickerSelectorView.onPickerDidSelect = { [weak self] item in + self?.component.iconName = item + } + } +} + +extension UITextField { + public var floatValue: CGFloat? { + guard let text, let double = Double(text) else { return nil } + return CGFloat(double) + } +} diff --git a/VDSSample/ViewControllers/ButtonViewController.swift b/VDSSample/ViewControllers/ButtonViewController.swift index b484f0b..e6ba980 100644 --- a/VDSSample/ViewControllers/ButtonViewController.swift +++ b/VDSSample/ViewControllers/ButtonViewController.swift @@ -37,14 +37,12 @@ class ButtonViewController: BaseViewController