diff --git a/GeofenceTester.xcodeproj/project.pbxproj b/GeofenceTester.xcodeproj/project.pbxproj index 9e81979..93daa1e 100644 --- a/GeofenceTester.xcodeproj/project.pbxproj +++ b/GeofenceTester.xcodeproj/project.pbxproj @@ -367,7 +367,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = VZVFUQTSQC; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = GeofenceTester/Info.plist; @@ -398,7 +398,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEVELOPMENT_TEAM = VZVFUQTSQC; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = GeofenceTester/Info.plist; diff --git a/GeofenceTester/AppDelegate.swift b/GeofenceTester/AppDelegate.swift index c49d5f9..aa505d5 100644 --- a/GeofenceTester/AppDelegate.swift +++ b/GeofenceTester/AppDelegate.swift @@ -9,6 +9,7 @@ import UIKit import AppCenter import AppCenterAnalytics import AppCenterCrashes +import AppCenterDistribute @main class AppDelegate: UIResponder, UIApplicationDelegate { @@ -20,7 +21,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { AppCenter.start(withAppSecret: AppCenterKey, services:[ Analytics.self, - Crashes.self + Crashes.self, + Distribute.self ]) UserDefaults.standard.register(defaults: [PausesVisitAutomatically: true]) diff --git a/GeofenceTester/Info.plist b/GeofenceTester/Info.plist index dd5d1d4..f5167bd 100644 --- a/GeofenceTester/Info.plist +++ b/GeofenceTester/Info.plist @@ -2,6 +2,15 @@ + CFBundleURLTypes + + + CFBundleURLSchemes + + appcenter-{APP_SECRET} + + + UIApplicationSceneManifest UIApplicationSupportsMultipleScenes diff --git a/README.md b/README.md index 10dde9f..9eaeb13 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ All of these events are logged, the log can be shared using the usual iOS sharin The goal for this tool is to be accessible. It includes a custom Voiceover rotor for the map. -### Build +## Build * Clone the project * Adjust Code Signing Team as appropriate