File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 484484 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485485 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
486486 CLANG_ENABLE_MODULES = YES;
487- CURRENT_PROJECT_VERSION = 9;
487+ CODE_SIGN_IDENTITY = "iPhone Distribution";
488+ CURRENT_PROJECT_VERSION = 10;
488489 DEVELOPMENT_TEAM = ED4U2734MB;
489490 ENABLE_BITCODE = NO;
490491 INFOPLIST_FILE = app/Info.plist;
500501 );
501502 PRODUCT_BUNDLE_IDENTIFIER = github.funnyzak.v2ex;
502503 PRODUCT_NAME = app;
504+ PROVISIONING_PROFILE_SPECIFIER = "v2ex dist";
503505 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
504506 SWIFT_VER6.0 = SWIFT_VER6.0;
505507 SWIFT_VERSION = 6.0;
517519 CLANG_ENABLE_MODULES = YES;
518520 CODE_SIGN_IDENTITY = "iPhone Distribution";
519521 CODE_SIGN_STYLE = Manual;
520- CURRENT_PROJECT_VERSION = 9 ;
522+ CURRENT_PROJECT_VERSION = 10 ;
521523 DEVELOPMENT_TEAM = ED4U2734MB;
522524 INFOPLIST_FILE = app/Info.plist;
523525 LD_RUNPATH_SEARCH_PATHS = (
532534 );
533535 PRODUCT_BUNDLE_IDENTIFIER = github.funnyzak.v2ex;
534536 PRODUCT_NAME = app;
535- PROVISIONING_PROFILE_SPECIFIER = "v2ex app dis m1 ";
537+ PROVISIONING_PROFILE_SPECIFIER = "v2ex dist ";
536538 SWIFT_VER6.0 = SWIFT_VER6.0;
537539 SWIFT_VERSION = 6.0;
538540 TARGETED_DEVICE_FAMILY = "1,2";
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ const WebLink = ({ route, navigation }: ScreenProps) => {
4848 } , [ navigation ] )
4949
5050 return (
51- < View style = { [ SylCommon . Layout . fill , SylCommon . View . background ( theme ) ] } >
52- { loading && < Spinner text = { translate ( 'placeholder.loading' ) } /> }
51+ < >
52+ { loading && < Spinner text = { translate ( 'placeholder.loading' ) } style = { SylCommon . Layout . fill } /> }
5353 < WebView
5454 ref = { webViewRef }
5555 originWhitelist = { [ '*' ] }
@@ -73,7 +73,7 @@ const WebLink = ({ route, navigation }: ScreenProps) => {
7373 } )
7474 } }
7575 />
76- </ View >
76+ </ >
7777 )
7878}
7979
You can’t perform that action at this time.
0 commit comments