diff --git a/.DS_Store b/.DS_Store index 2915a76..71f27a6 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/TapeDeck.xcodeproj/project.pbxproj b/TapeDeck.xcodeproj/project.pbxproj index c9ccedb..a218774 100644 --- a/TapeDeck.xcodeproj/project.pbxproj +++ b/TapeDeck.xcodeproj/project.pbxproj @@ -613,7 +613,7 @@ CODE_SIGN_ENTITLEMENTS = grandfatherrock/grandfatherrock.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PRBH2T6668; INFOPLIST_FILE = grandfatherrock/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -621,7 +621,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.3; PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.grandfatherrock; PRODUCT_NAME = "Nook Music"; SUPPORTS_MACCATALYST = NO; @@ -639,7 +639,7 @@ CODE_SIGN_ENTITLEMENTS = grandfatherrock/grandfatherrock.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PRBH2T6668; INFOPLIST_FILE = grandfatherrock/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; @@ -647,7 +647,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.3; PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.grandfatherrock; PRODUCT_NAME = "Nook Music"; SUPPORTS_MACCATALYST = NO; @@ -749,7 +749,7 @@ CODE_SIGN_ENTITLEMENTS = hssceneExtension.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PRBH2T6668; INFOPLIST_FILE = hsscene/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; @@ -758,7 +758,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.3; PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.grandfatherrock.hsscene; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; @@ -777,7 +777,7 @@ CODE_SIGN_ENTITLEMENTS = hssceneExtension.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PRBH2T6668; INFOPLIST_FILE = hsscene/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 14.0; @@ -786,7 +786,7 @@ "@executable_path/Frameworks", "@executable_path/../../Frameworks", ); - MARKETING_VERSION = 1.2.1; + MARKETING_VERSION = 1.3; PRODUCT_BUNDLE_IDENTIFIER = dev.mpg13.grandfatherrock.hsscene; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; diff --git a/TapeDeck.xcodeproj/project.xcworkspace/xcuserdata/micahgomez.xcuserdatad/UserInterfaceState.xcuserstate b/TapeDeck.xcodeproj/project.xcworkspace/xcuserdata/micahgomez.xcuserdatad/UserInterfaceState.xcuserstate index c41bb37..55eba82 100644 Binary files a/TapeDeck.xcodeproj/project.xcworkspace/xcuserdata/micahgomez.xcuserdatad/UserInterfaceState.xcuserstate and b/TapeDeck.xcodeproj/project.xcworkspace/xcuserdata/micahgomez.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/grandfatherrock/.DS_Store b/grandfatherrock/.DS_Store index 692d802..beb89da 100644 Binary files a/grandfatherrock/.DS_Store and b/grandfatherrock/.DS_Store differ diff --git a/grandfatherrock/Assets.xcassets/.DS_Store b/grandfatherrock/Assets.xcassets/.DS_Store index 808f139..cdcd859 100644 Binary files a/grandfatherrock/Assets.xcassets/.DS_Store and b/grandfatherrock/Assets.xcassets/.DS_Store differ diff --git a/grandfatherrock/Assets.xcassets/grasssnow.imageset/Contents.json b/grandfatherrock/Assets.xcassets/grasssnow.imageset/Contents.json new file mode 100644 index 0000000..46a05ae --- /dev/null +++ b/grandfatherrock/Assets.xcassets/grasssnow.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "grasssnow.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "grasssnow-1.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "grasssnow-2.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow-1.png b/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow-1.png new file mode 100644 index 0000000..ff23d7e Binary files /dev/null and b/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow-1.png differ diff --git a/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow-2.png b/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow-2.png new file mode 100644 index 0000000..ff23d7e Binary files /dev/null and b/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow-2.png differ diff --git a/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow.png b/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow.png new file mode 100644 index 0000000..ff23d7e Binary files /dev/null and b/grandfatherrock/Assets.xcassets/grasssnow.imageset/grasssnow.png differ diff --git a/grandfatherrock/Base.lproj/Main.storyboard b/grandfatherrock/Base.lproj/Main.storyboard index cd35214..ad3b64a 100644 --- a/grandfatherrock/Base.lproj/Main.storyboard +++ b/grandfatherrock/Base.lproj/Main.storyboard @@ -4,7 +4,6 @@ - @@ -47,6 +46,17 @@ + + + + + + + + + + +