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

Commit

Permalink
Refactor: Update Test Application & Sample Server (#197)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
thomasvidas committed Nov 18, 2021
1 parent 400961d commit 3aca516
Show file tree
Hide file tree
Showing 63 changed files with 45,280 additions and 3,810 deletions.
21 changes: 0 additions & 21 deletions example/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion example/android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../../node_modules/@capacitor/android/capacitor')
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')

include ':capacitor-community-http'
project(':capacitor-community-http').projectDir = new File('../../android')
4 changes: 2 additions & 2 deletions example/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use_frameworks!
install! 'cocoapods', :disable_input_output_paths => true

def capacitor_pods
pod 'Capacitor', :path => '../../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../../node_modules/@capacitor/ios'
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCommunityHttp', :path => '../../..'
end

Expand Down

0 comments on commit 3aca516

Please sign in to comment.