/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/scripts/codegen/__fixtures__/test-library/test-library.podspec
10 строк
336 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" s.version = "0.0.0" s.platforms = { :ios => "9.0", :osx => "13.0", visionos: "1.0" } end