-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # package.json # pnpm-lock.yaml
- Loading branch information
Showing
20 changed files
with
1,011 additions
and
1,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
#!/usr/bin/env bash | ||
|
||
PUBLIC_DOMAIN="example.com" | ||
PUBLIC_SITE_URL="https://example.com" | ||
|
||
PUBLIC_SENTRY_ORG_ID="123456" | ||
PUBLIC_SENTRY_PROJECT_ID="9876543" | ||
PUBLIC_SENTRY_KEY="01234567891bcdef0123456789abcd" | ||
|
||
VITE_PROD_DEBUG=false | ||
|
||
GITHUB_REPO='your-repo' | ||
GITHUB_OWNER='your-username' | ||
GITHUB_TOKEN='your-github-token' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/android/capacitor') | ||
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@[email protected].2_@[email protected].2/node_modules/@capacitor/android/capacitor') | ||
|
||
include ':capacitor-geolocation' | ||
project(':capacitor-geolocation').projectDir = new File('../node_modules/.pnpm/@[email protected].0_@[email protected].1/node_modules/@capacitor/geolocation/android') | ||
project(':capacitor-geolocation').projectDir = new File('../node_modules/.pnpm/@[email protected].1_@[email protected].2/node_modules/@capacitor/geolocation/android') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require_relative '../../node_modules/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/ios/scripts/pods_helpers' | ||
require_relative '../../node_modules/.pnpm/@[email protected].2_@[email protected].2/node_modules/@capacitor/ios/scripts/pods_helpers' | ||
|
||
platform :ios, '13.0' | ||
use_frameworks! | ||
|
@@ -9,9 +9,9 @@ use_frameworks! | |
install! 'cocoapods', :disable_input_output_paths => true | ||
|
||
def capacitor_pods | ||
pod 'Capacitor', :path => '../../node_modules/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/ios' | ||
pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@[email protected].1_@[email protected].1/node_modules/@capacitor/ios' | ||
pod 'CapacitorGeolocation', :path => '../../node_modules/.pnpm/@[email protected].0_@[email protected].1/node_modules/@capacitor/geolocation' | ||
pod 'Capacitor', :path => '../../node_modules/.pnpm/@[email protected].2_@[email protected].2/node_modules/@capacitor/ios' | ||
pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@[email protected].2_@[email protected].2/node_modules/@capacitor/ios' | ||
pod 'CapacitorGeolocation', :path => '../../node_modules/.pnpm/@[email protected].1_@[email protected].2/node_modules/@capacitor/geolocation' | ||
end | ||
|
||
target 'App' do | ||
|
Oops, something went wrong.