Skip to content

Commit

Permalink
Pushing PitchPerfect to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLuo committed Apr 7, 2017
0 parents commit 6700c8c
Show file tree
Hide file tree
Showing 54 changed files with 1,423 additions and 0 deletions.
315 changes: 315 additions & 0 deletions PitchPerfect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,315 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
691AF1991E8B450C00AF757B /* PlaySoundsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 691AF1981E8B450C00AF757B /* PlaySoundsViewController.swift */; };
69618E3B1E862D93001E7DB9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69618E3A1E862D93001E7DB9 /* AppDelegate.swift */; };
69618E3D1E862D93001E7DB9 /* RecordSoundsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69618E3C1E862D93001E7DB9 /* RecordSoundsViewController.swift */; };
69618E401E862D93001E7DB9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 69618E3E1E862D93001E7DB9 /* Main.storyboard */; };
69618E421E862D93001E7DB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 69618E411E862D93001E7DB9 /* Assets.xcassets */; };
69618E451E862D93001E7DB9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 69618E431E862D93001E7DB9 /* LaunchScreen.storyboard */; };
69CC16F01E8C75FC008CB658 /* PlaySoundsViewController+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69CC16EF1E8C75FC008CB658 /* PlaySoundsViewController+Audio.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
691AF1981E8B450C00AF757B /* PlaySoundsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PlaySoundsViewController.swift; sourceTree = "<group>"; };
69618E371E862D93001E7DB9 /* PitchPerfect.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PitchPerfect.app; sourceTree = BUILT_PRODUCTS_DIR; };
69618E3A1E862D93001E7DB9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
69618E3C1E862D93001E7DB9 /* RecordSoundsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordSoundsViewController.swift; sourceTree = "<group>"; };
69618E3F1E862D93001E7DB9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
69618E411E862D93001E7DB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
69618E441E862D93001E7DB9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
69618E461E862D93001E7DB9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
69CC16EF1E8C75FC008CB658 /* PlaySoundsViewController+Audio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PlaySoundsViewController+Audio.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
69618E341E862D93001E7DB9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
69618E2E1E862D93001E7DB9 = {
isa = PBXGroup;
children = (
69618E391E862D93001E7DB9 /* PitchPerfect */,
69618E381E862D93001E7DB9 /* Products */,
);
sourceTree = "<group>";
};
69618E381E862D93001E7DB9 /* Products */ = {
isa = PBXGroup;
children = (
69618E371E862D93001E7DB9 /* PitchPerfect.app */,
);
name = Products;
sourceTree = "<group>";
};
69618E391E862D93001E7DB9 /* PitchPerfect */ = {
isa = PBXGroup;
children = (
69618E3A1E862D93001E7DB9 /* AppDelegate.swift */,
69618E3C1E862D93001E7DB9 /* RecordSoundsViewController.swift */,
69618E3E1E862D93001E7DB9 /* Main.storyboard */,
69618E411E862D93001E7DB9 /* Assets.xcassets */,
69618E431E862D93001E7DB9 /* LaunchScreen.storyboard */,
69618E461E862D93001E7DB9 /* Info.plist */,
691AF1981E8B450C00AF757B /* PlaySoundsViewController.swift */,
69CC16EF1E8C75FC008CB658 /* PlaySoundsViewController+Audio.swift */,
);
path = PitchPerfect;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
69618E361E862D93001E7DB9 /* PitchPerfect */ = {
isa = PBXNativeTarget;
buildConfigurationList = 69618E491E862D93001E7DB9 /* Build configuration list for PBXNativeTarget "PitchPerfect" */;
buildPhases = (
69618E331E862D93001E7DB9 /* Sources */,
69618E341E862D93001E7DB9 /* Frameworks */,
69618E351E862D93001E7DB9 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PitchPerfect;
productName = PitchPerfect;
productReference = 69618E371E862D93001E7DB9 /* PitchPerfect.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
69618E2F1E862D93001E7DB9 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0800;
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = "The Grey Ghosts";
TargetAttributes = {
69618E361E862D93001E7DB9 = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 69618E321E862D93001E7DB9 /* Build configuration list for PBXProject "PitchPerfect" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 69618E2E1E862D93001E7DB9;
productRefGroup = 69618E381E862D93001E7DB9 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
69618E361E862D93001E7DB9 /* PitchPerfect */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
69618E351E862D93001E7DB9 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
69618E451E862D93001E7DB9 /* LaunchScreen.storyboard in Resources */,
69618E421E862D93001E7DB9 /* Assets.xcassets in Resources */,
69618E401E862D93001E7DB9 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
69618E331E862D93001E7DB9 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
69618E3D1E862D93001E7DB9 /* RecordSoundsViewController.swift in Sources */,
69CC16F01E8C75FC008CB658 /* PlaySoundsViewController+Audio.swift in Sources */,
691AF1991E8B450C00AF757B /* PlaySoundsViewController.swift in Sources */,
69618E3B1E862D93001E7DB9 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
69618E3E1E862D93001E7DB9 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
69618E3F1E862D93001E7DB9 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
69618E431E862D93001E7DB9 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
69618E441E862D93001E7DB9 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
69618E471E862D93001E7DB9 /* 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;
};
69618E481E862D93001E7DB9 /* 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;
};
69618E4A1E862D93001E7DB9 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = PitchPerfect/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.KevinLuo.PitchPerfect;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
69618E4B1E862D93001E7DB9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = PitchPerfect/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.KevinLuo.PitchPerfect;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
69618E321E862D93001E7DB9 /* Build configuration list for PBXProject "PitchPerfect" */ = {
isa = XCConfigurationList;
buildConfigurations = (
69618E471E862D93001E7DB9 /* Debug */,
69618E481E862D93001E7DB9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
69618E491E862D93001E7DB9 /* Build configuration list for PBXNativeTarget "PitchPerfect" */ = {
isa = XCConfigurationList;
buildConfigurations = (
69618E4A1E862D93001E7DB9 /* Debug */,
69618E4B1E862D93001E7DB9 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 69618E2F1E862D93001E7DB9 /* Project object */;
}

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

Binary file not shown.
Loading

0 comments on commit 6700c8c

Please sign in to comment.