├── Project Templates └── Custom │ ├── Universal App (Basic).xctemplate │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── icon-1024.png │ │ │ ├── icon-120.png │ │ │ ├── icon-152.png │ │ │ ├── icon-167.png │ │ │ ├── icon-180.png │ │ │ ├── icon-29.png │ │ │ ├── icon-40.png │ │ │ ├── icon-58.png │ │ │ ├── icon-60.png │ │ │ ├── icon-76.png │ │ │ ├── icon-80.png │ │ │ ├── icon-87.png │ │ │ └── icon20.png │ │ └── Contents.json │ ├── Source │ │ ├── Application │ │ │ ├── ___VARIABLE_classPrefix___AppDelegate.h │ │ │ ├── ___VARIABLE_classPrefix___AppDelegate.m │ │ │ ├── ___VARIABLE_classPrefix___AppDelegate.swift │ │ │ ├── ___VARIABLE_classPrefix___SceneDelegate+NSToolbar.h │ │ │ ├── ___VARIABLE_classPrefix___SceneDelegate+NSToolbar.m │ │ │ ├── ___VARIABLE_classPrefix___SceneDelegate+NSToolbar.swift │ │ │ ├── ___VARIABLE_classPrefix___SceneDelegate.h │ │ │ ├── ___VARIABLE_classPrefix___SceneDelegate.m │ │ │ └── ___VARIABLE_classPrefix___SceneDelegate.swift │ │ ├── Main │ │ │ ├── ___VARIABLE_classPrefix___MainViewController.h │ │ │ ├── ___VARIABLE_classPrefix___MainViewController.m │ │ │ └── ___VARIABLE_classPrefix___MainViewController.swift │ │ └── main.m │ ├── TemplateIcon@1x.png │ ├── TemplateIcon@2x.png │ └── TemplateInfo.plist │ └── Universal Base.xctemplate │ ├── LaunchScreen.storyboard │ └── TemplateInfo.plist ├── README.md ├── copy └── symlink /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-1024.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-120.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-152.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-167.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-180.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-29.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-40.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-58.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-60.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-76.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-80.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon-87.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/AppIcon.appiconset/icon20.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___AppDelegate.h -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___AppDelegate.m -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___AppDelegate.swift -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate+NSToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate+NSToolbar.h -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate+NSToolbar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate+NSToolbar.m -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate+NSToolbar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate+NSToolbar.swift -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate.h -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate.m -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Application/___VARIABLE_classPrefix___SceneDelegate.swift -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Main/___VARIABLE_classPrefix___MainViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Main/___VARIABLE_classPrefix___MainViewController.h -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Main/___VARIABLE_classPrefix___MainViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Main/___VARIABLE_classPrefix___MainViewController.m -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/Main/___VARIABLE_classPrefix___MainViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/Main/___VARIABLE_classPrefix___MainViewController.swift -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/Source/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/Source/main.m -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/TemplateIcon@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/TemplateIcon@1x.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/TemplateIcon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/TemplateIcon@2x.png -------------------------------------------------------------------------------- /Project Templates/Custom/Universal App (Basic).xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal App (Basic).xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /Project Templates/Custom/Universal Base.xctemplate/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal Base.xctemplate/LaunchScreen.storyboard -------------------------------------------------------------------------------- /Project Templates/Custom/Universal Base.xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/Project Templates/Custom/Universal Base.xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/README.md -------------------------------------------------------------------------------- /copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/copy -------------------------------------------------------------------------------- /symlink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/appleuniversal-xctemplates/HEAD/symlink --------------------------------------------------------------------------------