Skip to content

Commit 45fa608

Browse files
authored
fix: remove check for google info file (#146)
1 parent df05e67 commit 45fa608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mobile/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ios.release_mode: node_modules ts_check # Run the iOS app in release mode
2020
.PHONY: ios.release_mode
2121

2222
ios.release_production: node_modules ts_check
23-
$(call check-file, GoogleService-Info.plist)
2423
eas build --platform ios --profile production
2524
.PHONY: ios.release_production
2625

0 commit comments

Comments
 (0)