Chore: remove app.bluerock.dev from domains
This commit is contained in:
parent
99f49e0798
commit
d234474233
2 changed files with 2 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<manifest package="com.itsblue.blueROCK" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto">
|
||||
<manifest package="com.itsblue.blueROCKtest" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="-- %%INSERT_VERSION_NAME%% --" android:versionCode="-- %%INSERT_VERSION_CODE%% --" android:installLocation="auto">
|
||||
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
||||
Remove the comment if you do not require these default permissions. -->
|
||||
<!-- %%INSERT_PERMISSIONS -->
|
||||
|
@ -75,8 +75,6 @@
|
|||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<!-- Accepts URIs that begin with "https://l.bluerock.dev/” -->
|
||||
<data android:scheme="https" android:host="l.bluerock.dev" android:pathPattern=".*"/>
|
||||
<!-- Accepts URIs that begin with "https://app.bluerock.dev” -->
|
||||
<data android:scheme="https" android:host="app.bluerock.dev" android:pathPattern=".*"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- For adding service(s) please check: https://wiki.qt.io/AndroidServices -->
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
<dict>
|
||||
<key>com.apple.developer.associated-domains</key>
|
||||
<array>
|
||||
<string>applinks:l.bluerock.dev</string>
|
||||
<string>applinks:app.bluerock.dev</string>
|
||||
<string>applinks:l.bluerock.dev</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue