Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonng committed Apr 3, 2020
1 parent 02592f7 commit 0b6c147
Show file tree
Hide file tree
Showing 18 changed files with 924 additions and 0 deletions.
355 changes: 355 additions & 0 deletions MusicPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,355 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
8B3DC4B92422A2810067355E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B3DC4B82422A2810067355E /* AppDelegate.swift */; };
8B3DC4BB2422A2810067355E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B3DC4BA2422A2810067355E /* SceneDelegate.swift */; };
8B3DC4BD2422A2810067355E /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B3DC4BC2422A2810067355E /* ContentView.swift */; };
8B3DC4BF2422A2820067355E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8B3DC4BE2422A2820067355E /* Assets.xcassets */; };
8B3DC4C22422A2820067355E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8B3DC4C12422A2820067355E /* Preview Assets.xcassets */; };
8B3DC4C52422A2820067355E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8B3DC4C32422A2820067355E /* LaunchScreen.storyboard */; };
8B708D642422FB9700CE1598 /* PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B708D632422FB9700CE1598 /* PlayerView.swift */; };
8B708D662423108200CE1598 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B708D652423108200CE1598 /* SearchView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
8B3DC4B52422A2810067355E /* MusicPlayer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MusicPlayer.app; sourceTree = BUILT_PRODUCTS_DIR; };
8B3DC4B82422A2810067355E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
8B3DC4BA2422A2810067355E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
8B3DC4BC2422A2810067355E /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
8B3DC4BE2422A2820067355E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8B3DC4C12422A2820067355E /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
8B3DC4C42422A2820067355E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
8B3DC4C62422A2820067355E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8B708D632422FB9700CE1598 /* PlayerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlayerView.swift; sourceTree = "<group>"; };
8B708D652423108200CE1598 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
8B3DC4AC2422A2810067355E = {
isa = PBXGroup;
children = (
8B3DC4B72422A2810067355E /* MusicPlayer */,
8B3DC4B62422A2810067355E /* Products */,
);
sourceTree = "<group>";
};
8B3DC4B62422A2810067355E /* Products */ = {
isa = PBXGroup;
children = (
8B3DC4B52422A2810067355E /* MusicPlayer.app */,
);
name = Products;
sourceTree = "<group>";
};
8B3DC4B72422A2810067355E /* MusicPlayer */ = {
isa = PBXGroup;
children = (
8B3DC4B82422A2810067355E /* AppDelegate.swift */,
8B3DC4BA2422A2810067355E /* SceneDelegate.swift */,
8B3DC4BC2422A2810067355E /* ContentView.swift */,
8B708D632422FB9700CE1598 /* PlayerView.swift */,
8B708D652423108200CE1598 /* SearchView.swift */,
8B3DC4BE2422A2820067355E /* Assets.xcassets */,
8B3DC4C32422A2820067355E /* LaunchScreen.storyboard */,
8B3DC4C62422A2820067355E /* Info.plist */,
8B3DC4C02422A2820067355E /* Preview Content */,
);
path = MusicPlayer;
sourceTree = "<group>";
};
8B3DC4C02422A2820067355E /* Preview Content */ = {
isa = PBXGroup;
children = (
8B3DC4C12422A2820067355E /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
8B3DC4B42422A2810067355E /* MusicPlayer */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8B3DC4C92422A2820067355E /* Build configuration list for PBXNativeTarget "MusicPlayer" */;
buildPhases = (
8B3DC4B12422A2810067355E /* Sources */,
8B3DC4B22422A2810067355E /* Frameworks */,
8B3DC4B32422A2810067355E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = MusicPlayer;
productName = MusicPlayer;
productReference = 8B3DC4B52422A2810067355E /* MusicPlayer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
8B3DC4AD2422A2810067355E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1130;
LastUpgradeCheck = 1130;
ORGANIZATIONNAME = "Sai Kambmapati";
TargetAttributes = {
8B3DC4B42422A2810067355E = {
CreatedOnToolsVersion = 11.3.1;
};
};
};
buildConfigurationList = 8B3DC4B02422A2810067355E /* Build configuration list for PBXProject "MusicPlayer" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 8B3DC4AC2422A2810067355E;
productRefGroup = 8B3DC4B62422A2810067355E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
8B3DC4B42422A2810067355E /* MusicPlayer */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
8B3DC4B32422A2810067355E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8B3DC4C52422A2820067355E /* LaunchScreen.storyboard in Resources */,
8B3DC4C22422A2820067355E /* Preview Assets.xcassets in Resources */,
8B3DC4BF2422A2820067355E /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
8B3DC4B12422A2810067355E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8B708D662423108200CE1598 /* SearchView.swift in Sources */,
8B3DC4B92422A2810067355E /* AppDelegate.swift in Sources */,
8B3DC4BB2422A2810067355E /* SceneDelegate.swift in Sources */,
8B3DC4BD2422A2810067355E /* ContentView.swift in Sources */,
8B708D642422FB9700CE1598 /* PlayerView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
8B3DC4C32422A2820067355E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
8B3DC4C42422A2820067355E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
8B3DC4C72422A2820067355E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 13.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
8B3DC4C82422A2820067355E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 13.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
8B3DC4CA2422A2820067355E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"MusicPlayer/Preview Content\"";
DEVELOPMENT_TEAM = XJYMG76226;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = MusicPlayer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.appcoda.MusicPlayer;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
8B3DC4CB2422A2820067355E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_ASSET_PATHS = "\"MusicPlayer/Preview Content\"";
DEVELOPMENT_TEAM = XJYMG76226;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = MusicPlayer/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.appcoda.MusicPlayer;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
8B3DC4B02422A2810067355E /* Build configuration list for PBXProject "MusicPlayer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8B3DC4C72422A2820067355E /* Debug */,
8B3DC4C82422A2820067355E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8B3DC4C92422A2820067355E /* Build configuration list for PBXNativeTarget "MusicPlayer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8B3DC4CA2422A2820067355E /* Debug */,
8B3DC4CB2422A2820067355E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 8B3DC4AD2422A2810067355E /* Project object */;
}

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>MusicPlayer.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit 0b6c147

Please sign in to comment.