Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 49bc669

Browse files
Fix acknowledgement generation (#79)
1 parent 7a20c33 commit 49bc669

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.license_plist.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
options:
2+
outputPath: Authenticator/Application/Support/Settings.bundle
3+
prefix: Acknowledgements
4+
5+
exclude:
6+
- owner: bitwarden

Authenticator/Application/Support/Settings.bundle/Acknowledgements.latest_result.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
name: LicensePlist, nameSpecified: , owner: mono0926, version: 3.25.1, source: https://github.com/mono0926/LicensePlist
22

3-
name: SwiftFormat, nameSpecified: , owner: nicklockwood, version: 0.53.7, source: https://github.com/nicklockwood/SwiftFormat
3+
name: SwiftFormat, nameSpecified: , owner: nicklockwood, version: 0.53.8, source: https://github.com/nicklockwood/SwiftFormat
44

55
name: SwiftGen, nameSpecified: , owner: SwiftGen, version: 6.6.3, source: https://github.com/SwiftGen/SwiftGen
66

77
name: SwiftLint, nameSpecified: , owner: realm, version: 0.54.0, source: https://github.com/realm/SwiftLint
88

99
name: xcodegen, nameSpecified: , owner: yonaskolb, version: 2.40.1, source: https://github.com/yonaskolb/xcodegen
1010

11-
name: abseil-cpp-binary, nameSpecified: abseil, owner: google, version: 1.2024011601.1, source: https://github.com/google/abseil-cpp-binary
11+
name: abseil-cpp-binary, nameSpecified: abseil, owner: google, version: 1.2022062300.1, source: https://github.com/google/abseil-cpp-binary
1212

1313
name: app-check, nameSpecified: AppCheck, owner: google, version: 10.19.0, source: https://github.com/google/app-check
1414

15-
name: firebase-ios-sdk, nameSpecified: Firebase, owner: firebase, version: 10.24.0, source: https://github.com/firebase/firebase-ios-sdk
15+
name: firebase-ios-sdk, nameSpecified: Firebase, owner: firebase, version: 10.19.0, source: https://github.com/firebase/firebase-ios-sdk
1616

17-
name: GoogleAppMeasurement, nameSpecified: GoogleAppMeasurement, owner: google, version: 10.24.0, source: https://github.com/google/GoogleAppMeasurement
17+
name: GoogleAppMeasurement, nameSpecified: GoogleAppMeasurement, owner: google, version: 10.17.0, source: https://github.com/google/GoogleAppMeasurement
1818

1919
name: GoogleDataTransport, nameSpecified: GoogleDataTransport, owner: google, version: 9.4.0, source: https://github.com/google/GoogleDataTransport
2020

21-
name: GoogleUtilities, nameSpecified: GoogleUtilities, owner: google, version: 7.13.1, source: https://github.com/google/GoogleUtilities
21+
name: GoogleUtilities, nameSpecified: GoogleUtilities, owner: google, version: 7.13.2, source: https://github.com/google/GoogleUtilities
2222

23-
name: grpc-binary, nameSpecified: gRPC, owner: google, version: 1.62.2, source: https://github.com/google/grpc-binary
23+
name: grpc-binary, nameSpecified: gRPC, owner: google, version: 1.49.2, source: https://github.com/google/grpc-binary
2424

2525
name: gtm-session-fetcher, nameSpecified: gtm-session-fetcher, owner: google, version: 3.4.1, source: https://github.com/google/gtm-session-fetcher
2626

2727
name: interop-ios-for-google-sdks, nameSpecified: InteropForGoogle, owner: google, version: 100.0.0, source: https://github.com/google/interop-ios-for-google-sdks
2828

2929
name: leveldb, nameSpecified: leveldb, owner: firebase, version: 1.22.5, source: https://github.com/firebase/leveldb
3030

31-
name: nanopb, nameSpecified: nanopb, owner: firebase, version: 2.30910.0, source: https://github.com/firebase/nanopb
31+
name: nanopb, nameSpecified: nanopb, owner: firebase, version: 2.30909.0, source: https://github.com/firebase/nanopb
3232

3333
name: promises, nameSpecified: Promises, owner: google, version: 2.4.0, source: https://github.com/google/promises
3434

3535
name: swift-protobuf, nameSpecified: SwiftProtobuf, owner: apple, version: 1.26.0, source: https://github.com/apple/swift-protobuf
3636

37-
name: swift-snapshot-testing, nameSpecified: swift-snapshot-testing, owner: pointfreeco, version: 1.15.4, source: https://github.com/pointfreeco/swift-snapshot-testing
37+
name: swift-snapshot-testing, nameSpecified: swift-snapshot-testing, owner: pointfreeco, version: 1.15.2, source: https://github.com/pointfreeco/swift-snapshot-testing
3838

39-
name: swift-syntax, nameSpecified: swift-syntax, owner: apple, version: 510.0.1, source: https://github.com/apple/swift-syntax
39+
name: swift-syntax, nameSpecified: swift-syntax, owner: apple, version: 509.1.1, source: https://github.com/apple/swift-syntax
4040

41-
name: ViewInspector, nameSpecified: ViewInspector, owner: nalexn, version: 0.9.10, source: https://github.com/nalexn/ViewInspector
41+
name: ViewInspector, nameSpecified: ViewInspector, owner: nalexn, version: 0.9.9, source: https://github.com/nalexn/ViewInspector
4242

4343
add-version-numbers: false
4444

project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ targets:
9797
- path: Scripts/update_acknowledgements.sh
9898
name: "Settings.bundle: Update Acknowledgements"
9999
outputFiles:
100-
- $(SRCROOT)/Bitwarden/Application/Support/Settings.bundle/Acknowledgements.plist
101-
- $(SRCROOT)/Bitwarden/Application/Support/Settings.bundle/Acknowledgements.latest_results.txt
102-
- $(SRCROOT)/Bitwarden/Application/Support/Settings.bundle/Acknowledgements
100+
- $(SRCROOT)/Authenticator/Application/Support/Settings.bundle/Acknowledgements.plist
101+
- $(SRCROOT)/Authenticator/Application/Support/Settings.bundle/Acknowledgements.latest_results.txt
102+
- $(SRCROOT)/Authenticator/Application/Support/Settings.bundle/Acknowledgements
103103
postCompileScripts:
104104
- script: |
105105
if [[ ! "$PATH" =~ "/opt/homebrew/bin" ]]; then

0 commit comments

Comments
 (0)