We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pod repo push
1 parent f35939a commit e8da4e8Copy full SHA for e8da4e8
scripts/create_spec_repo/Sources/SpecRepoBuilder/main.swift
@@ -31,8 +31,8 @@ extension Constants {
31
32
// flags for 'pod push'
33
extension Constants {
34
- static let flags = ["--skip-tests", "--allow-warnings"]
35
- static let umbrellaPodFlags = Constants.flags + ["--skip-import-validation", "--use-json"]
+ static let flags = ["--skip-tests", "--allow-warnings", "--skip-import-validation"]
+ static let umbrellaPodFlags = Constants.flags + ["--use-json"]
36
}
37
38
// SpecFiles is a wraper of dict mapping from required pods to their path. This
0 commit comments