diff options
author | Finn Behrens <me@kloenk.de> | 2021-04-02 13:34:41 +0200 |
---|---|---|
committer | Finn Behrens <me@kloenk.de> | 2021-04-02 13:34:41 +0200 |
commit | f294922c88216828fd63d8bdfd48671e57d061f1 (patch) | |
tree | 22a53ad07d5ee72b7b6a0fab6248278e23d0cfe1 | |
download | MusicConverter-f294922c88216828fd63d8bdfd48671e57d061f1.tar.gz MusicConverter-f294922c88216828fd63d8bdfd48671e57d061f1.tar.xz MusicConverter-f294922c88216828fd63d8bdfd48671e57d061f1.zip |
Initial Commit
-rw-r--r-- | MusicConverter.xcodeproj/project.pbxproj | 333 | ||||
-rw-r--r-- | MusicConverter/Assets.xcassets/AccentColor.colorset/Contents.json | 11 | ||||
-rw-r--r-- | MusicConverter/Assets.xcassets/AppIcon.appiconset/Contents.json | 98 | ||||
-rw-r--r-- | MusicConverter/Assets.xcassets/Contents.json | 6 | ||||
-rw-r--r-- | MusicConverter/ContentView.swift | 21 | ||||
-rw-r--r-- | MusicConverter/Info.plist | 50 | ||||
-rw-r--r-- | MusicConverter/MusicConverterApp.swift | 17 | ||||
-rw-r--r-- | MusicConverter/Preview Content/Preview Assets.xcassets/Contents.json | 6 |
8 files changed, 542 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 */; +} diff --git a/MusicConverter/Assets.xcassets/AccentColor.colorset/Contents.json b/MusicConverter/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/MusicConverter/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MusicConverter/Assets.xcassets/AppIcon.appiconset/Contents.json b/MusicConverter/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/MusicConverter/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MusicConverter/Assets.xcassets/Contents.json b/MusicConverter/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/MusicConverter/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MusicConverter/ContentView.swift b/MusicConverter/ContentView.swift new file mode 100644 index 0000000..9f65ec8 --- /dev/null +++ b/MusicConverter/ContentView.swift @@ -0,0 +1,21 @@ +// +// ContentView.swift +// MusicConverter +// +// Created by Finn Behrens on 02.04.21. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + Text("Hello, world!") + .padding() + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/MusicConverter/Info.plist b/MusicConverter/Info.plist new file mode 100644 index 0000000..efc211a --- /dev/null +++ b/MusicConverter/Info.plist @@ -0,0 +1,50 @@ +<?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>$(DEVELOPMENT_LANGUAGE)</string> + <key>CFBundleExecutable</key> + <string>$(EXECUTABLE_NAME)</string> + <key>CFBundleIdentifier</key> + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>$(PRODUCT_NAME)</string> + <key>CFBundlePackageType</key> + <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleVersion</key> + <string>1</string> + <key>LSRequiresIPhoneOS</key> + <true/> + <key>UIApplicationSceneManifest</key> + <dict> + <key>UIApplicationSupportsMultipleScenes</key> + <true/> + </dict> + <key>UIApplicationSupportsIndirectInputEvents</key> + <true/> + <key>UILaunchScreen</key> + <dict/> + <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> diff --git a/MusicConverter/MusicConverterApp.swift b/MusicConverter/MusicConverterApp.swift new file mode 100644 index 0000000..276659e --- /dev/null +++ b/MusicConverter/MusicConverterApp.swift @@ -0,0 +1,17 @@ +// +// MusicConverterApp.swift +// MusicConverter +// +// Created by Finn Behrens on 02.04.21. +// + +import SwiftUI + +@main +struct MusicConverterApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/MusicConverter/Preview Content/Preview Assets.xcassets/Contents.json b/MusicConverter/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/MusicConverter/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} |