Skip to content

Commit

Permalink
Merge pull request #17 from alberto-instnt/IN-5306
Browse files Browse the repository at this point in the history
added prod configuration ios & android
  • Loading branch information
alberto-instnt authored Jun 21, 2024
2 parents f099803 + 2a5f69a commit dcc2168
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
android:host="stage2-api.instnt.org"
android:pathPrefix="/ssi" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"
android:host="prod2-api.instnt.org"
android:pathPrefix="/ssi" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down
1 change: 1 addition & 0 deletions app/ios/AriesBifold/AriesBifold.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<string>applinks:preprod2-api.instnt.org</string>
<string>applinks:dev2-api.instnt.org</string>
<string>applinks:stage2-api.instnt.org</string>
<string>applinks:prod2-api.instnt.org</string>
</array>
</dict>
</plist>
3 changes: 2 additions & 1 deletion app/ios/AriesBifold/AriesBifoldDebug.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:dev2-api.instnt.org</string>
<string>applinks:stage-api.instnt.org</string>
<string>applinks:stage2-api.instnt.org</string>
<string>applinks:localhost</string>
<string>applinks:prod2-api.instnt.org</string>
<string>applinks:3.89.17.95</string>
</array>
</dict>
Expand Down

0 comments on commit dcc2168

Please sign in to comment.