Skip to content

Commit

Permalink
⬆️ Update Tuist
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Dec 27, 2023
1 parent 3d701f7 commit 40c7a39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ProjectTemplate/.tuist-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.35.2
3.36.5
4 changes: 2 additions & 2 deletions ProjectTemplate/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" "10.12.0"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json" "10.12.0"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" "10.19.0"
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseRemoteConfigBinary.json" "10.19.0"
github "AckeeCZ/iOS-MVVM-ProjectTemplate" "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ let app = Target(
]),
sources: "\(targetName)/Sources/**",
resources: "\(targetName)/Resources/**",
scripts: .crashlytics(),
// TODO: In app you would want crashlytics 🙃
// scripts: .crashlytics(),
dependencies: [
.core,
.target(login),
Expand Down

0 comments on commit 40c7a39

Please sign in to comment.