Files
facebook-ios-sdk/xcodegen_project_common.yml
Jawwad Ahmad 54e2b9e6cb Fix "Update to recommended settings" warnings in Xcode
Summary: Updated `xcodeVersion` from **13.3** to **14.0** in `xcodegen_project_common.yml` so that the `LastUpgradeCheck` gets set to **1440** so that Xcode doesn't ask to update to recommended settings.

Reviewed By: samodom

Differential Revision: D39708211

fbshipit-source-id: 0a4c135451dd5a9c64b7bc42a934d6869778eb72
2022-09-21 14:24:46 -07:00

26 lines
599 B
YAML

# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
options:
deploymentTarget:
iOS: '12.0'
usesTabs: false
tabWidth: 2
indentWidth: 2
defaultConfig: Debug
xcodeVersion: '14.0'
attributes:
ORGANIZATIONNAME: Facebook
targetTemplates:
SwiftlintBuildPhaseTemplate:
preBuildScripts:
- name: Run Swiftlint
basedOnDependencyAnalysis: false
showEnvVars: false
script: ../scripts/build_phase_swiftlint.sh