Created
April 17, 2022 05:56
-
-
Save vikage/ff8bc24335d4ab0e5b22369ba8392a70 to your computer and use it in GitHub Desktop.
AppClasses after add Alamofire deps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swift_library( | |
name = "App_Classes", | |
srcs = glob([ | |
"*.swift", | |
]), | |
data = [ | |
"Base.lproj/LaunchScreen.storyboard", | |
"Base.lproj/Main.storyboard", | |
"//Assets", | |
], | |
deps = [ | |
"//Lib/Logging:TLLogging", | |
"//ProjectManagement", | |
"//Thirdparty/Alamofire", | |
"@Firebase//:FirebaseAnalytics", | |
"@Firebase//:FirebaseCore", | |
"@Firebase//:FirebaseCoreDiagnostics", | |
"@Firebase//:FirebaseCrashlytics", | |
"@Firebase//:FirebaseInstallations", | |
"@Firebase//:GoogleAppMeasurement", | |
"@Firebase//:GoogleDataTransport", | |
"@Firebase//:GoogleUtilities", | |
"@Firebase//:PromisesObjC", | |
"@Firebase//:nanopb", | |
], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment