Compare commits
2 Commits
aba4a442b4
...
5a84888b50
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a84888b50 | ||
|
|
99b8d328f6 |
@ -689,7 +689,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = csareactrn60/csareactrn60.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
CURRENT_PROJECT_VERSION = 3;
|
||||
DEAD_CODE_STRIPPING = NO;
|
||||
DEVELOPMENT_TEAM = 84F3R56BUC;
|
||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 84F3R56BUC;
|
||||
@ -720,7 +720,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 2;
|
||||
CURRENT_PROJECT_VERSION = 3;
|
||||
DEVELOPMENT_TEAM = 84F3R56BUC;
|
||||
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 84F3R56BUC;
|
||||
INFOPLIST_FILE = csareactrn60/Info.plist;
|
||||
|
||||
@ -642,7 +642,7 @@ class NewsScreen extends Component {
|
||||
</Badge>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
{Platform.OS == 'ios' ? <Text style={{ color: 'white', marginTop: 10 }}>{t('or')}</Text> : null}
|
||||
{/* {Platform.OS == 'ios' ? <Text style={{ color: 'white', marginTop: 10 }}>{t('or')}</Text> : null}
|
||||
{Platform.OS == 'ios' ? <View>
|
||||
<AppleButton
|
||||
buttonStyle={AppleButton.Style.WHITE}
|
||||
@ -672,7 +672,7 @@ class NewsScreen extends Component {
|
||||
<Text style={{ fontSize: 16, color: 'white', padding: 5, textAlign: 'center' }}>{t('login_facebook')}</Text>
|
||||
</Badge>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
</TouchableOpacity> */}
|
||||
</View>
|
||||
</BackgroundImage_RegisterForm>
|
||||
</Card>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user