Skip to content

Commit

Permalink
Added SFSafeSymbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye committed Jun 25, 2023
1 parent 91f7c85 commit d27cd3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions XcodeGen/Base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ targets:
"-FIRDebugEnabled YES": false
dependencies:
- target: TMBuddyFinder
- package: SFSafeSymbols

TMBuddyFinder:
type: app-extension
Expand Down Expand Up @@ -190,6 +191,7 @@ targets:
INFOPLIST_FILE: Targets/TMBuddyUITestSnapshotsHost/Bundle/Info.plist
dependencies:
- target: TMBuddySnapshotViews
- package: SFSafeSymbols

TMBuddySnapshotViews:
type: framework
Expand All @@ -202,6 +204,8 @@ targets:
settings:
LOCALIZATION_EXPORT_SUPPORTED: NO
LOCALIZED_STRING_SWIFTUI_SUPPORT: NO
dependencies:
- package: SFSafeSymbols

TMBuddyPreviews:
type: framework
Expand Down Expand Up @@ -292,6 +296,9 @@ schemes:
packages:
SnapshotTesting:
path: Xcodeproj/swift-snapshot-testing
SFSafeSymbols:
url: https://github.com/SFSafeSymbols/SFSafeSymbols.git
minorVersion: 4.1.1

settings:
MARKETING_VERSION: "1.0"
Expand Down

0 comments on commit d27cd3b

Please sign in to comment.