diff --git a/CoverFlow.xcodeproj/project.pbxproj b/CoverFlow.xcodeproj/project.pbxproj index 4614c54..ee2498e 100644 --- a/CoverFlow.xcodeproj/project.pbxproj +++ b/CoverFlow.xcodeproj/project.pbxproj @@ -15,7 +15,6 @@ DD428420254E74FF00E6E3D1 /* audioCheck.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = DD42841F254E74FF00E6E3D1 /* audioCheck.mp3 */; }; DD439AD125609FDC00082CEF /* AppleMusicController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD439AD025609FDC00082CEF /* AppleMusicController.swift */; }; DD439AD325609FE700082CEF /* SpotifyController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD439AD225609FE700082CEF /* SpotifyController.swift */; }; - DD6EF8B7257DE16B0046654E /* Grota_Sans_Bold_Italic.otf in Resources */ = {isa = PBXBuildFile; fileRef = DD6EF8B6257DE16A0046654E /* Grota_Sans_Bold_Italic.otf */; }; DDAEDC98253CF53D002F3175 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDAEDC97253CF53D002F3175 /* AppDelegate.swift */; }; DDAEDC9A253CF53D002F3175 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDAEDC99253CF53D002F3175 /* SceneDelegate.swift */; }; DDAEDC9C253CF53D002F3175 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDAEDC9B253CF53D002F3175 /* SettingsViewController.swift */; }; @@ -25,6 +24,7 @@ DDAEDCBD253CFCD7002F3175 /* BridgeDiscoveryController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDAEDCBC253CFCD7002F3175 /* BridgeDiscoveryController.swift */; }; DDB07A7C25799901003EA4AF /* LocalNetworkPermissionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB07A7B25799901003EA4AF /* LocalNetworkPermissionService.swift */; }; DDB07A962579AD5C003EA4AF /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB07A952579AD5C003EA4AF /* MainViewController.swift */; }; + DDB639D02583EC3D00029360 /* Grota_Sans_Bold_Italic.otf in Resources */ = {isa = PBXBuildFile; fileRef = DDB639CF2583EC3A00029360 /* Grota_Sans_Bold_Italic.otf */; }; DDF07094256C375100353469 /* MusicProviderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDF07093256C375100353469 /* MusicProviderViewController.swift */; }; DDFD8BDF253E323900BBE27A /* BridgeInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDFD8BDE253E323900BBE27A /* BridgeInfo.swift */; }; DDFD8BE1253E382C00BBE27A /* PushButtonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDFD8BE0253E382C00BBE27A /* PushButtonViewController.swift */; }; @@ -56,7 +56,6 @@ DD42841F254E74FF00E6E3D1 /* audioCheck.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = audioCheck.mp3; path = CoverFlow/Assets.xcassets/audioCheck.mp3; sourceTree = ""; }; DD439AD025609FDC00082CEF /* AppleMusicController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleMusicController.swift; sourceTree = ""; }; DD439AD225609FE700082CEF /* SpotifyController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpotifyController.swift; sourceTree = ""; }; - DD6EF8B6257DE16A0046654E /* Grota_Sans_Bold_Italic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Grota_Sans_Bold_Italic.otf; sourceTree = ""; }; DDAEDC94253CF53D002F3175 /* CoverFlow.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CoverFlow.app; sourceTree = BUILT_PRODUCTS_DIR; }; DDAEDC97253CF53D002F3175 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; DDAEDC99253CF53D002F3175 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; @@ -69,6 +68,7 @@ DDAEDCBC253CFCD7002F3175 /* BridgeDiscoveryController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BridgeDiscoveryController.swift; sourceTree = ""; }; DDB07A7B25799901003EA4AF /* LocalNetworkPermissionService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalNetworkPermissionService.swift; sourceTree = ""; }; DDB07A952579AD5C003EA4AF /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; + DDB639CF2583EC3A00029360 /* Grota_Sans_Bold_Italic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; name = Grota_Sans_Bold_Italic.otf; path = CoverFlow/Assets.xcassets/Grota_Sans_Bold_Italic.otf; sourceTree = ""; }; DDF07093256C375100353469 /* MusicProviderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicProviderViewController.swift; sourceTree = ""; }; DDFD8BDE253E323900BBE27A /* BridgeInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BridgeInfo.swift; sourceTree = ""; }; DDFD8BE0253E382C00BBE27A /* PushButtonViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushButtonViewController.swift; sourceTree = ""; }; @@ -117,7 +117,7 @@ DDAEDCAD253CF56F002F3175 /* CoverFlow-Bridging-Header.h */, DD42841F254E74FF00E6E3D1 /* audioCheck.mp3 */, DD42841D254E743500E6E3D1 /* songChange.mp3 */, - DD6EF8B6257DE16A0046654E /* Grota_Sans_Bold_Italic.otf */, + DDB639CF2583EC3A00029360 /* Grota_Sans_Bold_Italic.otf */, DDAEDC96253CF53D002F3175 /* CoverFlow */, DDAEDC95253CF53D002F3175 /* Products */, 8CDE867E1AF6CD0C9F350EFD /* Pods */, @@ -218,7 +218,7 @@ buildActionMask = 2147483647; files = ( DDAEDCA4253CF541002F3175 /* LaunchScreen.storyboard in Resources */, - DD6EF8B7257DE16B0046654E /* Grota_Sans_Bold_Italic.otf in Resources */, + DDB639D02583EC3D00029360 /* Grota_Sans_Bold_Italic.otf in Resources */, DD42841E254E743500E6E3D1 /* songChange.mp3 in Resources */, DD428420254E74FF00E6E3D1 /* audioCheck.mp3 in Resources */, DDAEDCA1253CF541002F3175 /* Assets.xcassets in Resources */, @@ -436,7 +436,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = ""; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = YA924NN5VN; DYLIB_INSTALL_NAME_BASE = ""; ENABLE_BITCODE = NO; @@ -450,7 +450,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.0; + MARKETING_VERSION = 1.3.1; OTHER_LDFLAGS = ( "$(inherited)", "-framework", @@ -486,7 +486,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = ""; CLANG_ENABLE_MODULES = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = YA924NN5VN; DYLIB_INSTALL_NAME_BASE = ""; ENABLE_BITCODE = NO; @@ -500,7 +500,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.0; + MARKETING_VERSION = 1.3.1; OTHER_LDFLAGS = ( "$(inherited)", "-framework", diff --git a/Grota_Sans_Bold_Italic.otf b/CoverFlow/Assets.xcassets/Grota_Sans_Bold_Italic.otf similarity index 100% rename from Grota_Sans_Bold_Italic.otf rename to CoverFlow/Assets.xcassets/Grota_Sans_Bold_Italic.otf diff --git a/CoverFlow/Assets.xcassets/Twitter.imageset/Contents.json b/CoverFlow/Assets.xcassets/Twitter.imageset/Contents.json new file mode 100644 index 0000000..69d214b --- /dev/null +++ b/CoverFlow/Assets.xcassets/Twitter.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "icons8-twitter.svg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/CoverFlow/Assets.xcassets/Twitter.imageset/icons8-twitter.svg b/CoverFlow/Assets.xcassets/Twitter.imageset/icons8-twitter.svg new file mode 100644 index 0000000..b295600 --- /dev/null +++ b/CoverFlow/Assets.xcassets/Twitter.imageset/icons8-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/CoverFlow/Base.lproj/Main.storyboard b/CoverFlow/Base.lproj/Main.storyboard index 6b8c7de..06902bc 100644 --- a/CoverFlow/Base.lproj/Main.storyboard +++ b/CoverFlow/Base.lproj/Main.storyboard @@ -1,6 +1,6 @@ - + @@ -19,26 +19,26 @@ - + - + - + - + - + - + - + - + - + @@ -283,32 +390,35 @@ + + + - + - + - + - + - + - + @@ -346,27 +456,27 @@ - + - + - + - + @@ -395,18 +505,18 @@ - + - + - + - + - +