/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/scripts/codegen/__fixtures__/test-library-2/test-library-2.podspec
12 строк
372 B
Alex Hunt
Align __test_fixtures__ to __fixtures__ (#50785)
17 апр 2025, 22:48
17 апр 2025, 22:48
0918749
Код
Авторство
О чём код?
# Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. Pod::Spec.new do |s| s.name = "test-library-2" s.version = "0.0.0" s.ios.deployment_target = "9.0" s.osx.deployment_target = "13.0" s.tvos.deployment_target = "1.0" end