This repository was archived by the owner on May 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +196
-11
lines changed
SwagLabsMobileApp.xcodeproj Expand file tree Collapse file tree 7 files changed +196
-11
lines changed Original file line number Diff line number Diff line change 14
14
<activity
15
15
android : name =" .SplashActivity"
16
16
android : label =" @string/app_name"
17
- android : theme =" @style/SplashTheme" >
17
+ android : theme =" @style/SplashTheme"
18
+ android : screenOrientation =" portrait" >
18
19
<intent-filter >
19
20
<action android : name =" android.intent.action.MAIN" />
20
21
<category android : name =" android.intent.category.LAUNCHER" />
25
26
android : configChanges =" keyboard|keyboardHidden|orientation|screenSize"
26
27
android : exported =" true"
27
28
android : label =" @string/app_name"
28
- android : windowSoftInputMode =" adjustPan" ></activity >
29
+ android : windowSoftInputMode =" adjustPan"
30
+ android : screenOrientation =" portrait" ></activity >
29
31
<activity android : name =" com.facebook.react.devsupport.DevSettingsActivity" />
30
32
</application >
31
33
Original file line number Diff line number Diff line change 740
740
ORGANIZATIONNAME = Facebook;
741
741
TargetAttributes = {
742
742
13B07F861A680F5B00A75B9A = {
743
- DevelopmentTeam = "Sauce Labs" ;
743
+ DevelopmentTeam = 2ZQ6NMUD9U ;
744
744
};
745
745
};
746
746
};
1206
1206
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1207
1207
CURRENT_PROJECT_VERSION = 1;
1208
1208
DEAD_CODE_STRIPPING = NO;
1209
- DEVELOPMENT_TEAM = "Sauce Labs" ;
1209
+ DEVELOPMENT_TEAM = 2ZQ6NMUD9U ;
1210
1210
HEADER_SEARCH_PATHS = (
1211
1211
"$(inherited)",
1212
1212
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
1232
1232
buildSettings = {
1233
1233
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1234
1234
CURRENT_PROJECT_VERSION = 1;
1235
- DEVELOPMENT_TEAM = "Sauce Labs" ;
1235
+ DEVELOPMENT_TEAM = 2ZQ6NMUD9U ;
1236
1236
HEADER_SEARCH_PATHS = (
1237
1237
"$(inherited)",
1238
1238
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
Original file line number Diff line number Diff line change 35
35
<key >UISupportedInterfaceOrientations </key >
36
36
<array >
37
37
<string >UIInterfaceOrientationPortrait </string >
38
- <string >UIInterfaceOrientationLandscapeLeft </string >
39
- <string >UIInterfaceOrientationLandscapeRight </string >
40
38
</array >
41
39
<key >UIViewControllerBasedStatusBarAppearance </key >
42
40
<false />
Original file line number Diff line number Diff line change 15
15
"ios.rdc" : " ./node_modules/.bin/wdio ./tests/e2e/config/wdio.ios.rdc.conf.js" ,
16
16
"ios.clear.build" : " npm run clear.cache && rm -rf ./ios/build/Build/Products/Release-iphonesimulator" ,
17
17
"ios.release" : " react-native run-ios --configuration Release" ,
18
- "ios.sim.build" : " npm run ios.clear.build && npm run ios.release"
18
+ "ios.sim.build" : " npm run ios.clear.build && npm run ios.release" ,
19
+ "postversion" : " react-native-version"
19
20
},
20
21
"dependencies" : {
21
22
"i18n-js" : " ^3.1.0" ,
57
58
"jest" : " 23.6.0" ,
58
59
"metro-react-native-babel-preset" : " 0.49.0" ,
59
60
"node-fetch" : " ^2.3.0" ,
61
+ "react-native-version" : " ^2.6.8" ,
60
62
"react-test-renderer" : " 16.6.0-alpha.8af6728" ,
61
63
"webdriverio" : " ^5.6.2"
62
64
},
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ config.capabilities = [
10
10
deviceName : 'Google Pixel' ,
11
11
automationName : 'UiAutomator2' ,
12
12
// The reference to the app
13
- testobject_app_id : '3 ' ,
13
+ testobject_app_id : '5 ' ,
14
14
// The api key that has a reference to the app-project in the TO cloud
15
15
testobject_api_key : process . env . SAUCE_RDC_EU_ACCESS_KEY_ANDROID ,
16
16
// The name of the test for in the cloud
Original file line number Diff line number Diff line change 1
- const { config} = require ( './wdio.rdc.shared' ) ;
1
+ const { config } = require ( './wdio.rdc.shared' ) ;
2
2
3
3
// ============
4
4
// Capabilities
@@ -9,7 +9,7 @@ config.capabilities = [
9
9
{
10
10
deviceName : 'iPhone 8' ,
11
11
// The reference to the app
12
- testobject_app_id : '1 ' ,
12
+ testobject_app_id : '2 ' ,
13
13
// The api key that has a reference to the app-project in the TO cloud
14
14
testobject_api_key : process . env . SAUCE_RDC_EU_ACCESS_KEY_IOS ,
15
15
// The name of the test for in the cloud
You can’t perform that action at this time.
0 commit comments