Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
versionCode 3
versionName "1.1"
manifestPlaceholders = [
'AUTH_URL_SCHEME': 'ionic.cs.appsummit'
'AUTH_URL_SCHEME': 'ionic.cs.appsummit',
]
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
Expand Down
8 changes: 5 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<!-- I've removed this as Auth Connect v5.1.4 handles this for us by specifying
AUTH_URL_HOST-->
<!-- <intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
Expand All @@ -28,7 +30,7 @@
<data
android:host="trifecta.nexusconcepts.com"
android:scheme="https" />
</intent-filter>
</intent-filter> -->
</activity>
<provider
android:name="androidx.core.content.FileProvider"
Expand All @@ -42,4 +44,4 @@
</application>
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET" />
</manifest>
</manifest>
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ allprojects {
}
}

ext {
AUTH_URL_HOST = "trifecta.nexusconcepts.com"
AUTH_URL_PATH_PREFIX = ""
}

task clean(type: Delete) {
delete rootProject.buildDir
}
Expand Down
6 changes: 3 additions & 3 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ PODS:
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (7.11.1):
- GoogleUtilities/Logger
- IonicEnterpriseAuth (5.1.2):
- IonicEnterpriseAuth (5.1.4-dev-20240412T164838.0):
- Capacitor
- nanopb (2.30909.0):
- nanopb/decode (= 2.30909.0)
Expand Down Expand Up @@ -160,11 +160,11 @@ SPEC CHECKSUMS:
FirebaseMessaging: 06253e9669434df0a40718fc82a90c78090f4704
GoogleDataTransport: f0308f5905a745f94fb91fea9c6cbaf3831cb1bd
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
IonicEnterpriseAuth: c73b149efdd27afebe2a308449221accc3f02df3
IonicEnterpriseAuth: 621d301d42b31cf311451ca7dcd92b664c1281b7
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
SQLCipher: 905b145f65f349f26da9e60a19901ad24adcd381

PODFILE CHECKSUM: 2d601e3e6bbab999acdfc51e7fdaf19eda544928

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@capacitor/push-notifications": "5.1.0",
"@capacitor/splash-screen": "^5.0.0",
"@capacitor/status-bar": "^5.0.0",
"@ionic-enterprise/auth": "5.1.2",
"@ionic-enterprise/auth": "5.1.4-dev-20240412T164838.0",
"@ionic-enterprise/identity-vault": "5.12.1",
"@ionic-enterprise/secure-storage": "3.0.2",
"@ionic/angular": "7.6.3",
Expand Down
3 changes: 2 additions & 1 deletion website/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"package_name": "io.ionic.cs.appsummit",
"sha256_cert_fingerprints": [
"1D:5F:56:BF:CF:93:09:6D:A6:2E:65:67:71:A1:86:E0:5C:B8:93:D0:D9:BA:2B:80:79:CA:86:3D:F9:1A:42:90",
"89:A6:9A:07:7B:0E:36:92:E2:78:92:97:3C:8B:2A:BA:2A:6A:1C:FB:6B:C8:8B:6B:DF:C3:B6:AE:63:33:9A:4B"
"89:A6:9A:07:7B:0E:36:92:E2:78:92:97:3C:8B:2A:BA:2A:6A:1C:FB:6B:C8:8B:6B:DF:C3:B6:AE:63:33:9A:4B",
"94:30:DA:93:39:64:39:B8:3D:B1:37:2A:D9:18:7C:56:74:C1:BB:B6:D4:56:D3:4F:26:75:A8:81:28:9A:88:B3"
]
}
}
Expand Down
13 changes: 10 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<html>
<body>
<a href="https://trifecta.nexusconcepts.com"><p>https://trifecta.nexusconcepts.com</p></a>
</body>

<body>
<a href="https://trifecta.nexusconcepts.com">
<p>https://trifecta.nexusconcepts.com</p>
</a>

<p>If you are stuck on this page then you probably need to have your sha256_cert_fingerprints added to
assetlinks.json for the app.</p>
</body>

</html>