aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Jordan2012-03-27 18:56:07 -0400
committerBrian Jordan2012-03-27 18:56:07 -0400
commit176ea2eef31deaa3a3646807522c5580ac4df30a (patch)
treeef38bad90f4329b70d52abe1160a6834e57fe03b
downloadVideo-Tuneup-176ea2eef31deaa3a3646807522c5580ac4df30a.tar.bz2
Initial Commit
-rw-r--r--Video Tuneup.xcodeproj/project.pbxproj458
-rw-r--r--Video Tuneup/AppDelegate.h19
-rw-r--r--Video Tuneup/AppDelegate.m71
-rw-r--r--Video Tuneup/Video Tuneup-Info.plist47
-rw-r--r--Video Tuneup/Video Tuneup-Prefix.pch14
-rw-r--r--Video Tuneup/ViewController.h13
-rw-r--r--Video Tuneup/ViewController.m64
-rw-r--r--Video Tuneup/en.lproj/InfoPlist.strings2
-rw-r--r--Video Tuneup/en.lproj/ViewController_iPad.xib120
-rw-r--r--Video Tuneup/en.lproj/ViewController_iPhone.xib119
-rw-r--r--Video Tuneup/main.m18
-rw-r--r--Video TuneupTests/Video TuneupTests-Info.plist22
-rw-r--r--Video TuneupTests/Video_TuneupTests.h13
-rw-r--r--Video TuneupTests/Video_TuneupTests.m32
-rw-r--r--Video TuneupTests/en.lproj/InfoPlist.strings2
15 files changed, 1014 insertions, 0 deletions
diff --git a/Video Tuneup.xcodeproj/project.pbxproj b/Video Tuneup.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..248335b
--- /dev/null
+++ b/Video Tuneup.xcodeproj/project.pbxproj
@@ -0,0 +1,458 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ D36CCD3615227D06003CCAFC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3515227D06003CCAFC /* UIKit.framework */; };
+ D36CCD3815227D06003CCAFC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3715227D06003CCAFC /* Foundation.framework */; };
+ D36CCD3A15227D06003CCAFC /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3915227D06003CCAFC /* CoreGraphics.framework */; };
+ D36CCD4015227D06003CCAFC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D36CCD3E15227D06003CCAFC /* InfoPlist.strings */; };
+ D36CCD4215227D06003CCAFC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D36CCD4115227D06003CCAFC /* main.m */; };
+ D36CCD4615227D06003CCAFC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D36CCD4515227D06003CCAFC /* AppDelegate.m */; };
+ D36CCD4915227D06003CCAFC /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D36CCD4815227D06003CCAFC /* ViewController.m */; };
+ D36CCD4C15227D06003CCAFC /* ViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = D36CCD4A15227D06003CCAFC /* ViewController_iPhone.xib */; };
+ D36CCD4F15227D06003CCAFC /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = D36CCD4D15227D06003CCAFC /* ViewController_iPad.xib */; };
+ D36CCD5715227D06003CCAFC /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD5615227D06003CCAFC /* SenTestingKit.framework */; };
+ D36CCD5815227D06003CCAFC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3515227D06003CCAFC /* UIKit.framework */; };
+ D36CCD5915227D06003CCAFC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3715227D06003CCAFC /* Foundation.framework */; };
+ D36CCD6115227D06003CCAFC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D36CCD5F15227D06003CCAFC /* InfoPlist.strings */; };
+ D36CCD6415227D06003CCAFC /* Video_TuneupTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D36CCD6315227D06003CCAFC /* Video_TuneupTests.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ D36CCD5A15227D06003CCAFC /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D36CCD2815227D05003CCAFC /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D36CCD3015227D05003CCAFC;
+ remoteInfo = "Video Tuneup";
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ D36CCD3115227D05003CCAFC /* Video Tuneup.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Video Tuneup.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ D36CCD3515227D06003CCAFC /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ D36CCD3715227D06003CCAFC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ D36CCD3915227D06003CCAFC /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ D36CCD3D15227D06003CCAFC /* Video Tuneup-Info.plist */ = {isa = PBXFileReference; path = "Video Tuneup-Info.plist"; sourceTree = "<group>"; };
+ D36CCD3F15227D06003CCAFC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ D36CCD4115227D06003CCAFC /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ D36CCD4315227D06003CCAFC /* Video Tuneup-Prefix.pch */ = {isa = PBXFileReference; path = "Video Tuneup-Prefix.pch"; sourceTree = "<group>"; };
+ D36CCD4415227D06003CCAFC /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; };
+ D36CCD4515227D06003CCAFC /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ D36CCD4715227D06003CCAFC /* ViewController.h */ = {isa = PBXFileReference; path = ViewController.h; sourceTree = "<group>"; };
+ D36CCD4815227D06003CCAFC /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+ D36CCD4B15227D06003CCAFC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPhone.xib; sourceTree = "<group>"; };
+ D36CCD4E15227D06003CCAFC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController_iPad.xib; sourceTree = "<group>"; };
+ D36CCD5515227D06003CCAFC /* Video TuneupTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Video TuneupTests.octest"; sourceTree = BUILT_PRODUCTS_DIR; };
+ D36CCD5615227D06003CCAFC /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
+ D36CCD5E15227D06003CCAFC /* Video TuneupTests-Info.plist */ = {isa = PBXFileReference; path = "Video TuneupTests-Info.plist"; sourceTree = "<group>"; };
+ D36CCD6015227D06003CCAFC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ D36CCD6215227D06003CCAFC /* Video_TuneupTests.h */ = {isa = PBXFileReference; path = Video_TuneupTests.h; sourceTree = "<group>"; };
+ D36CCD6315227D06003CCAFC /* Video_TuneupTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Video_TuneupTests.m; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ D36CCD2E15227D05003CCAFC /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D36CCD3615227D06003CCAFC /* UIKit.framework in Frameworks */,
+ D36CCD3815227D06003CCAFC /* Foundation.framework in Frameworks */,
+ D36CCD3A15227D06003CCAFC /* CoreGraphics.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D36CCD5115227D06003CCAFC /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D36CCD5715227D06003CCAFC /* SenTestingKit.framework in Frameworks */,
+ D36CCD5815227D06003CCAFC /* UIKit.framework in Frameworks */,
+ D36CCD5915227D06003CCAFC /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ D36CCD2615227D05003CCAFC = {
+ isa = PBXGroup;
+ children = (
+ D36CCD3B15227D06003CCAFC /* Video Tuneup */,
+ D36CCD5C15227D06003CCAFC /* Video TuneupTests */,
+ D36CCD3415227D06003CCAFC /* Frameworks */,
+ D36CCD3215227D05003CCAFC /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ D36CCD3215227D05003CCAFC /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ D36CCD3115227D05003CCAFC /* Video Tuneup.app */,
+ D36CCD5515227D06003CCAFC /* Video TuneupTests.octest */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ D36CCD3415227D06003CCAFC /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ D36CCD3515227D06003CCAFC /* UIKit.framework */,
+ D36CCD3715227D06003CCAFC /* Foundation.framework */,
+ D36CCD3915227D06003CCAFC /* CoreGraphics.framework */,
+ D36CCD5615227D06003CCAFC /* SenTestingKit.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ D36CCD3B15227D06003CCAFC /* Video Tuneup */ = {
+ isa = PBXGroup;
+ children = (
+ D36CCD4415227D06003CCAFC /* AppDelegate.h */,
+ D36CCD4515227D06003CCAFC /* AppDelegate.m */,
+ D36CCD4715227D06003CCAFC /* ViewController.h */,
+ D36CCD4815227D06003CCAFC /* ViewController.m */,
+ D36CCD4A15227D06003CCAFC /* ViewController_iPhone.xib */,
+ D36CCD4D15227D06003CCAFC /* ViewController_iPad.xib */,
+ D36CCD3C15227D06003CCAFC /* Supporting Files */,
+ );
+ path = "Video Tuneup";
+ sourceTree = "<group>";
+ };
+ D36CCD3C15227D06003CCAFC /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ D36CCD3D15227D06003CCAFC /* Video Tuneup-Info.plist */,
+ D36CCD3E15227D06003CCAFC /* InfoPlist.strings */,
+ D36CCD4115227D06003CCAFC /* main.m */,
+ D36CCD4315227D06003CCAFC /* Video Tuneup-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+ D36CCD5C15227D06003CCAFC /* Video TuneupTests */ = {
+ isa = PBXGroup;
+ children = (
+ D36CCD6215227D06003CCAFC /* Video_TuneupTests.h */,
+ D36CCD6315227D06003CCAFC /* Video_TuneupTests.m */,
+ D36CCD5D15227D06003CCAFC /* Supporting Files */,
+ );
+ path = "Video TuneupTests";
+ sourceTree = "<group>";
+ };
+ D36CCD5D15227D06003CCAFC /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ D36CCD5E15227D06003CCAFC /* Video TuneupTests-Info.plist */,
+ D36CCD5F15227D06003CCAFC /* InfoPlist.strings */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ D36CCD3015227D05003CCAFC /* Video Tuneup */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D36CCD6715227D06003CCAFC /* Build configuration list for PBXNativeTarget "Video Tuneup" */;
+ buildPhases = (
+ D36CCD2D15227D05003CCAFC /* Sources */,
+ D36CCD2E15227D05003CCAFC /* Frameworks */,
+ D36CCD2F15227D05003CCAFC /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "Video Tuneup";
+ productName = "Video Tuneup";
+ productReference = D36CCD3115227D05003CCAFC /* Video Tuneup.app */;
+ productType = "com.apple.product-type.application";
+ };
+ D36CCD5415227D06003CCAFC /* Video TuneupTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D36CCD6A15227D06003CCAFC /* Build configuration list for PBXNativeTarget "Video TuneupTests" */;
+ buildPhases = (
+ D36CCD5015227D06003CCAFC /* Sources */,
+ D36CCD5115227D06003CCAFC /* Frameworks */,
+ D36CCD5215227D06003CCAFC /* Resources */,
+ D36CCD5315227D06003CCAFC /* ShellScript */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ D36CCD5B15227D06003CCAFC /* PBXTargetDependency */,
+ );
+ name = "Video TuneupTests";
+ productName = "Video TuneupTests";
+ productReference = D36CCD5515227D06003CCAFC /* Video TuneupTests.octest */;
+ productType = "com.apple.product-type.bundle";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D36CCD2815227D05003CCAFC /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0420;
+ };
+ buildConfigurationList = D36CCD2B15227D05003CCAFC /* Build configuration list for PBXProject "Video Tuneup" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = D36CCD2615227D05003CCAFC;
+ productRefGroup = D36CCD3215227D05003CCAFC /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ D36CCD3015227D05003CCAFC /* Video Tuneup */,
+ D36CCD5415227D06003CCAFC /* Video TuneupTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ D36CCD2F15227D05003CCAFC /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D36CCD4015227D06003CCAFC /* InfoPlist.strings in Resources */,
+ D36CCD4C15227D06003CCAFC /* ViewController_iPhone.xib in Resources */,
+ D36CCD4F15227D06003CCAFC /* ViewController_iPad.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D36CCD5215227D06003CCAFC /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D36CCD6115227D06003CCAFC /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ D36CCD5315227D06003CCAFC /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D36CCD2D15227D05003CCAFC /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D36CCD4215227D06003CCAFC /* main.m in Sources */,
+ D36CCD4615227D06003CCAFC /* AppDelegate.m in Sources */,
+ D36CCD4915227D06003CCAFC /* ViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D36CCD5015227D06003CCAFC /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D36CCD6415227D06003CCAFC /* Video_TuneupTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ D36CCD5B15227D06003CCAFC /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D36CCD3015227D05003CCAFC /* Video Tuneup */;
+ targetProxy = D36CCD5A15227D06003CCAFC /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ D36CCD3E15227D06003CCAFC /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D36CCD3F15227D06003CCAFC /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ D36CCD4A15227D06003CCAFC /* ViewController_iPhone.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D36CCD4B15227D06003CCAFC /* en */,
+ );
+ name = ViewController_iPhone.xib;
+ sourceTree = "<group>";
+ };
+ D36CCD4D15227D06003CCAFC /* ViewController_iPad.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D36CCD4E15227D06003CCAFC /* en */,
+ );
+ name = ViewController_iPad.xib;
+ sourceTree = "<group>";
+ };
+ D36CCD5F15227D06003CCAFC /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D36CCD6015227D06003CCAFC /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ D36CCD6515227D06003CCAFC /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
+ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 5.0;
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ D36CCD6615227D06003CCAFC /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+ CLANG_ENABLE_OBJC_ARC = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
+ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 5.0;
+ OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ D36CCD6815227D06003CCAFC /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Video Tuneup/Video Tuneup-Prefix.pch";
+ INFOPLIST_FILE = "Video Tuneup/Video Tuneup-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ D36CCD6915227D06003CCAFC /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Video Tuneup/Video Tuneup-Prefix.pch";
+ INFOPLIST_FILE = "Video Tuneup/Video Tuneup-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+ D36CCD6B15227D06003CCAFC /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Video Tuneup.app/Video Tuneup";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Video Tuneup/Video Tuneup-Prefix.pch";
+ INFOPLIST_FILE = "Video TuneupTests/Video TuneupTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = octest;
+ };
+ name = Debug;
+ };
+ D36CCD6C15227D06003CCAFC /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Video Tuneup.app/Video Tuneup";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(DEVELOPER_LIBRARY_DIR)/Frameworks",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Video Tuneup/Video Tuneup-Prefix.pch";
+ INFOPLIST_FILE = "Video TuneupTests/Video TuneupTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = octest;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ D36CCD2B15227D05003CCAFC /* Build configuration list for PBXProject "Video Tuneup" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D36CCD6515227D06003CCAFC /* Debug */,
+ D36CCD6615227D06003CCAFC /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D36CCD6715227D06003CCAFC /* Build configuration list for PBXNativeTarget "Video Tuneup" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D36CCD6815227D06003CCAFC /* Debug */,
+ D36CCD6915227D06003CCAFC /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+ D36CCD6A15227D06003CCAFC /* Build configuration list for PBXNativeTarget "Video TuneupTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D36CCD6B15227D06003CCAFC /* Debug */,
+ D36CCD6C15227D06003CCAFC /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D36CCD2815227D05003CCAFC /* Project object */;
+}
diff --git a/Video Tuneup/AppDelegate.h b/Video Tuneup/AppDelegate.h
new file mode 100644
index 0000000..8c126e0
--- /dev/null
+++ b/Video Tuneup/AppDelegate.h
@@ -0,0 +1,19 @@
+//
+// AppDelegate.h
+// Video Tuneup
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@class ViewController;
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@property (strong, nonatomic) ViewController *viewController;
+
+@end
diff --git a/Video Tuneup/AppDelegate.m b/Video Tuneup/AppDelegate.m
new file mode 100644
index 0000000..f8317bf
--- /dev/null
+++ b/Video Tuneup/AppDelegate.m
@@ -0,0 +1,71 @@
+//
+// AppDelegate.m
+// Video Tuneup
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+#import "ViewController.h"
+
+@implementation AppDelegate
+
+@synthesize window = _window;
+@synthesize viewController = _viewController;
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
+{
+ self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
+ // Override point for customization after application launch.
+ if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) {
+ self.viewController = [[ViewController alloc] initWithNibName:@"ViewController_iPhone" bundle:nil];
+ } else {
+ self.viewController = [[ViewController alloc] initWithNibName:@"ViewController_iPad" bundle:nil];
+ }
+ self.window.rootViewController = self.viewController;
+ [self.window makeKeyAndVisible];
+ return YES;
+}
+
+- (void)applicationWillResignActive:(UIApplication *)application
+{
+ /*
+ Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+ Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+ */
+}
+
+- (void)applicationDidEnterBackground:(UIApplication *)application
+{
+ /*
+ Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+ If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+ */
+}
+
+- (void)applicationWillEnterForeground:(UIApplication *)application
+{
+ /*
+ Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+ */
+}
+
+- (void)applicationDidBecomeActive:(UIApplication *)application
+{
+ /*
+ Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+ */
+}
+
+- (void)applicationWillTerminate:(UIApplication *)application
+{
+ /*
+ Called when the application is about to terminate.
+ Save data if appropriate.
+ See also applicationDidEnterBackground:.
+ */
+}
+
+@end
diff --git a/Video Tuneup/Video Tuneup-Info.plist b/Video Tuneup/Video Tuneup-Info.plist
new file mode 100644
index 0000000..bfe3914
--- /dev/null
+++ b/Video Tuneup/Video Tuneup-Info.plist
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFiles</key>
+ <array/>
+ <key>CFBundleIdentifier</key>
+ <string>com.github.bcjordan.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+</dict>
+</plist>
diff --git a/Video Tuneup/Video Tuneup-Prefix.pch b/Video Tuneup/Video Tuneup-Prefix.pch
new file mode 100644
index 0000000..2f30193
--- /dev/null
+++ b/Video Tuneup/Video Tuneup-Prefix.pch
@@ -0,0 +1,14 @@
+//
+// Prefix header for all source files of the 'Video Tuneup' target in the 'Video Tuneup' project
+//
+
+#import <Availability.h>
+
+#ifndef __IPHONE_4_0
+#warning "This project uses features only available in iOS SDK 4.0 and later."
+#endif
+
+#ifdef __OBJC__
+ #import <UIKit/UIKit.h>
+ #import <Foundation/Foundation.h>
+#endif
diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h
new file mode 100644
index 0000000..2bb4491
--- /dev/null
+++ b/Video Tuneup/ViewController.h
@@ -0,0 +1,13 @@
+//
+// ViewController.h
+// Video Tuneup
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ViewController : UIViewController
+
+@end
diff --git a/Video Tuneup/ViewController.m b/Video Tuneup/ViewController.m
new file mode 100644
index 0000000..5625a9b
--- /dev/null
+++ b/Video Tuneup/ViewController.m
@@ -0,0 +1,64 @@
+//
+// ViewController.m
+// Video Tuneup
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import "ViewController.h"
+
+@implementation ViewController
+
+- (void)didReceiveMemoryWarning
+{
+ [super didReceiveMemoryWarning];
+ // Release any cached data, images, etc that aren't in use.
+}
+
+#pragma mark - View lifecycle
+
+- (void)viewDidLoad
+{
+ [super viewDidLoad];
+ // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)viewDidUnload
+{
+ [super viewDidUnload];
+ // Release any retained subviews of the main view.
+ // e.g. self.myOutlet = nil;
+}
+
+- (void)viewWillAppear:(BOOL)animated
+{
+ [super viewWillAppear:animated];
+}
+
+- (void)viewDidAppear:(BOOL)animated
+{
+ [super viewDidAppear:animated];
+}
+
+- (void)viewWillDisappear:(BOOL)animated
+{
+ [super viewWillDisappear:animated];
+}
+
+- (void)viewDidDisappear:(BOOL)animated
+{
+ [super viewDidDisappear:animated];
+}
+
+- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
+{
+ // Return YES for supported orientations
+ if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) {
+ return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
+ } else {
+ return YES;
+ }
+}
+
+@end
diff --git a/Video Tuneup/en.lproj/InfoPlist.strings b/Video Tuneup/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/Video Tuneup/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+
diff --git a/Video Tuneup/en.lproj/ViewController_iPad.xib b/Video Tuneup/en.lproj/ViewController_iPad.xib
new file mode 100644
index 0000000..cd02abe
--- /dev/null
+++ b/Video Tuneup/en.lproj/ViewController_iPad.xib
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="8.00">
+ <data>
+ <int key="IBDocument.SystemTarget">1280</int>
+ <string key="IBDocument.SystemVersion">11C25</string>
+ <string key="IBDocument.InterfaceBuilderVersion">1919</string>
+ <string key="IBDocument.AppKitVersion">1138.11</string>
+ <string key="IBDocument.HIToolboxVersion">566.00</string>
+ <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="NS.object.0">916</string>
+ </object>
+ <array key="IBDocument.IntegratedClassDependencies">
+ <string>IBProxyObject</string>
+ <string>IBUIView</string>
+ </array>
+ <array key="IBDocument.PluginDependencies">
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ </array>
+ <object class="NSMutableDictionary" key="IBDocument.Metadata">
+ <string key="NS.key.0">PluginDependencyRecalculationVersion</string>
+ <integer value="1" key="NS.object.0"/>
+ </object>
+ <array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+ <object class="IBProxyObject" id="841351856">
+ <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+ <string key="targetRuntimeIdentifier">IBIPadFramework</string>
+ </object>
+ <object class="IBProxyObject" id="606714003">
+ <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+ <string key="targetRuntimeIdentifier">IBIPadFramework</string>
+ </object>
+ <object class="IBUIView" id="766721923">
+ <reference key="NSNextResponder"/>
+ <int key="NSvFlags">274</int>
+ <string key="NSFrame">{{0, 20}, {768, 1004}}</string>
+ <reference key="NSSuperview"/>
+ <reference key="NSWindow"/>
+ <object class="NSColor" key="IBUIBackgroundColor">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MQA</bytes>
+ <object class="NSColorSpace" key="NSCustomColorSpace">
+ <int key="NSID">2</int>
+ </object>
+ </object>
+ <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics">
+ <int key="IBUIStatusBarStyle">2</int>
+ </object>
+ <string key="targetRuntimeIdentifier">IBIPadFramework</string>
+ </object>
+ </array>
+ <object class="IBObjectContainer" key="IBDocument.Objects">
+ <array class="NSMutableArray" key="connectionRecords">
+ <object class="IBConnectionRecord">
+ <object class="IBCocoaTouchOutletConnection" key="connection">
+ <string key="label">view</string>
+ <reference key="source" ref="841351856"/>
+ <reference key="destination" ref="766721923"/>
+ </object>
+ <int key="connectionID">3</int>
+ </object>
+ </array>
+ <object class="IBMutableOrderedSet" key="objectRecords">
+ <array key="orderedObjects">
+ <object class="IBObjectRecord">
+ <int key="objectID">0</int>
+ <array key="object" id="0"/>
+ <reference key="children" ref="1000"/>
+ <nil key="parent"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-1</int>
+ <reference key="object" ref="841351856"/>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">File's Owner</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-2</int>
+ <reference key="object" ref="606714003"/>
+ <reference key="parent" ref="0"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">2</int>
+ <reference key="object" ref="766721923"/>
+ <reference key="parent" ref="0"/>
+ </object>
+ </array>
+ </object>
+ <dictionary class="NSMutableDictionary" key="flattenedProperties">
+ <string key="-1.CustomClassName">ViewController</string>
+ <string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="-2.CustomClassName">UIResponder</string>
+ <string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ </dictionary>
+ <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
+ <nil key="activeLocalization"/>
+ <dictionary class="NSMutableDictionary" key="localizations"/>
+ <nil key="sourceID"/>
+ <int key="maxID">3</int>
+ </object>
+ <object class="IBClassDescriber" key="IBDocument.Classes">
+ <array class="NSMutableArray" key="referencedPartialClassDescriptions">
+ <object class="IBPartialClassDescription">
+ <string key="className">ViewController</string>
+ <string key="superclassName">UIViewController</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/ViewController.h</string>
+ </object>
+ </object>
+ </array>
+ </object>
+ <int key="IBDocument.localizationMode">0</int>
+ <string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string>
+ <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+ <int key="IBDocument.defaultPropertyAccessControl">3</int>
+ <string key="IBCocoaTouchPluginVersion">916</string>
+ </data>
+</archive>
diff --git a/Video Tuneup/en.lproj/ViewController_iPhone.xib b/Video Tuneup/en.lproj/ViewController_iPhone.xib
new file mode 100644
index 0000000..e7178e4
--- /dev/null
+++ b/Video Tuneup/en.lproj/ViewController_iPhone.xib
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
+ <data>
+ <int key="IBDocument.SystemTarget">1280</int>
+ <string key="IBDocument.SystemVersion">11C25</string>
+ <string key="IBDocument.InterfaceBuilderVersion">1919</string>
+ <string key="IBDocument.AppKitVersion">1138.11</string>
+ <string key="IBDocument.HIToolboxVersion">566.00</string>
+ <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+ <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="NS.object.0">916</string>
+ </object>
+ <array key="IBDocument.IntegratedClassDependencies">
+ <string>IBProxyObject</string>
+ <string>IBUIView</string>
+ </array>
+ <array key="IBDocument.PluginDependencies">
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ </array>
+ <object class="NSMutableDictionary" key="IBDocument.Metadata">
+ <string key="NS.key.0">PluginDependencyRecalculationVersion</string>
+ <integer value="1" key="NS.object.0"/>
+ </object>
+ <array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
+ <object class="IBProxyObject" id="372490531">
+ <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ </object>
+ <object class="IBProxyObject" id="843779117">
+ <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ </object>
+ <object class="IBUIView" id="774585933">
+ <reference key="NSNextResponder"/>
+ <int key="NSvFlags">274</int>
+ <string key="NSFrame">{{0, 20}, {320, 460}}</string>
+ <reference key="NSSuperview"/>
+ <reference key="NSWindow"/>
+ <object class="NSColor" key="IBUIBackgroundColor">
+ <int key="NSColorSpace">3</int>
+ <bytes key="NSWhite">MC43NQA</bytes>
+ <object class="NSColorSpace" key="NSCustomColorSpace">
+ <int key="NSID">2</int>
+ </object>
+ </object>
+ <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
+ <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ </object>
+ </array>
+ <object class="IBObjectContainer" key="IBDocument.Objects">
+ <array class="NSMutableArray" key="connectionRecords">
+ <object class="IBConnectionRecord">
+ <object class="IBCocoaTouchOutletConnection" key="connection">
+ <string key="label">view</string>
+ <reference key="source" ref="372490531"/>
+ <reference key="destination" ref="774585933"/>
+ </object>
+ <int key="connectionID">7</int>
+ </object>
+ </array>
+ <object class="IBMutableOrderedSet" key="objectRecords">
+ <array key="orderedObjects">
+ <object class="IBObjectRecord">
+ <int key="objectID">0</int>
+ <array key="object" id="0"/>
+ <reference key="children" ref="1000"/>
+ <nil key="parent"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-1</int>
+ <reference key="object" ref="372490531"/>
+ <reference key="parent" ref="0"/>
+ <string key="objectName">File's Owner</string>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">-2</int>
+ <reference key="object" ref="843779117"/>
+ <reference key="parent" ref="0"/>
+ </object>
+ <object class="IBObjectRecord">
+ <int key="objectID">6</int>
+ <reference key="object" ref="774585933"/>
+ <reference key="parent" ref="0"/>
+ </object>
+ </array>
+ </object>
+ <dictionary class="NSMutableDictionary" key="flattenedProperties">
+ <string key="-1.CustomClassName">ViewController</string>
+ <string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="-2.CustomClassName">UIResponder</string>
+ <string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ <string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
+ </dictionary>
+ <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
+ <nil key="activeLocalization"/>
+ <dictionary class="NSMutableDictionary" key="localizations"/>
+ <nil key="sourceID"/>
+ <int key="maxID">7</int>
+ </object>
+ <object class="IBClassDescriber" key="IBDocument.Classes">
+ <array class="NSMutableArray" key="referencedPartialClassDescriptions">
+ <object class="IBPartialClassDescription">
+ <string key="className">ViewController</string>
+ <string key="superclassName">UIViewController</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">./Classes/ViewController.h</string>
+ </object>
+ </object>
+ </array>
+ </object>
+ <int key="IBDocument.localizationMode">0</int>
+ <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
+ <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
+ <int key="IBDocument.defaultPropertyAccessControl">3</int>
+ <string key="IBCocoaTouchPluginVersion">916</string>
+ </data>
+</archive>
diff --git a/Video Tuneup/main.m b/Video Tuneup/main.m
new file mode 100644
index 0000000..59b80b6
--- /dev/null
+++ b/Video Tuneup/main.m
@@ -0,0 +1,18 @@
+//
+// main.m
+// Video Tuneup
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#import "AppDelegate.h"
+
+int main(int argc, char *argv[])
+{
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+ }
+}
diff --git a/Video TuneupTests/Video TuneupTests-Info.plist b/Video TuneupTests/Video TuneupTests-Info.plist
new file mode 100644
index 0000000..80df8c4
--- /dev/null
+++ b/Video TuneupTests/Video TuneupTests-Info.plist
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.github.bcjordan.${PRODUCT_NAME:rfc1034identifier}</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+</dict>
+</plist>
diff --git a/Video TuneupTests/Video_TuneupTests.h b/Video TuneupTests/Video_TuneupTests.h
new file mode 100644
index 0000000..19a8961
--- /dev/null
+++ b/Video TuneupTests/Video_TuneupTests.h
@@ -0,0 +1,13 @@
+//
+// Video_TuneupTests.h
+// Video TuneupTests
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import <SenTestingKit/SenTestingKit.h>
+
+@interface Video_TuneupTests : SenTestCase
+
+@end
diff --git a/Video TuneupTests/Video_TuneupTests.m b/Video TuneupTests/Video_TuneupTests.m
new file mode 100644
index 0000000..6566041
--- /dev/null
+++ b/Video TuneupTests/Video_TuneupTests.m
@@ -0,0 +1,32 @@
+//
+// Video_TuneupTests.m
+// Video TuneupTests
+//
+// Created by Brian Jordan on 3/27/12.
+// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import "Video_TuneupTests.h"
+
+@implementation Video_TuneupTests
+
+- (void)setUp
+{
+ [super setUp];
+
+ // Set-up code here.
+}
+
+- (void)tearDown
+{
+ // Tear-down code here.
+
+ [super tearDown];
+}
+
+- (void)testExample
+{
+ STFail(@"Unit tests are not implemented yet in Video TuneupTests");
+}
+
+@end
diff --git a/Video TuneupTests/en.lproj/InfoPlist.strings b/Video TuneupTests/en.lproj/InfoPlist.strings
new file mode 100644
index 0000000..477b28f
--- /dev/null
+++ b/Video TuneupTests/en.lproj/InfoPlist.strings
@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+