Skip to content

Commit cd89955

Browse files
ifaouibadiCedrikNikita
authored andcommitted
feat: associated wallet domain
1 parent 839c1cc commit cd89955

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

ios/App/App.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
3030
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3131
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; };
32+
AFEF2E962B51212300FFFBEE /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; };
3233
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
3334
/* End PBXFileReference section */
3435

@@ -73,6 +74,7 @@
7374
504EC3061FED79650016851F /* App */ = {
7475
isa = PBXGroup;
7576
children = (
77+
AFEF2E962B51212300FFFBEE /* App.entitlements */,
7678
50379B222058CBB4000EE86E /* capacitor.config.json */,
7779
504EC3071FED79650016851F /* AppDelegate.swift */,
7880
504EC30B1FED79650016851F /* Main.storyboard */,
@@ -353,6 +355,7 @@
353355
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
354356
buildSettings = {
355357
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
358+
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
356359
CODE_SIGN_STYLE = Automatic;
357360
CURRENT_PROJECT_VERSION = 10;
358361
DEVELOPMENT_TEAM = 8H7FGC266S;
@@ -377,6 +380,7 @@
377380
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
378381
buildSettings = {
379382
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
383+
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
380384
CODE_SIGN_STYLE = Automatic;
381385
CURRENT_PROJECT_VERSION = 10;
382386
DEVELOPMENT_TEAM = 8H7FGC266S;

ios/App/App/App.entitlements

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.developer.associated-domains</key>
6+
<array>
7+
<string>applinks:wallet.superhero.com</string>
8+
</array>
9+
</dict>
10+
</plist>

ios/App/App/Info.plist

+9
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,14 @@
4949
</array>
5050
<key>UIViewControllerBasedStatusBarAppearance</key>
5151
<true/>
52+
<key>CFBundleURLTypes</key>
53+
<array>
54+
<dict>
55+
<key>CFBundleURLSchemes</key>
56+
<array>
57+
<string>superhero</string>
58+
</array>
59+
</dict>
60+
</array>
5261
</dict>
5362
</plist>

ios/App/Podfile

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def capacitor_pods
1616
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
1717
pod 'CapacitorClipboard', :path => '../../node_modules/@capacitor/clipboard'
1818
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
19+
pod 'CapacitorFilesystem', :path => '../../node_modules/@capacitor/filesystem'
1920
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
2021
pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network'
2122
pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share'

ios/App/Podfile.lock

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Capacitor (5.0.4):
33
- CapacitorCordova
4-
- CapacitorApp (5.0.2):
4+
- CapacitorApp (5.0.6):
55
- Capacitor
66
- CapacitorCamera (5.0.7):
77
- Capacitor
@@ -20,6 +20,8 @@ PODS:
2020
- Capacitor
2121
- CapacitorStatusBar (5.0.2):
2222
- Capacitor
23+
- CordovaPlugins (5.6.0):
24+
- CapacitorCordova
2325

2426
DEPENDENCIES:
2527
- "Capacitor (from `../../node_modules/@capacitor/ios`)"
@@ -60,7 +62,7 @@ EXTERNAL SOURCES:
6062

6163
SPEC CHECKSUMS:
6264
Capacitor: d3d4463573438b9fa65326d1f3549da6f4c21634
63-
CapacitorApp: 28fef1fd75b2b3686e875216806fb8416d421097
65+
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
6466
CapacitorCamera: 084b0b228bba7d00587910337b1c89e93b1d32ab
6567
CapacitorClipboard: 77edf49827ea21da2a9c05c690a4a6a4d07199c4
6668
CapacitorCommunityBarcodeScanner: 7feb206489c8555a8ca0c74c57ddf49ead774eb8
@@ -70,7 +72,8 @@ SPEC CHECKSUMS:
7072
CapacitorShare: cd41743331cb71d217c029de54b681cbd91e0fcc
7173
CapacitorSplashScreen: 5fa2ab5e46cf5cc530cf16a51c80c7a986579ccd
7274
CapacitorStatusBar: 48f2899f6846cc7d8431b251ebfc58e1c10e3d58
75+
CordovaPlugins: dae7dac59b3cce58f5a7ce3894709d8f0f824656
7376

74-
PODFILE CHECKSUM: a6b872befaad188fb3b576ddb943d0fdce5e9cf7
77+
PODFILE CHECKSUM: 3def7d0c4fed5e243238a546e365273910a500af
7578

7679
COCOAPODS: 1.12.1

public/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<title>Superhero Wallet</title>
88

9+
<meta name="apple-itunes-app" content="app-id=1502786641, app-clip-bundle-id=com.superhero.cordova" id="appMetaTag">
10+
911
<% if (process.env.PLATFORM==='web' ) { %>
1012
<link rel="shortcut icon" href="<%= BASE_URL %>favicons/favicon.ico">
1113
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">

0 commit comments

Comments
 (0)