Skip to content

Commit

Permalink
Update integration_test tvOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Aug 1, 2024
1 parent ffdcde9 commit c1ca997
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion analytics/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Analytics', '11.0.0'
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -616,7 +616,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion app_check/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/AppCheck', '11.0.0'
pod 'Firebase/Database', '11.0.0'
pod 'Firebase/Auth', '11.0.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -565,7 +565,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion auth/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Auth', '11.0.0'
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -643,7 +643,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion database/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Database', '11.0.0'
pod 'Firebase/Auth', '11.0.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -565,7 +565,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion firestore/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Firestore', '11.0.0'
pod 'Firebase/Auth', '11.0.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -667,7 +667,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion functions/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Functions', '11.0.0'
pod 'Firebase/Auth', '11.0.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -654,7 +654,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion messaging/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Messaging', '11.0.0'
pod 'Firebase/Functions', '11.0.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -644,7 +644,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion remote_config/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/RemoteConfig', '11.0.0'
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -616,7 +616,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion storage/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target 'integration_test' do
end

target 'integration_test_tvos' do
platform :tvos, '12.0'
platform :tvos, '13.0'
pod 'Firebase/Storage', '11.0.0'
pod 'Firebase/Auth', '11.0.0'
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Debug;
};
Expand Down Expand Up @@ -635,7 +635,7 @@
SDKROOT = appletvos;
SWIFT_VERSION = 5.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 12.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
};
name = Release;
};
Expand Down

0 comments on commit c1ca997

Please sign in to comment.