Browse Source

Initial Commit

master
Joshua Moerman 10 years ago
commit
59992e814c
  1. 489
      SpectogramPrototype.xcodeproj/project.pbxproj
  2. 7
      SpectogramPrototype.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  3. 96
      SpectogramPrototype.xcodeproj/xcuserdata/joshua.xcuserdatad/xcschemes/SpectogramPrototype.xcscheme
  4. 27
      SpectogramPrototype.xcodeproj/xcuserdata/joshua.xcuserdatad/xcschemes/xcschememanagement.plist
  5. 15
      SpectogramPrototype/AppDelegate.h
  6. 46
      SpectogramPrototype/AppDelegate.m
  7. 26
      SpectogramPrototype/Base.lproj/Main_iPad.storyboard
  8. 26
      SpectogramPrototype/Base.lproj/Main_iPhone.storyboard
  9. 53
      SpectogramPrototype/Images.xcassets/AppIcon.appiconset/Contents.json
  10. 51
      SpectogramPrototype/Images.xcassets/LaunchImage.launchimage/Contents.json
  11. 49
      SpectogramPrototype/SpectogramPrototype-Info.plist
  12. 16
      SpectogramPrototype/SpectogramPrototype-Prefix.pch
  13. 13
      SpectogramPrototype/ViewController.h
  14. 29
      SpectogramPrototype/ViewController.m
  15. 2
      SpectogramPrototype/en.lproj/InfoPlist.strings
  16. 18
      SpectogramPrototype/main.m
  17. 22
      SpectogramPrototypeTests/SpectogramPrototypeTests-Info.plist
  18. 34
      SpectogramPrototypeTests/SpectogramPrototypeTests.m
  19. 2
      SpectogramPrototypeTests/en.lproj/InfoPlist.strings

489
SpectogramPrototype.xcodeproj/project.pbxproj

@ -0,0 +1,489 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
424F84A918661F8000687D3B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84A818661F8000687D3B /* Foundation.framework */; };
424F84AB18661F8000687D3B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84AA18661F8000687D3B /* CoreGraphics.framework */; };
424F84AD18661F8000687D3B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84AC18661F8000687D3B /* UIKit.framework */; };
424F84B318661F8000687D3B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 424F84B118661F8000687D3B /* InfoPlist.strings */; };
424F84B518661F8000687D3B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F84B418661F8000687D3B /* main.m */; };
424F84B918661F8000687D3B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F84B818661F8000687D3B /* AppDelegate.m */; };
424F84BC18661F8000687D3B /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 424F84BA18661F8000687D3B /* Main_iPhone.storyboard */; };
424F84BF18661F8000687D3B /* Main_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 424F84BD18661F8000687D3B /* Main_iPad.storyboard */; };
424F84C218661F8000687D3B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F84C118661F8000687D3B /* ViewController.m */; };
424F84C418661F8000687D3B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 424F84C318661F8000687D3B /* Images.xcassets */; };
424F84CB18661F8000687D3B /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84CA18661F8000687D3B /* XCTest.framework */; };
424F84CC18661F8000687D3B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84A818661F8000687D3B /* Foundation.framework */; };
424F84CD18661F8000687D3B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 424F84AC18661F8000687D3B /* UIKit.framework */; };
424F84D518661F8000687D3B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 424F84D318661F8000687D3B /* InfoPlist.strings */; };
424F84D718661F8000687D3B /* SpectogramPrototypeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
424F84CE18661F8000687D3B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 424F849D18661F8000687D3B /* Project object */;
proxyType = 1;
remoteGlobalIDString = 424F84A418661F8000687D3B;
remoteInfo = SpectogramPrototype;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
424F84A518661F8000687D3B /* SpectogramPrototype.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SpectogramPrototype.app; sourceTree = BUILT_PRODUCTS_DIR; };
424F84A818661F8000687D3B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
424F84AA18661F8000687D3B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
424F84AC18661F8000687D3B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
424F84B018661F8000687D3B /* SpectogramPrototype-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SpectogramPrototype-Info.plist"; sourceTree = "<group>"; };
424F84B218661F8000687D3B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
424F84B418661F8000687D3B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
424F84B618661F8000687D3B /* SpectogramPrototype-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SpectogramPrototype-Prefix.pch"; sourceTree = "<group>"; };
424F84B718661F8000687D3B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
424F84B818661F8000687D3B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
424F84BB18661F8000687D3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = "<group>"; };
424F84BE18661F8000687D3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPad.storyboard; sourceTree = "<group>"; };
424F84C018661F8000687D3B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
424F84C118661F8000687D3B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
424F84C318661F8000687D3B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
424F84C918661F8000687D3B /* SpectogramPrototypeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SpectogramPrototypeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
424F84CA18661F8000687D3B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
424F84D218661F8000687D3B /* SpectogramPrototypeTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SpectogramPrototypeTests-Info.plist"; sourceTree = "<group>"; };
424F84D418661F8000687D3B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SpectogramPrototypeTests.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
424F84A218661F8000687D3B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
424F84AB18661F8000687D3B /* CoreGraphics.framework in Frameworks */,
424F84AD18661F8000687D3B /* UIKit.framework in Frameworks */,
424F84A918661F8000687D3B /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
424F84C618661F8000687D3B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
424F84CB18661F8000687D3B /* XCTest.framework in Frameworks */,
424F84CD18661F8000687D3B /* UIKit.framework in Frameworks */,
424F84CC18661F8000687D3B /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
424F849C18661F8000687D3B = {
isa = PBXGroup;
children = (
424F84AE18661F8000687D3B /* SpectogramPrototype */,
424F84D018661F8000687D3B /* SpectogramPrototypeTests */,
424F84A718661F8000687D3B /* Frameworks */,
424F84A618661F8000687D3B /* Products */,
);
sourceTree = "<group>";
};
424F84A618661F8000687D3B /* Products */ = {
isa = PBXGroup;
children = (
424F84A518661F8000687D3B /* SpectogramPrototype.app */,
424F84C918661F8000687D3B /* SpectogramPrototypeTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
424F84A718661F8000687D3B /* Frameworks */ = {
isa = PBXGroup;
children = (
424F84A818661F8000687D3B /* Foundation.framework */,
424F84AA18661F8000687D3B /* CoreGraphics.framework */,
424F84AC18661F8000687D3B /* UIKit.framework */,
424F84CA18661F8000687D3B /* XCTest.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
424F84AE18661F8000687D3B /* SpectogramPrototype */ = {
isa = PBXGroup;
children = (
424F84B718661F8000687D3B /* AppDelegate.h */,
424F84B818661F8000687D3B /* AppDelegate.m */,
424F84BA18661F8000687D3B /* Main_iPhone.storyboard */,
424F84BD18661F8000687D3B /* Main_iPad.storyboard */,
424F84C018661F8000687D3B /* ViewController.h */,
424F84C118661F8000687D3B /* ViewController.m */,
424F84C318661F8000687D3B /* Images.xcassets */,
424F84AF18661F8000687D3B /* Supporting Files */,
);
path = SpectogramPrototype;
sourceTree = "<group>";
};
424F84AF18661F8000687D3B /* Supporting Files */ = {
isa = PBXGroup;
children = (
424F84B018661F8000687D3B /* SpectogramPrototype-Info.plist */,
424F84B118661F8000687D3B /* InfoPlist.strings */,
424F84B418661F8000687D3B /* main.m */,
424F84B618661F8000687D3B /* SpectogramPrototype-Prefix.pch */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
424F84D018661F8000687D3B /* SpectogramPrototypeTests */ = {
isa = PBXGroup;
children = (
424F84D618661F8000687D3B /* SpectogramPrototypeTests.m */,
424F84D118661F8000687D3B /* Supporting Files */,
);
path = SpectogramPrototypeTests;
sourceTree = "<group>";
};
424F84D118661F8000687D3B /* Supporting Files */ = {
isa = PBXGroup;
children = (
424F84D218661F8000687D3B /* SpectogramPrototypeTests-Info.plist */,
424F84D318661F8000687D3B /* InfoPlist.strings */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
424F84A418661F8000687D3B /* SpectogramPrototype */ = {
isa = PBXNativeTarget;
buildConfigurationList = 424F84DA18661F8000687D3B /* Build configuration list for PBXNativeTarget "SpectogramPrototype" */;
buildPhases = (
424F84A118661F8000687D3B /* Sources */,
424F84A218661F8000687D3B /* Frameworks */,
424F84A318661F8000687D3B /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SpectogramPrototype;
productName = SpectogramPrototype;
productReference = 424F84A518661F8000687D3B /* SpectogramPrototype.app */;
productType = "com.apple.product-type.application";
};
424F84C818661F8000687D3B /* SpectogramPrototypeTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 424F84DD18661F8000687D3B /* Build configuration list for PBXNativeTarget "SpectogramPrototypeTests" */;
buildPhases = (
424F84C518661F8000687D3B /* Sources */,
424F84C618661F8000687D3B /* Frameworks */,
424F84C718661F8000687D3B /* Resources */,
);
buildRules = (
);
dependencies = (
424F84CF18661F8000687D3B /* PBXTargetDependency */,
);
name = SpectogramPrototypeTests;
productName = SpectogramPrototypeTests;
productReference = 424F84C918661F8000687D3B /* SpectogramPrototypeTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
424F849D18661F8000687D3B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
ORGANIZATIONNAME = "Joshua Moerman";
TargetAttributes = {
424F84C818661F8000687D3B = {
TestTargetID = 424F84A418661F8000687D3B;
};
};
};
buildConfigurationList = 424F84A018661F8000687D3B /* Build configuration list for PBXProject "SpectogramPrototype" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 424F849C18661F8000687D3B;
productRefGroup = 424F84A618661F8000687D3B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
424F84A418661F8000687D3B /* SpectogramPrototype */,
424F84C818661F8000687D3B /* SpectogramPrototypeTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
424F84A318661F8000687D3B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
424F84BF18661F8000687D3B /* Main_iPad.storyboard in Resources */,
424F84C418661F8000687D3B /* Images.xcassets in Resources */,
424F84BC18661F8000687D3B /* Main_iPhone.storyboard in Resources */,
424F84B318661F8000687D3B /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
424F84C718661F8000687D3B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
424F84D518661F8000687D3B /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
424F84A118661F8000687D3B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
424F84C218661F8000687D3B /* ViewController.m in Sources */,
424F84B918661F8000687D3B /* AppDelegate.m in Sources */,
424F84B518661F8000687D3B /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
424F84C518661F8000687D3B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
424F84D718661F8000687D3B /* SpectogramPrototypeTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
424F84CF18661F8000687D3B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 424F84A418661F8000687D3B /* SpectogramPrototype */;
targetProxy = 424F84CE18661F8000687D3B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
424F84B118661F8000687D3B /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
424F84B218661F8000687D3B /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
424F84BA18661F8000687D3B /* Main_iPhone.storyboard */ = {
isa = PBXVariantGroup;
children = (
424F84BB18661F8000687D3B /* Base */,
);
name = Main_iPhone.storyboard;
sourceTree = "<group>";
};
424F84BD18661F8000687D3B /* Main_iPad.storyboard */ = {
isa = PBXVariantGroup;
children = (
424F84BE18661F8000687D3B /* Base */,
);
name = Main_iPad.storyboard;
sourceTree = "<group>";
};
424F84D318661F8000687D3B /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
424F84D418661F8000687D3B /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
424F84D818661F8000687D3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = 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_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
424F84D918661F8000687D3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
424F84DB18661F8000687D3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SpectogramPrototype/SpectogramPrototype-Prefix.pch";
INFOPLIST_FILE = "SpectogramPrototype/SpectogramPrototype-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
424F84DC18661F8000687D3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SpectogramPrototype/SpectogramPrototype-Prefix.pch";
INFOPLIST_FILE = "SpectogramPrototype/SpectogramPrototype-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
424F84DE18661F8000687D3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SpectogramPrototype.app/SpectogramPrototype";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SpectogramPrototype/SpectogramPrototype-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = "SpectogramPrototypeTests/SpectogramPrototypeTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
};
name = Debug;
};
424F84DF18661F8000687D3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SpectogramPrototype.app/SpectogramPrototype";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "SpectogramPrototype/SpectogramPrototype-Prefix.pch";
INFOPLIST_FILE = "SpectogramPrototypeTests/SpectogramPrototypeTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
424F84A018661F8000687D3B /* Build configuration list for PBXProject "SpectogramPrototype" */ = {
isa = XCConfigurationList;
buildConfigurations = (
424F84D818661F8000687D3B /* Debug */,
424F84D918661F8000687D3B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
424F84DA18661F8000687D3B /* Build configuration list for PBXNativeTarget "SpectogramPrototype" */ = {
isa = XCConfigurationList;
buildConfigurations = (
424F84DB18661F8000687D3B /* Debug */,
424F84DC18661F8000687D3B /* Release */,
);
defaultConfigurationIsVisible = 0;
};
424F84DD18661F8000687D3B /* Build configuration list for PBXNativeTarget "SpectogramPrototypeTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
424F84DE18661F8000687D3B /* Debug */,
424F84DF18661F8000687D3B /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 424F849D18661F8000687D3B /* Project object */;
}

7
SpectogramPrototype.xcodeproj/project.xcworkspace/contents.xcworkspacedata

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:SpectogramPrototype.xcodeproj">
</FileRef>
</Workspace>

96
SpectogramPrototype.xcodeproj/xcuserdata/joshua.xcuserdatad/xcschemes/SpectogramPrototype.xcscheme

@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "424F84A418661F8000687D3B"
BuildableName = "SpectogramPrototype.app"
BlueprintName = "SpectogramPrototype"
ReferencedContainer = "container:SpectogramPrototype.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "424F84C818661F8000687D3B"
BuildableName = "SpectogramPrototypeTests.xctest"
BlueprintName = "SpectogramPrototypeTests"
ReferencedContainer = "container:SpectogramPrototype.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "424F84A418661F8000687D3B"
BuildableName = "SpectogramPrototype.app"
BlueprintName = "SpectogramPrototype"
ReferencedContainer = "container:SpectogramPrototype.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "424F84A418661F8000687D3B"
BuildableName = "SpectogramPrototype.app"
BlueprintName = "SpectogramPrototype"
ReferencedContainer = "container:SpectogramPrototype.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "424F84A418661F8000687D3B"
BuildableName = "SpectogramPrototype.app"
BlueprintName = "SpectogramPrototype"
ReferencedContainer = "container:SpectogramPrototype.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

27
SpectogramPrototype.xcodeproj/xcuserdata/joshua.xcuserdatad/xcschemes/xcschememanagement.plist

@ -0,0 +1,27 @@
<?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>SchemeUserState</key>
<dict>
<key>SpectogramPrototype.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>424F84A418661F8000687D3B</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>424F84C818661F8000687D3B</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

15
SpectogramPrototype/AppDelegate.h

@ -0,0 +1,15 @@
//
// AppDelegate.h
// SpectogramPrototype
//
// Created by Joshua Moerman on 21/12/13.
// Copyright (c) 2013 Joshua Moerman. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end

46
SpectogramPrototype/AppDelegate.m

@ -0,0 +1,46 @@
//
// AppDelegate.m
// SpectogramPrototype
//
// Created by Joshua Moerman on 21/12/13.
// Copyright (c) 2013 Joshua Moerman. All rights reserved.
//
#import "AppDelegate.h"
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
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

26
SpectogramPrototype/Base.lproj/Main_iPad.storyboard

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4451" systemVersion="13A461" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3676"/>
</dependencies>
<scenes>
<!--class Prefix:identifier View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="20" width="768" height="1004"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackOpaque"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination"/>
</simulatedMetricsContainer>
</document>

26
SpectogramPrototype/Base.lproj/Main_iPhone.storyboard

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="4451" systemVersion="13A461" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" initialViewController="vXZ-lx-hvc">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3676"/>
</dependencies>
<scenes>
<!--class Prefix:identifier View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>

53
SpectogramPrototype/Images.xcassets/AppIcon.appiconset/Contents.json

@ -0,0 +1,53 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

51
SpectogramPrototype/Images.xcassets/LaunchImage.launchimage/Contents.json

@ -0,0 +1,51 @@
{
"images" : [
{
"orientation" : "portrait",
"idiom" : "iphone",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "iphone",
"subtype" : "retina4",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "1x"
},
{
"orientation" : "portrait",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
},
{
"orientation" : "landscape",
"idiom" : "ipad",
"extent" : "full-screen",
"minimum-system-version" : "7.0",
"scale" : "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

49
SpectogramPrototype/SpectogramPrototype-Info.plist

@ -0,0 +1,49 @@
<?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>CFBundleIdentifier</key>
<string>Vadovas.${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>UIMainStoryboardFile</key>
<string>Main_iPhone</string>
<key>UIMainStoryboardFile~ipad</key>
<string>Main_iPad</string>
<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>

16
SpectogramPrototype/SpectogramPrototype-Prefix.pch

@ -0,0 +1,16 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif

13
SpectogramPrototype/ViewController.h

@ -0,0 +1,13 @@
//
// ViewController.h
// SpectogramPrototype
//
// Created by Joshua Moerman on 21/12/13.
// Copyright (c) 2013 Joshua Moerman. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end

29
SpectogramPrototype/ViewController.m

@ -0,0 +1,29 @@
//
// ViewController.m
// SpectogramPrototype
//
// Created by Joshua Moerman on 21/12/13.
// Copyright (c) 2013 Joshua Moerman. All rights reserved.
//
#import "ViewController.h"
@interface ViewController ()
@end
@implementation ViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end

2
SpectogramPrototype/en.lproj/InfoPlist.strings

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

18
SpectogramPrototype/main.m

@ -0,0 +1,18 @@
//
// main.m
// SpectogramPrototype
//
// Created by Joshua Moerman on 21/12/13.
// Copyright (c) 2013 Joshua Moerman. 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]));
}
}

22
SpectogramPrototypeTests/SpectogramPrototypeTests-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>Vadovas.${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>

34
SpectogramPrototypeTests/SpectogramPrototypeTests.m

@ -0,0 +1,34 @@
//
// SpectogramPrototypeTests.m
// SpectogramPrototypeTests
//
// Created by Joshua Moerman on 21/12/13.
// Copyright (c) 2013 Joshua Moerman. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface SpectogramPrototypeTests : XCTestCase
@end
@implementation SpectogramPrototypeTests
- (void)setUp
{
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end

2
SpectogramPrototypeTests/en.lproj/InfoPlist.strings

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */