From 2be3e75e1cb6e0b54af014280e7b05f1bc8dce23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Ali=20Ustao=C4=9Flu?= Date: Fri, 12 Jun 2026 06:55:09 +0200 Subject: [PATCH] chore(spm): align podspec versions to 0.0.2; fix stale metallibs refs in example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump the five SPM plugins' podspec s.version 0.0.1 -> 0.0.2 to match pubspec (cosmetic for local path pods, but keeps them consistent). - Remove dead tvos_metallibs / MetalLibInterposer references from path_provider_tvos/example's project.pbxproj — they pointed at a folder deleted when build artifacts stopped being tracked, breaking the example build (pre-existing, unrelated to SPM). --- packages/audioplayers_tvos/tvos/audioplayers_tvos.podspec | 2 +- .../tvos/connectivity_plus_tvos.podspec | 2 +- .../tvos/flutter_secure_storage_tvos.podspec | 2 +- .../example/tvos/Runner.xcodeproj/project.pbxproj | 4 ---- packages/path_provider_tvos/tvos/path_provider_tvos.podspec | 2 +- .../tvos/shared_preferences_tvos.podspec | 2 +- 6 files changed, 5 insertions(+), 9 deletions(-) diff --git a/packages/audioplayers_tvos/tvos/audioplayers_tvos.podspec b/packages/audioplayers_tvos/tvos/audioplayers_tvos.podspec index 98c82a1..0540a70 100644 --- a/packages/audioplayers_tvos/tvos/audioplayers_tvos.podspec +++ b/packages/audioplayers_tvos/tvos/audioplayers_tvos.podspec @@ -6,7 +6,7 @@ # Pod::Spec.new do |s| s.name = 'audioplayers_tvos' - s.version = '0.0.1' + s.version = '0.0.2' s.summary = 'tvOS implementation of audioplayers.' s.description = <<-DESC tvOS implementation of audioplayers, the federated platform diff --git a/packages/connectivity_plus_tvos/tvos/connectivity_plus_tvos.podspec b/packages/connectivity_plus_tvos/tvos/connectivity_plus_tvos.podspec index dc9e572..0f3279a 100644 --- a/packages/connectivity_plus_tvos/tvos/connectivity_plus_tvos.podspec +++ b/packages/connectivity_plus_tvos/tvos/connectivity_plus_tvos.podspec @@ -6,7 +6,7 @@ # Pod::Spec.new do |s| s.name = 'connectivity_plus_tvos' - s.version = '0.0.1' + s.version = '0.0.2' s.summary = 'tvOS implementation of connectivity_plus.' s.description = <<-DESC tvOS implementation of connectivity_plus, the federated platform diff --git a/packages/flutter_secure_storage_tvos/tvos/flutter_secure_storage_tvos.podspec b/packages/flutter_secure_storage_tvos/tvos/flutter_secure_storage_tvos.podspec index 6cc02c5..4f4677c 100644 --- a/packages/flutter_secure_storage_tvos/tvos/flutter_secure_storage_tvos.podspec +++ b/packages/flutter_secure_storage_tvos/tvos/flutter_secure_storage_tvos.podspec @@ -6,7 +6,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_secure_storage_tvos' - s.version = '0.0.1' + s.version = '0.0.2' s.summary = 'tvOS implementation of flutter_secure_storage.' s.description = <<-DESC tvOS implementation of flutter_secure_storage, the federated platform diff --git a/packages/path_provider_tvos/example/tvos/Runner.xcodeproj/project.pbxproj b/packages/path_provider_tvos/example/tvos/Runner.xcodeproj/project.pbxproj index 62aba93..db49536 100644 --- a/packages/path_provider_tvos/example/tvos/Runner.xcodeproj/project.pbxproj +++ b/packages/path_provider_tvos/example/tvos/Runner.xcodeproj/project.pbxproj @@ -16,7 +16,6 @@ 97C1470B1CF9000082B4168D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000082B4168E /* LaunchScreen.storyboard */; }; 97C1470F1CF9000082B4168C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000082B4168C /* Assets.xcassets */; }; AAA000000000000000000002 /* MetalLibInterposer.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA000000000000000000001 /* MetalLibInterposer.m */; }; - AAA000000000000000000010 /* tvos_metallibs in Resources */ = {isa = PBXBuildFile; fileRef = AAA000000000000000000004 /* tvos_metallibs */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -50,7 +49,6 @@ 97C146FF1CF9000082B4168E /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; AAA000000000000000000001 /* MetalLibInterposer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MetalLibInterposer.m; sourceTree = ""; }; AAA000000000000000000003 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; - AAA000000000000000000004 /* tvos_metallibs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = tvos_metallibs; sourceTree = ""; }; AAA000000000000000000005 /* MetalLibInterposer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MetalLibInterposer.h; sourceTree = ""; }; BD5225722322BB9B1DD92201 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; C4FC12720450E4C28811E671 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -112,7 +110,6 @@ 97C146FE1CF9000082B4168C /* Info.plist */, 97C146FF1CF9000082B4168D /* Main.storyboard */, 97C146FF1CF9000082B4168E /* LaunchScreen.storyboard */, - AAA000000000000000000004 /* tvos_metallibs */, ); path = Runner; sourceTree = ""; @@ -201,7 +198,6 @@ 97C1470F1CF9000082B4168C /* Assets.xcassets in Resources */, 97C1470A1CF9000082B4168D /* Main.storyboard in Resources */, 97C1470B1CF9000082B4168D /* LaunchScreen.storyboard in Resources */, - AAA000000000000000000010 /* tvos_metallibs in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/packages/path_provider_tvos/tvos/path_provider_tvos.podspec b/packages/path_provider_tvos/tvos/path_provider_tvos.podspec index 51a93c4..28c91ce 100644 --- a/packages/path_provider_tvos/tvos/path_provider_tvos.podspec +++ b/packages/path_provider_tvos/tvos/path_provider_tvos.podspec @@ -6,7 +6,7 @@ # Pod::Spec.new do |s| s.name = 'path_provider_tvos' - s.version = '0.0.1' + s.version = '0.0.2' s.summary = 'tvOS implementation of path_provider.' s.description = <<-DESC tvOS implementation of path_provider, the federated platform diff --git a/packages/shared_preferences_tvos/tvos/shared_preferences_tvos.podspec b/packages/shared_preferences_tvos/tvos/shared_preferences_tvos.podspec index 93e37fd..6717744 100644 --- a/packages/shared_preferences_tvos/tvos/shared_preferences_tvos.podspec +++ b/packages/shared_preferences_tvos/tvos/shared_preferences_tvos.podspec @@ -6,7 +6,7 @@ # Pod::Spec.new do |s| s.name = 'shared_preferences_tvos' - s.version = '0.0.1' + s.version = '0.0.2' s.summary = 'tvOS implementation of shared_preferences.' s.description = <<-DESC tvOS implementation of shared_preferences, the federated platform