One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {| Shader "AR Proxy" | |
| { | |
| Properties | |
| { | |
| } | |
| SubShader | |
| { | |
| Tags | |
| { |
| import 'dart:typed_data'; | |
| import 'dart:io'; | |
| import 'package:http/http.dart'; | |
| import 'package:path_provider/path_provider.dart'; | |
| downloadFile(String url, {String filename}) async { | |
| var httpClient = http.Client(); | |
| var request = new http.Request('GET', Uri.parse(url)); |
| import FirebaseFirestore | |
| private struct Property { | |
| let label: String | |
| let value: Any | |
| } | |
| struct FirestoreModelData { | |
| let snapshot: DocumentSnapshot |
| /// Every view interacting with a `SayHelloViewModel` instance can conform to this. | |
| protocol SayHelloViewModelBindable { | |
| var disposeBag: DisposeBag? { get } | |
| func bind(to viewModel: SayHelloViewModel) | |
| } | |
| /// TableViewCells | |
| final class TextFieldCell: UITableViewCell, SayHelloViewModelBindable { | |
| @IBOutlet weak var nameTextField: UITextField! | |
| var disposeBag: DisposeBag? |
| import UIKit | |
| import RxSwift | |
| import RxCocoa | |
| final class SceneCoordinator: SceneCoordinatorType { | |
| fileprivate var window: UIWindow | |
| var currentViewController: UIViewController | |
| required init(window: UIWindow) { |
| import RxSwift | |
| import Action | |
| enum SceneStateOutput { | |
| case idle | |
| case sendingNoRecipient | |
| case sendingSomeRecipients(sendingList: [String: String]) | |
| case sending | |
| } |
| @IBDesignable | |
| class UIPaddedLabel:UILabel { | |
| @IBInspectable var topPadding:CGFloat = 0 { | |
| didSet { | |
| updatePadding() | |
| } | |
| } | |
| @IBInspectable var leftPadding:CGFloat = 0 { | |
| didSet { |
| using UnityEngine; | |
| using System.Collections; | |
| using UnityEngine.VR; // you always need this to use special VR functions | |
| public class VRUtility : MonoBehaviour { | |
| // Use this for initialization | |
| public void Start () { | |
| // set render quality to 50%, sacrificing visual quality for higher FPS |
| func combineDateWithTime(date: NSDate, time: NSDate) -> NSDate? { | |
| let calendar = NSCalendar.currentCalendar() | |
| let dateComponents = calendar.components([.Year, .Month, .Day], fromDate: date) | |
| let timeComponents = calendar.components([.Hour, .Minute, .Second], fromDate: time) | |
| let mergedComponments = NSDateComponents() | |
| mergedComponments.year = dateComponents.year | |
| mergedComponments.month = dateComponents.month | |
| mergedComponments.day = dateComponents.day |
One file for each domain, both www.example.com and example.com need separate files:
{
"applinks": {
"apps": [],
"details": {
"9JA89QQLNQ.com.apple.wwdc": {