File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ # v8.9.0
2+ - [ fixed] Fix device-only build warning for unused ` processIsTranslated ` function. (#8694 )
3+
14# v8.8.0
25- [ fixed] Firebase dynamic links with custom domain will only work if the custom domain has a trailing '/'. (#7087 )
36
Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ - (void)webView:(WKWebView *)webView
155155// and -1 when an error occurs.
156156// From:
157157// https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment
158+ #if TARGET_OS_SIMULATOR
158159static int processIsTranslated () {
159160 int ret = 0 ;
160161 size_t size = sizeof (ret);
@@ -164,6 +165,7 @@ static int processIsTranslated() {
164165 }
165166 return ret;
166167}
168+ #endif
167169
168170@end
169171
You can’t perform that action at this time.
0 commit comments