From b660b83c23c7c962daf83496b0f870dee262225a Mon Sep 17 00:00:00 2001 From: Melvin Rivera Date: Mon, 6 Jun 2016 22:00:04 -0400 Subject: [PATCH] Removed extraneous files from pod folder. --- AFDateHelper.xcodeproj/project.pbxproj | 80 +++++++++++-------- {Demo => AppDemo}/AppDelegate.swift | 0 .../AppIcon.appiconset/Contents.json | 0 .../LaunchImage.launchimage/Contents.json | 0 {Demo => AppDemo}/Info.plist | 0 {Demo => AppDemo}/Launch Screen.storyboard | 0 {Demo => AppDemo}/Main.storyboard | 0 {Demo => AppDemo}/ViewController.swift | 0 .../AppDelegate.swift | 0 .../Content.imageset/Contents.json | 0 .../Back.imagestacklayer/Contents.json | 0 .../App Icon - Large.imagestack/Contents.json | 0 .../Content.imageset/Contents.json | 0 .../Front.imagestacklayer/Contents.json | 0 .../Content.imageset/Contents.json | 0 .../Middle.imagestacklayer/Contents.json | 0 .../Content.imageset/Contents.json | 0 .../Back.imagestacklayer/Contents.json | 0 .../App Icon - Small.imagestack/Contents.json | 0 .../Content.imageset/Contents.json | 0 .../Front.imagestacklayer/Contents.json | 0 .../Content.imageset/Contents.json | 0 .../Middle.imagestacklayer/Contents.json | 0 .../Contents.json | 0 .../Top Shelf Image.imageset/Contents.json | 0 .../Assets.xcassets/Contents.json | 0 .../LaunchImage.launchimage/Contents.json | 0 .../Base.lproj/Main.storyboard | 6 +- .../Info.plist | 0 {AFDateHelper => Framework}/AFDateHelper.h | 0 {AFDateHelper => Framework}/Info.plist | 0 31 files changed, 49 insertions(+), 37 deletions(-) rename {Demo => AppDemo}/AppDelegate.swift (100%) rename {Demo => AppDemo}/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename {Demo => AppDemo}/Images.xcassets/LaunchImage.launchimage/Contents.json (100%) rename {Demo => AppDemo}/Info.plist (100%) rename {Demo => AppDemo}/Launch Screen.storyboard (100%) rename {Demo => AppDemo}/Main.storyboard (100%) rename {Demo => AppDemo}/ViewController.swift (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/AppDelegate.swift (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Assets.xcassets/LaunchImage.launchimage/Contents.json (100%) rename {AFDateHelperTVDemo => AppleTVDemo}/Base.lproj/Main.storyboard (95%) rename {AFDateHelperTVDemo => AppleTVDemo}/Info.plist (100%) rename {AFDateHelper => Framework}/AFDateHelper.h (100%) rename {AFDateHelper => Framework}/Info.plist (100%) diff --git a/AFDateHelper.xcodeproj/project.pbxproj b/AFDateHelper.xcodeproj/project.pbxproj index 0dd5fd9..e6c83d1 100644 --- a/AFDateHelper.xcodeproj/project.pbxproj +++ b/AFDateHelper.xcodeproj/project.pbxproj @@ -23,28 +23,28 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 63B7E9B31CF6DCFE00E9D8EF /* AFDateHelperTVDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AFDateHelperTVDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 63B7E9B51CF6DCFE00E9D8EF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 63B7E9B31CF6DCFE00E9D8EF /* AppleTVDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppleTVDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 63B7E9B51CF6DCFE00E9D8EF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = AppleTVDemo/AppDelegate.swift; sourceTree = ""; }; 63B7E9BA1CF6DCFF00E9D8EF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 63B7E9BC1CF6DCFF00E9D8EF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 63B7E9BE1CF6DCFF00E9D8EF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 63B7E9BC1CF6DCFF00E9D8EF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = AppleTVDemo/Assets.xcassets; sourceTree = ""; }; + 63B7E9BE1CF6DCFF00E9D8EF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = Info.plist; path = AppleTVDemo/Info.plist; sourceTree = ""; }; 655AEB42192D42990053AD6C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 655AEB44192D42990053AD6C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 655AEB46192D42990053AD6C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 655AEB64192D429A0053AD6C /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; 65889B6C1965051C0049740E /* AFDateHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AFDateHelper.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 65889B6F1965051C0049740E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Demo/Info.plist; sourceTree = ""; }; - 65889B701965051C0049740E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = Demo/AppDelegate.swift; sourceTree = ""; }; - 65889B721965051C0049740E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = Demo/ViewController.swift; sourceTree = ""; }; - 65889B771965051C0049740E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Demo/Images.xcassets; sourceTree = ""; }; - 65B75F2C19744D6D000AEFD4 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Demo/Main.storyboard; sourceTree = ""; }; + 65889B6F1965051C0049740E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = AppDemo/Info.plist; sourceTree = ""; }; + 65889B701965051C0049740E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = AppDemo/AppDelegate.swift; sourceTree = ""; }; + 65889B721965051C0049740E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ViewController.swift; path = AppDemo/ViewController.swift; sourceTree = ""; }; + 65889B771965051C0049740E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = AppDemo/Images.xcassets; sourceTree = ""; }; + 65B75F2C19744D6D000AEFD4 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = AppDemo/Main.storyboard; sourceTree = ""; }; 65B7EA75197082AA0097E598 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 65D016A019771E80005220FB /* AFDateExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AFDateExtension.swift; sourceTree = ""; }; - 65D86DEC1BA0DB3E0081A0F9 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = "Launch Screen.storyboard"; path = "Demo/Launch Screen.storyboard"; sourceTree = ""; }; + 65D86DEC1BA0DB3E0081A0F9 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = "Launch Screen.storyboard"; path = "AppDemo/Launch Screen.storyboard"; sourceTree = ""; }; 65DE9BBB1B3C639D00F66BEC /* AFDateHelper.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AFDateHelper.podspec; sourceTree = ""; }; CD1B226A1CB62C8400992308 /* AFDateHelper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFDateHelper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD1B226C1CB62C8400992308 /* AFDateHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AFDateHelper.h; sourceTree = ""; }; - CD1B226E1CB62C8400992308 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + CD1B226C1CB62C8400992308 /* AFDateHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = AFDateHelper.h; path = ../Framework/AFDateHelper.h; sourceTree = ""; }; + CD1B226E1CB62C8400992308 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Framework/Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -72,7 +72,7 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 63B7E9B41CF6DCFE00E9D8EF /* AFDateHelperTVDemo */ = { + 63B7E9B41CF6DCFE00E9D8EF /* AppleTVDemo */ = { isa = PBXGroup; children = ( 63B7E9B51CF6DCFE00E9D8EF /* AppDelegate.swift */, @@ -80,23 +80,32 @@ 63B7E9BC1CF6DCFF00E9D8EF /* Assets.xcassets */, 63B7E9BE1CF6DCFF00E9D8EF /* Info.plist */, ); + name = AppleTVDemo; path = AFDateHelperTVDemo; sourceTree = ""; }; - 655AEB36192D42990053AD6C = { + 6524A6281D065F8D00BC7D4D /* AppDemo */ = { isa = PBXGroup; children = ( - 65D0169F19771E80005220FB /* AFDateHelper */, 65889B701965051C0049740E /* AppDelegate.swift */, 65889B721965051C0049740E /* ViewController.swift */, 65889B771965051C0049740E /* Images.xcassets */, 65B75F2C19744D6D000AEFD4 /* Main.storyboard */, 65D86DEC1BA0DB3E0081A0F9 /* Launch Screen.storyboard */, 65889B6F1965051C0049740E /* Info.plist */, + ); + name = AppDemo; + sourceTree = ""; + }; + 655AEB36192D42990053AD6C = { + isa = PBXGroup; + children = ( + 65D0169F19771E80005220FB /* AFDateHelper */, 65DE9BBB1B3C639D00F66BEC /* AFDateHelper.podspec */, 65B7EA75197082AA0097E598 /* README.md */, - 63B7E9B41CF6DCFE00E9D8EF /* AFDateHelperTVDemo */, - CD1B226B1CB62C8400992308 /* AFDateHelper */, + 6524A6281D065F8D00BC7D4D /* AppDemo */, + 63B7E9B41CF6DCFE00E9D8EF /* AppleTVDemo */, + CD1B226B1CB62C8400992308 /* Feamework */, 655AEB41192D42990053AD6C /* Frameworks */, 655AEB40192D42990053AD6C /* Products */, ); @@ -107,7 +116,7 @@ children = ( 65889B6C1965051C0049740E /* AFDateHelper.app */, CD1B226A1CB62C8400992308 /* AFDateHelper.framework */, - 63B7E9B31CF6DCFE00E9D8EF /* AFDateHelperTVDemo.app */, + 63B7E9B31CF6DCFE00E9D8EF /* AppleTVDemo.app */, ); name = Products; sourceTree = ""; @@ -131,12 +140,13 @@ path = AFDateHelper; sourceTree = ""; }; - CD1B226B1CB62C8400992308 /* AFDateHelper */ = { + CD1B226B1CB62C8400992308 /* Feamework */ = { isa = PBXGroup; children = ( CD1B226C1CB62C8400992308 /* AFDateHelper.h */, CD1B226E1CB62C8400992308 /* Info.plist */, ); + name = Feamework; path = AFDateHelper; sourceTree = ""; }; @@ -154,9 +164,9 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 63B7E9B21CF6DCFE00E9D8EF /* AFDateHelperTVDemo */ = { + 63B7E9B21CF6DCFE00E9D8EF /* AppleTVDemo */ = { isa = PBXNativeTarget; - buildConfigurationList = 63B7E9C11CF6DCFF00E9D8EF /* Build configuration list for PBXNativeTarget "AFDateHelperTVDemo" */; + buildConfigurationList = 63B7E9C11CF6DCFF00E9D8EF /* Build configuration list for PBXNativeTarget "AppleTVDemo" */; buildPhases = ( 63B7E9AF1CF6DCFE00E9D8EF /* Sources */, 63B7E9B01CF6DCFE00E9D8EF /* Frameworks */, @@ -166,14 +176,14 @@ ); dependencies = ( ); - name = AFDateHelperTVDemo; + name = AppleTVDemo; productName = AFDateHelperTVDemo; - productReference = 63B7E9B31CF6DCFE00E9D8EF /* AFDateHelperTVDemo.app */; + productReference = 63B7E9B31CF6DCFE00E9D8EF /* AppleTVDemo.app */; productType = "com.apple.product-type.application"; }; - 65889B6B1965051C0049740E /* AFDateHelperDemo */ = { + 65889B6B1965051C0049740E /* AppDemo */ = { isa = PBXNativeTarget; - buildConfigurationList = 65889B891965051C0049740E /* Build configuration list for PBXNativeTarget "AFDateHelperDemo" */; + buildConfigurationList = 65889B891965051C0049740E /* Build configuration list for PBXNativeTarget "AppDemo" */; buildPhases = ( 65889B681965051C0049740E /* Sources */, 65889B691965051C0049740E /* Frameworks */, @@ -183,7 +193,7 @@ ); dependencies = ( ); - name = AFDateHelperDemo; + name = AppDemo; productName = "Swift Demo UIView+AF+Additions"; productReference = 65889B6C1965051C0049740E /* AFDateHelper.app */; productType = "com.apple.product-type.application"; @@ -241,8 +251,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 65889B6B1965051C0049740E /* AFDateHelperDemo */, - 63B7E9B21CF6DCFE00E9D8EF /* AFDateHelperTVDemo */, + 65889B6B1965051C0049740E /* AppDemo */, + 63B7E9B21CF6DCFE00E9D8EF /* AppleTVDemo */, CD1B22691CB62C8400992308 /* AFDateHelper */, ); }; @@ -315,6 +325,7 @@ 63B7E9BA1CF6DCFF00E9D8EF /* Base */, ); name = Main.storyboard; + path = AppleTVDemo; sourceTree = ""; }; /* End PBXVariantGroup section */ @@ -330,7 +341,7 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = AFDateHelperTVDemo/Info.plist; + INFOPLIST_FILE = "$(SRCROOT)/AppleTVDemo/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MTL_ENABLE_DEBUG_INFO = YES; PRODUCT_BUNDLE_IDENTIFIER = com.allforces.AFDateHelperTVDemo; @@ -353,7 +364,7 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = AFDateHelperTVDemo/Info.plist; + INFOPLIST_FILE = "$(SRCROOT)/AppleTVDemo/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = com.allforces.AFDateHelperTVDemo; @@ -451,7 +462,7 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = "$(SRCROOT)/Demo/Info.plist"; + INFOPLIST_FILE = "$(SRCROOT)/AppDemo/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; METAL_ENABLE_DEBUG_INFO = YES; @@ -470,7 +481,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "$(SRCROOT)/Demo/Info.plist"; + INFOPLIST_FILE = "$(SRCROOT)/AppDemo/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; METAL_ENABLE_DEBUG_INFO = NO; @@ -539,13 +550,14 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 63B7E9C11CF6DCFF00E9D8EF /* Build configuration list for PBXNativeTarget "AFDateHelperTVDemo" */ = { + 63B7E9C11CF6DCFF00E9D8EF /* Build configuration list for PBXNativeTarget "AppleTVDemo" */ = { isa = XCConfigurationList; buildConfigurations = ( 63B7E9BF1CF6DCFF00E9D8EF /* Debug */, 63B7E9C01CF6DCFF00E9D8EF /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 655AEB3A192D42990053AD6C /* Build configuration list for PBXProject "AFDateHelper" */ = { isa = XCConfigurationList; @@ -556,7 +568,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 65889B891965051C0049740E /* Build configuration list for PBXNativeTarget "AFDateHelperDemo" */ = { + 65889B891965051C0049740E /* Build configuration list for PBXNativeTarget "AppDemo" */ = { isa = XCConfigurationList; buildConfigurations = ( 65889B851965051C0049740E /* Debug */, diff --git a/Demo/AppDelegate.swift b/AppDemo/AppDelegate.swift similarity index 100% rename from Demo/AppDelegate.swift rename to AppDemo/AppDelegate.swift diff --git a/Demo/Images.xcassets/AppIcon.appiconset/Contents.json b/AppDemo/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from Demo/Images.xcassets/AppIcon.appiconset/Contents.json rename to AppDemo/Images.xcassets/AppIcon.appiconset/Contents.json diff --git a/Demo/Images.xcassets/LaunchImage.launchimage/Contents.json b/AppDemo/Images.xcassets/LaunchImage.launchimage/Contents.json similarity index 100% rename from Demo/Images.xcassets/LaunchImage.launchimage/Contents.json rename to AppDemo/Images.xcassets/LaunchImage.launchimage/Contents.json diff --git a/Demo/Info.plist b/AppDemo/Info.plist similarity index 100% rename from Demo/Info.plist rename to AppDemo/Info.plist diff --git a/Demo/Launch Screen.storyboard b/AppDemo/Launch Screen.storyboard similarity index 100% rename from Demo/Launch Screen.storyboard rename to AppDemo/Launch Screen.storyboard diff --git a/Demo/Main.storyboard b/AppDemo/Main.storyboard similarity index 100% rename from Demo/Main.storyboard rename to AppDemo/Main.storyboard diff --git a/Demo/ViewController.swift b/AppDemo/ViewController.swift similarity index 100% rename from Demo/ViewController.swift rename to AppDemo/ViewController.swift diff --git a/AFDateHelperTVDemo/AppDelegate.swift b/AppleTVDemo/AppDelegate.swift similarity index 100% rename from AFDateHelperTVDemo/AppDelegate.swift rename to AppleTVDemo/AppDelegate.swift diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json b/AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json rename to AppleTVDemo/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/Contents.json b/AppleTVDemo/Assets.xcassets/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/Contents.json rename to AppleTVDemo/Assets.xcassets/Contents.json diff --git a/AFDateHelperTVDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json b/AppleTVDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json similarity index 100% rename from AFDateHelperTVDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json rename to AppleTVDemo/Assets.xcassets/LaunchImage.launchimage/Contents.json diff --git a/AFDateHelperTVDemo/Base.lproj/Main.storyboard b/AppleTVDemo/Base.lproj/Main.storyboard similarity index 95% rename from AFDateHelperTVDemo/Base.lproj/Main.storyboard rename to AppleTVDemo/Base.lproj/Main.storyboard index 688ff23..88603c5 100644 --- a/AFDateHelperTVDemo/Base.lproj/Main.storyboard +++ b/AppleTVDemo/Base.lproj/Main.storyboard @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + diff --git a/AFDateHelperTVDemo/Info.plist b/AppleTVDemo/Info.plist similarity index 100% rename from AFDateHelperTVDemo/Info.plist rename to AppleTVDemo/Info.plist diff --git a/AFDateHelper/AFDateHelper.h b/Framework/AFDateHelper.h similarity index 100% rename from AFDateHelper/AFDateHelper.h rename to Framework/AFDateHelper.h diff --git a/AFDateHelper/Info.plist b/Framework/Info.plist similarity index 100% rename from AFDateHelper/Info.plist rename to Framework/Info.plist