Skip to content

Instantly share code, notes, and snippets.

@vikage
Created April 17, 2022 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vikage/ff8bc24335d4ab0e5b22369ba8392a70 to your computer and use it in GitHub Desktop.
Save vikage/ff8bc24335d4ab0e5b22369ba8392a70 to your computer and use it in GitHub Desktop.
AppClasses after add Alamofire deps
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