Skip to content

Commit

Permalink
added app-harness test case
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Jan 25, 2024
1 parent c719168 commit 9fa73ce
Show file tree
Hide file tree
Showing 11 changed files with 9,203 additions and 8,820 deletions.
20 changes: 10 additions & 10 deletions packages/app-harness/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
claide (1.1.0)
cocoapods (1.14.2)
cocoapods (1.14.3)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.14.2)
cocoapods-core (= 1.14.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
Expand All @@ -33,7 +33,7 @@ GEM
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.14.2)
cocoapods-core (1.14.3)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
Expand All @@ -44,7 +44,7 @@ GEM
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (2.0)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
Expand All @@ -53,7 +53,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand All @@ -64,16 +64,16 @@ GEM
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
minitest (5.20.0)
json (2.7.1)
minitest (5.21.2)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
public_suffix (4.0.7)
rexml (3.2.6)
ruby-macho (2.5.1)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down
12 changes: 12 additions & 0 deletions packages/app-harness/appConfigs/base/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@
"runScheme": "Debug",
"bundleAssets": false
},
"debug-static-pods": {
"runScheme": "Debug",
"bundleAssets": false,
"enableUserDefinedBuildTypes": true,
"templateXcode": {
"Podfile": {
"sources": [
"https://github.com/CocoaPods/Specs.git"
]
}
}
},
"test": {
"runScheme": "Debug",
"bundleAssets": true,
Expand Down
3 changes: 2 additions & 1 deletion packages/app-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"react-native-tvos": "0.72.4-0",
"react-native-web": "0.19.9",
"react-native-splash-screen": "3.3.0",
"react-native-carplay": "2.3.0"
"react-native-carplay": "2.3.0",
"@react-native-firebase/app": "18.6.1"
},
"devDependencies": {
"@flexn/assets-renative-outline": "0.3.3",
Expand Down
20 changes: 20 additions & 0 deletions packages/app-harness/renative.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,26 @@
"version": "2.3.0"
},
"react-native-permissions": "3.10.1",
"@react-native-firebase/app": {
"disablePluginTemplateOverrides": true,
"version": "18.6.1",
"ios": {
"podNames": [
"pod 'Firebase', :build_type => :static_framework",
"pod 'FirebaseCoreInternal', :build_type => :static_framework",
"pod 'FirebaseCore', :build_type => :static_framework",
"pod 'GoogleUtilities', :build_type => :static_framework",
"pod 'FirebaseStorage', :build_type => :static_framework",
"pod 'FirebaseAppCheckInterop', :build_type => :static_framework",
"pod 'FirebaseAuthInterop', :build_type => :static_framework"
],
"templateXcode": {
"Podfile": {
"header": ["$RNFirebaseAsStaticFramework = true"]
}
}
}
},
"react-native": {
"android": {
"implementation": "// TEST"
Expand Down
Loading

0 comments on commit 9fa73ce

Please sign in to comment.