Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 3aca516

Browse files
authored
Refactor: Update Test Application & Sample Server (#197)
* refactor: Update example server to fit much wider variety of tests * feat: updated example with @ionic/react 6 * refactor: move new CRA app to root of example and delete stencil example * fix: incorrectly named dependency
1 parent 400961d commit 3aca516

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+45280
-3810
lines changed

example/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
22
include ':capacitor-android'
3-
project(':capacitor-android').projectDir = new File('../../node_modules/@capacitor/android/capacitor')
3+
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
44

55
include ':capacitor-community-http'
66
project(':capacitor-community-http').projectDir = new File('../../android')

example/ios/App/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use_frameworks!
77
install! 'cocoapods', :disable_input_output_paths => true
88

99
def capacitor_pods
10-
pod 'Capacitor', :path => '../../../node_modules/@capacitor/ios'
11-
pod 'CapacitorCordova', :path => '../../../node_modules/@capacitor/ios'
10+
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
11+
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
1212
pod 'CapacitorCommunityHttp', :path => '../../..'
1313
end
1414

0 commit comments

Comments
 (0)