File tree 3 files changed +37
-1
lines changed
tools/assets/App_Resources
3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 29
29
android : value =" ca-app-pub-3940256099942544~3347511713" />
30
30
31
31
<activity
32
+ android:launchMode=" singleTask"
32
33
android:exported=" true"
33
34
android:name=" com.tns.NativeScriptActivity"
34
35
android:label=" @string/title_activity_kimera"
41
42
<action android : name =" android.intent.action.MAIN" />
42
43
<category android : name =" android.intent.category.LAUNCHER" />
43
44
</intent-filter >
45
+
46
+ <intent-filter >
47
+ <action android : name =" android.intent.action.VIEW" />
48
+ <category android : name =" android.intent.category.DEFAULT" />
49
+ <category android : name =" android.intent.category.BROWSABLE" />
50
+ <data android : scheme =" iogithubtriniwiznativescriptfirebasedemo" />
51
+ </intent-filter >
44
52
</activity >
45
53
<activity android : name =" com.tns.ErrorReportActivity" />
46
54
</application >
Original file line number Diff line number Diff line change 66
66
<string >app-1-292142294722-ios-f1b9ddf525a3dbe1287d5b </string >
67
67
</array >
68
68
</dict >
69
+
70
+ <dict >
71
+ <key >CFBundleTypeRole </key >
72
+ <string >Editor </string >
73
+ <key >CFBundleURLName </key >
74
+ <string >io.github.triniwiz.nativescript.firebasedemo </string >
75
+ <key >CFBundleURLSchemes </key >
76
+ <array >
77
+ <string >iogithubtriniwiznativescriptfirebasedemo </string >
78
+ </array >
79
+ </dict >
69
80
</array >
70
81
</dict >
71
- </plist >
82
+ </plist >
Original file line number Diff line number Diff line change
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 >aps-environment</key >
6
+ <string >development</string >
7
+ <key >com.apple.security.cs.allow-unsigned-executable-memory</key >
8
+ <true />
9
+ <key >com.apple.security.network.client</key >
10
+ <true />
11
+ <key >com.apple.developer.associated-domains</key >
12
+ <array >
13
+ <string >applinks:triniwiz.page.link</string >
14
+ <string >applinks:nativescript.org</string >
15
+ </array >
16
+ </dict >
17
+ </plist >
You can’t perform that action at this time.
0 commit comments