diff options
Diffstat (limited to 'MusicConverter.xcodeproj/project.pbxproj')
-rw-r--r-- | MusicConverter.xcodeproj/project.pbxproj | 333 |
1 files changed, 333 insertions, 0 deletions
diff --git a/MusicConverter.xcodeproj/project.pbxproj b/MusicConverter.xcodeproj/project.pbxproj new file mode 100644 index 0000000..c4cc0ae --- /dev/null +++ b/MusicConverter.xcodeproj/project.pbxproj @@ -0,0 +1,333 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 95FE8C3F261738CF00EA526B /* MusicConverterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FE8C3E261738CF00EA526B /* MusicConverterApp.swift */; }; + 95FE8C41261738CF00EA526B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FE8C40261738CF00EA526B /* ContentView.swift */; }; + 95FE8C43261738D100EA526B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95FE8C42261738D100EA526B /* Assets.xcassets */; }; + 95FE8C46261738D100EA526B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95FE8C45261738D100EA526B /* Preview Assets.xcassets */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 95FE8C3B261738CF00EA526B /* MusicConverter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MusicConverter.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 95FE8C3E261738CF00EA526B /* MusicConverterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicConverterApp.swift; sourceTree = "<group>"; }; + 95FE8C40261738CF00EA526B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; + 95FE8C42261738D100EA526B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; + 95FE8C45261738D100EA526B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; + 95FE8C47261738D100EA526B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 95FE8C38261738CF00EA526B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 95FE8C32261738CF00EA526B = { + isa = PBXGroup; + children = ( + 95FE8C3D261738CF00EA526B /* MusicConverter */, + 95FE8C3C261738CF00EA526B /* Products */, + ); + sourceTree = "<group>"; + }; + 95FE8C3C261738CF00EA526B /* Products */ = { + isa = PBXGroup; + children = ( + 95FE8C3B261738CF00EA526B /* MusicConverter.app */, + ); + name = Products; + sourceTree = "<group>"; + }; + 95FE8C3D261738CF00EA526B /* MusicConverter */ = { + isa = PBXGroup; + children = ( + 95FE8C3E261738CF00EA526B /* MusicConverterApp.swift */, + 95FE8C40261738CF00EA526B /* ContentView.swift */, + 95FE8C42261738D100EA526B /* Assets.xcassets */, + 95FE8C47261738D100EA526B /* Info.plist */, + 95FE8C44261738D100EA526B /* Preview Content */, + ); + path = MusicConverter; + sourceTree = "<group>"; + }; + 95FE8C44261738D100EA526B /* Preview Content */ = { + isa = PBXGroup; + children = ( + 95FE8C45261738D100EA526B /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = "<group>"; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 95FE8C3A261738CF00EA526B /* MusicConverter */ = { + isa = PBXNativeTarget; + buildConfigurationList = 95FE8C4A261738D100EA526B /* Build configuration list for PBXNativeTarget "MusicConverter" */; + buildPhases = ( + 95FE8C37261738CF00EA526B /* Sources */, + 95FE8C38261738CF00EA526B /* Frameworks */, + 95FE8C39261738CF00EA526B /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = MusicConverter; + productName = MusicConverter; + productReference = 95FE8C3B261738CF00EA526B /* MusicConverter.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 95FE8C33261738CF00EA526B /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1240; + LastUpgradeCheck = 1240; + TargetAttributes = { + 95FE8C3A261738CF00EA526B = { + CreatedOnToolsVersion = 12.4; + }; + }; + }; + buildConfigurationList = 95FE8C36261738CF00EA526B /* Build configuration list for PBXProject "MusicConverter" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 95FE8C32261738CF00EA526B; + productRefGroup = 95FE8C3C261738CF00EA526B /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 95FE8C3A261738CF00EA526B /* MusicConverter */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 95FE8C39261738CF00EA526B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 95FE8C46261738D100EA526B /* Preview Assets.xcassets in Resources */, + 95FE8C43261738D100EA526B /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 95FE8C37261738CF00EA526B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 95FE8C41261738CF00EA526B /* ContentView.swift in Sources */, + 95FE8C3F261738CF00EA526B /* MusicConverterApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 95FE8C48261738D100EA526B /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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 = 14.4; + 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; + }; + 95FE8C49261738D100EA526B /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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 = 14.4; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 95FE8C4B261738D100EA526B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"MusicConverter/Preview Content\""; + DEVELOPMENT_TEAM = T58RJ7QENS; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = MusicConverter/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.kloenk.napple.MusicConverter; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 95FE8C4C261738D100EA526B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"MusicConverter/Preview Content\""; + DEVELOPMENT_TEAM = T58RJ7QENS; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = MusicConverter/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = dev.kloenk.napple.MusicConverter; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 95FE8C36261738CF00EA526B /* Build configuration list for PBXProject "MusicConverter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 95FE8C48261738D100EA526B /* Debug */, + 95FE8C49261738D100EA526B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 95FE8C4A261738D100EA526B /* Build configuration list for PBXNativeTarget "MusicConverter" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 95FE8C4B261738D100EA526B /* Debug */, + 95FE8C4C261738D100EA526B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 95FE8C33261738CF00EA526B /* Project object */; +} |