Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Feb 8, 2024
1 parent 40ba5ac commit 6367ecb
Show file tree
Hide file tree
Showing 47 changed files with 1,216 additions and 1,045 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.1'
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.google.gms:google-services:4.3.15'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 0 additions & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ org.gradle.jvmargs=-Xmx1536m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true

2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: CapacitorConfig = {
webDir: 'dist/browser',
backgroundColor: '#000000FF',
server: {
allowNavigation: ['*.apple.com'],
allowNavigation: ['*'],
},
plugins: {
LocalNotifications: {},
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.startrack.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6,7";
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Debug;
};
Expand All @@ -382,12 +382,12 @@
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.startrack.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator xros xrsimulator";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6,7";
TARGETED_DEVICE_FAMILY = "1,2,6";
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"backgroundColor": "#000000FF",
"server": {
"allowNavigation": [
"*.apple.com"
"*"
]
},
"plugins": {
Expand Down
30 changes: 15 additions & 15 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Capacitor (5.0.0):
- Capacitor (5.6.0):
- CapacitorCordova
- CapacitorApp (5.0.0):
- CapacitorApp (5.0.7):
- Capacitor
- CapacitorBrowser (5.0.0):
- CapacitorBrowser (5.2.0):
- Capacitor
- CapacitorCordova (5.0.0)
- CapacitorLocalNotifications (5.0.0):
- CapacitorCordova (5.6.0)
- CapacitorLocalNotifications (5.0.7):
- Capacitor
- CapacitorSplashScreen (5.0.0):
- CapacitorSplashScreen (5.0.7):
- Capacitor
- CapacitorStatusBar (5.0.6):
- CapacitorStatusBar (5.0.7):
- Capacitor

DEPENDENCIES:
Expand Down Expand Up @@ -39,14 +39,14 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: b332cb737d447561e854039fb72195206685dce2
CapacitorApp: 16e189e0463976060ccf34868e3083858c977e2b
CapacitorBrowser: 53c2279785c2f67059439445647c8ad90150e1ae
CapacitorCordova: 4ea17670ee562680988a7ce9db68dee5160fe564
CapacitorLocalNotifications: 8620df7dfc20d028a0c3a1e61acab9bf44462e7c
CapacitorSplashScreen: 22779612c60d1cb2e4f143fdbc096e7056450386
CapacitorStatusBar: 565c0a1ebd79bb40d797606a8992b4a105885309
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
CapacitorApp: 17fecd0e6cb23feafac7eb0939417389038b0979
CapacitorBrowser: a6deae9e5bf87f62b62a753cff7992c5def9e771
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729
CapacitorLocalNotifications: c58afadd159f6bc540ef9b3cbdbc82510a2bf112
CapacitorSplashScreen: dd3de3f3644710fa2a697cfb91ec262eece4d242
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7

PODFILE CHECKSUM: 74b9396193316a081d3515721a3bc1e5a9d48fc4

COCOAPODS: 1.13.0
COCOAPODS: 1.15.0
Loading

0 comments on commit 6367ecb

Please sign in to comment.