mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 09:03:54 +08:00
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
26 lines
599 B
YAML
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
|