Skip to content

Commit 5add210

Browse files
authored
Use project-relative path for build settings. (#402)
1 parent 75fc4ee commit 5add210

File tree

17 files changed

+321
-351
lines changed

17 files changed

+321
-351
lines changed

e2e/bitrise.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app:
1818
- BITFALL_APPSTORECONNECT_API_KEY_ID: $BITFALL_APPSTORECONNECT_API_KEY_ID
1919
- BITFALL_APPSTORECONNECT_API_KEY_ISSUER_ID: $BITFALL_APPSTORECONNECT_API_KEY_ISSUER_ID
2020
# Internal env to enable Xcode build settings compatibility mode
21-
- BITRISEIO_INTERNAL_XCODE_SHOWBUILDSETTINGS_COMPAT_MODE: "true"
21+
- BITRISEIO_INTERNAL_XCODE_SHOWBUILDSETTINGS_COMPAT_MODE: "false"
2222

2323
workflows:
2424
# Disabled known bad visonOS test
@@ -233,8 +233,8 @@ workflows:
233233
This should use the Xcode mechanism on Xcode13+.
234234
envs:
235235
- TEST_APP_URL: https://github.com/bitrise-io/Fruta
236-
- TEST_APP_BRANCH: master
237-
- BITRISE_PROJECT_PATH: Fruta.xcodeproj
236+
- TEST_APP_BRANCH: workspace
237+
- BITRISE_PROJECT_PATH: Fruta.xcworkspace
238238
- BITRISE_SCHEME: Fruta iOS
239239
- DESTINATION: detect
240240
- CODE_SIGNING_METHOD: api-key
@@ -260,8 +260,8 @@ workflows:
260260
description: Test API key based signing on a project where code signing is not managed automatically
261261
envs:
262262
- TEST_APP_URL: https://github.com/bitrise-io/Fruta
263-
- TEST_APP_BRANCH: manual-signing
264-
- BITRISE_PROJECT_PATH: Fruta.xcodeproj
263+
- TEST_APP_BRANCH: workspace-manual-signing
264+
- BITRISE_PROJECT_PATH: Fruta.xcworkspace
265265
- BITRISE_SCHEME: Fruta iOS
266266
- DESTINATION: detect
267267
- CODE_SIGNING_METHOD: api-key

go.mod

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,80 +9,36 @@ require (
99
github.com/bitrise-io/go-utils v1.0.14
1010
github.com/bitrise-io/go-utils/v2 v2.0.0-alpha.23
1111
github.com/bitrise-io/go-xcode v1.3.1
12-
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.72.0.20251107144339-d084b7635d6d
12+
github.com/bitrise-io/go-xcode/v2 v2.0.0-alpha.74
1313
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
1414
github.com/stretchr/testify v1.10.0
1515
gopkg.in/yaml.v3 v3.0.1
1616
howett.net/plist v1.0.1
1717
)
1818

1919
require (
20-
cel.dev/expr v0.16.1 // indirect
21-
cloud.google.com/go v0.116.0 // indirect
22-
cloud.google.com/go/auth v0.13.0 // indirect
23-
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
24-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
25-
cloud.google.com/go/iam v1.2.2 // indirect
26-
cloud.google.com/go/monitoring v1.21.2 // indirect
27-
cloud.google.com/go/secretmanager v1.14.3 // indirect
28-
cloud.google.com/go/storage v1.50.0 // indirect
29-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
30-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
31-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
3220
github.com/bitrise-io/go-pkcs12 v0.1.0 // indirect
3321
github.com/bitrise-io/go-plist v0.0.0-20210301100253-4b1a112ccd10 // indirect
3422
github.com/bitrise-io/go-steputils v1.0.6 // indirect
35-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36-
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
3723
github.com/davecgh/go-spew v1.1.1 // indirect
38-
github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
39-
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
40-
github.com/felixge/httpsnoop v1.0.4 // indirect
4124
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect
4225
github.com/globocom/go-buffer/v2 v2.0.0 // indirect
43-
github.com/go-logr/logr v1.4.2 // indirect
44-
github.com/go-logr/stdr v1.2.2 // indirect
4526
github.com/gofrs/uuid/v5 v5.2.0 // indirect
4627
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
47-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4828
github.com/google/go-cmp v0.6.0 // indirect
4929
github.com/google/go-querystring v1.1.0 // indirect
50-
github.com/google/s2a-go v0.1.8 // indirect
51-
github.com/google/uuid v1.6.0 // indirect
52-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
53-
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
5430
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5531
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
5632
github.com/hashicorp/go-version v1.7.0 // indirect
5733
github.com/kr/pretty v0.3.1 // indirect
5834
github.com/mitchellh/mapstructure v1.5.0 // indirect
5935
github.com/pkg/errors v0.9.1 // indirect
60-
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
6136
github.com/pmezard/go-difflib v1.0.0 // indirect
6237
github.com/rogpeppe/go-internal v1.10.0 // indirect
6338
github.com/ryanuber/go-glob v1.0.0 // indirect
6439
github.com/stretchr/objx v0.5.2 // indirect
65-
go.opencensus.io v0.24.0 // indirect
66-
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
67-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
68-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
69-
go.opentelemetry.io/otel v1.29.0 // indirect
70-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
71-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
72-
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
73-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
7440
golang.org/x/crypto v0.37.0 // indirect
75-
golang.org/x/net v0.33.0 // indirect
76-
golang.org/x/oauth2 v0.24.0 // indirect
77-
golang.org/x/sync v0.13.0 // indirect
7841
golang.org/x/sys v0.32.0 // indirect
7942
golang.org/x/term v0.31.0 // indirect
8043
golang.org/x/text v0.24.0 // indirect
81-
golang.org/x/time v0.8.0 // indirect
82-
google.golang.org/api v0.214.0 // indirect
83-
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
84-
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
85-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
86-
google.golang.org/grpc v1.67.3 // indirect
87-
google.golang.org/protobuf v1.35.2 // indirect
8844
)

0 commit comments

Comments
 (0)