Skip to content

Commit

Permalink
Version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jyunderwood committed Sep 4, 2016
1 parent 5f1d1fd commit 044614d
Show file tree
Hide file tree
Showing 18 changed files with 754 additions and 212 deletions.
327 changes: 327 additions & 0 deletions Example-iOS/Example-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,327 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
AB2F07F61D7C77EB004B2154 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB2F07F51D7C77EB004B2154 /* AppDelegate.swift */; };
AB2F07F81D7C77EB004B2154 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB2F07F71D7C77EB004B2154 /* ViewController.swift */; };
AB2F07FB1D7C77EB004B2154 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB2F07F91D7C77EB004B2154 /* Main.storyboard */; };
AB2F07FD1D7C77EB004B2154 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AB2F07FC1D7C77EB004B2154 /* Assets.xcassets */; };
AB2F08001D7C77EB004B2154 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AB2F07FE1D7C77EB004B2154 /* LaunchScreen.storyboard */; };
ABE07BCE1D7C8075009F3380 /* WaveformView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABE07BCD1D7C8075009F3380 /* WaveformView.framework */; };
ABE07BCF1D7C8075009F3380 /* WaveformView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = ABE07BCD1D7C8075009F3380 /* WaveformView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
ABE07BD01D7C8075009F3380 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
ABE07BCF1D7C8075009F3380 /* WaveformView.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
AB2F07F21D7C77EB004B2154 /* Example-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
AB2F07F51D7C77EB004B2154 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
AB2F07F71D7C77EB004B2154 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
AB2F07FA1D7C77EB004B2154 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
AB2F07FC1D7C77EB004B2154 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
AB2F07FF1D7C77EB004B2154 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
AB2F08011D7C77EB004B2154 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
ABE07BCD1D7C8075009F3380 /* WaveformView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = WaveformView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
AB2F07EF1D7C77EB004B2154 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
ABE07BCE1D7C8075009F3380 /* WaveformView.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
AB2F07E91D7C77EB004B2154 = {
isa = PBXGroup;
children = (
ABE07BCD1D7C8075009F3380 /* WaveformView.framework */,
AB2F07F41D7C77EB004B2154 /* Example-iOS */,
AB2F07F31D7C77EB004B2154 /* Products */,
);
sourceTree = "<group>";
};
AB2F07F31D7C77EB004B2154 /* Products */ = {
isa = PBXGroup;
children = (
AB2F07F21D7C77EB004B2154 /* Example-iOS.app */,
);
name = Products;
sourceTree = "<group>";
};
AB2F07F41D7C77EB004B2154 /* Example-iOS */ = {
isa = PBXGroup;
children = (
AB2F07F51D7C77EB004B2154 /* AppDelegate.swift */,
AB2F07F71D7C77EB004B2154 /* ViewController.swift */,
AB2F07F91D7C77EB004B2154 /* Main.storyboard */,
AB2F07FC1D7C77EB004B2154 /* Assets.xcassets */,
AB2F07FE1D7C77EB004B2154 /* LaunchScreen.storyboard */,
AB2F08011D7C77EB004B2154 /* Info.plist */,
);
path = "Example-iOS";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
AB2F07F11D7C77EB004B2154 /* Example-iOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = AB2F08041D7C77EB004B2154 /* Build configuration list for PBXNativeTarget "Example-iOS" */;
buildPhases = (
AB2F07EE1D7C77EB004B2154 /* Sources */,
AB2F07EF1D7C77EB004B2154 /* Frameworks */,
AB2F07F01D7C77EB004B2154 /* Resources */,
ABE07BD01D7C8075009F3380 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "Example-iOS";
productName = "Example-iOS";
productReference = AB2F07F21D7C77EB004B2154 /* Example-iOS.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
AB2F07EA1D7C77EB004B2154 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0800;
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = "Jonathan Underwood";
TargetAttributes = {
AB2F07F11D7C77EB004B2154 = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = AB2F07ED1D7C77EB004B2154 /* Build configuration list for PBXProject "Example-iOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = AB2F07E91D7C77EB004B2154;
productRefGroup = AB2F07F31D7C77EB004B2154 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
AB2F07F11D7C77EB004B2154 /* Example-iOS */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
AB2F07F01D7C77EB004B2154 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AB2F08001D7C77EB004B2154 /* LaunchScreen.storyboard in Resources */,
AB2F07FD1D7C77EB004B2154 /* Assets.xcassets in Resources */,
AB2F07FB1D7C77EB004B2154 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
AB2F07EE1D7C77EB004B2154 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AB2F07F81D7C77EB004B2154 /* ViewController.swift in Sources */,
AB2F07F61D7C77EB004B2154 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
AB2F07F91D7C77EB004B2154 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
AB2F07FA1D7C77EB004B2154 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
AB2F07FE1D7C77EB004B2154 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
AB2F07FF1D7C77EB004B2154 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
AB2F08021D7C77EB004B2154 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
AB2F08031D7C77EB004B2154 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
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_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
AB2F08051D7C77EB004B2154 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "Example-iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.jyunderwood.WaveformView.Example-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
AB2F08061D7C77EB004B2154 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = "Example-iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.jyunderwood.WaveformView.Example-iOS";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
AB2F07ED1D7C77EB004B2154 /* Build configuration list for PBXProject "Example-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AB2F08021D7C77EB004B2154 /* Debug */,
AB2F08031D7C77EB004B2154 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AB2F08041D7C77EB004B2154 /* Build configuration list for PBXNativeTarget "Example-iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
AB2F08051D7C77EB004B2154 /* Debug */,
AB2F08061D7C77EB004B2154 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = AB2F07EA1D7C77EB004B2154 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Example-iOS/Example-iOS/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// AppDelegate.swift
// Example-iOS
//
// Created by Jonathan on 9/4/16.
// Copyright © 2016 Jonathan Underwood. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
return true
}
}
Loading

0 comments on commit 044614d

Please sign in to comment.