diff --git a/ios/QueueCube.xcodeproj/project.pbxproj b/ios/QueueCube.xcodeproj/project.pbxproj index 138455d..b2c3fb9 100644 --- a/ios/QueueCube.xcodeproj/project.pbxproj +++ b/ios/QueueCube.xcodeproj/project.pbxproj @@ -269,7 +269,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = DQQH5H6GBD; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -284,7 +284,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.5.1; PRODUCT_BUNDLE_IDENTIFIER = net.buzzert.QueueCube; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -305,7 +305,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = DQQH5H6GBD; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -320,7 +320,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5; + MARKETING_VERSION = 1.5.1; PRODUCT_BUNDLE_IDENTIFIER = net.buzzert.QueueCube; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; diff --git a/ios/QueueCube/Views/PlaylistView.swift b/ios/QueueCube/Views/PlaylistView.swift index 2a7c24e..e536a01 100644 --- a/ios/QueueCube/Views/PlaylistView.swift +++ b/ios/QueueCube/Views/PlaylistView.swift @@ -190,7 +190,7 @@ struct MediaItemCell: View } private var iconName: String { - if let playbackError { + if playbackError != nil { return "exclamationmark.triangle.fill" }