Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/audioplayers_tvos/tvos/audioplayers_tvos.podspec
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -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 */
Expand DownExpand Up@@ -50,7 +49,6 @@
97C146FF1CF9000082B4168E /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
AAA000000000000000000001 /* MetalLibInterposer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MetalLibInterposer.m; sourceTree = "<group>"; };
AAA000000000000000000003 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
AAA000000000000000000004 /* tvos_metallibs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = tvos_metallibs; sourceTree = "<group>"; };
AAA000000000000000000005 /* MetalLibInterposer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MetalLibInterposer.h; sourceTree = "<group>"; };
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 = "<group>"; };
C4FC12720450E4C28811E671 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand DownExpand Up@@ -112,7 +110,6 @@
97C146FE1CF9000082B4168C /* Info.plist */,
97C146FF1CF9000082B4168D /* Main.storyboard */,
97C146FF1CF9000082B4168E /* LaunchScreen.storyboard */,
AAA000000000000000000004 /* tvos_metallibs */,
);
path = Runner;
sourceTree = "<group>";
Expand DownExpand Up@@ -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;
};
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down