This repository was archived by the owner on May 30, 2023. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 81
81
82
82
<!-- Google frameworks -->
83
83
<!-- Downloaded here: https://developers.google.com/identity/sign-in/ios/sdk/ (changelog: https://developers.google.com/identity/sign-in/ios/release) -->
84
- <framework src =" src/ios/libs/GoogleAppUtilities.framework" custom =" true " />
85
- <framework src =" src/ios/libs/GoogleAuthUtilities.framework" custom =" true " />
86
- <framework src =" src/ios/libs/GoogleNetworkingUtilities.framework" custom =" true " />
87
- <framework src =" src/ios/libs/GoogleSignIn.framework" custom =" true " />
88
- <framework src =" src/ios/libs/GoogleSymbolUtilities.framework" custom =" true " />
89
- <framework src =" src/ios/libs/GoogleUtilities.framework" custom =" true " />
84
+ <framework src =" src/ios/libs/GoogleAppUtilities.framework" custom =" false " />
85
+ <framework src =" src/ios/libs/GoogleAuthUtilities.framework" custom =" false " />
86
+ <framework src =" src/ios/libs/GoogleNetworkingUtilities.framework" custom =" false " />
87
+ <framework src =" src/ios/libs/GoogleSignIn.framework" custom =" false " />
88
+ <framework src =" src/ios/libs/GoogleSymbolUtilities.framework" custom =" false " />
89
+ <framework src =" src/ios/libs/GoogleUtilities.framework" custom =" false " />
90
90
91
91
<!-- System frameworks -->
92
92
<framework src =" AddressBook.framework" weak =" true" />
You can’t perform that action at this time.
0 commit comments