diff --git a/iOS/Financer/Financer.xcodeproj/project.pbxproj b/iOS/Financer/Financer.xcodeproj/project.pbxproj index 42b9a6e..de81b1b 100644 --- a/iOS/Financer/Financer.xcodeproj/project.pbxproj +++ b/iOS/Financer/Financer.xcodeproj/project.pbxproj @@ -103,6 +103,7 @@ 845FFFD82961867A0053E9F5 /* EditLegalPerson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditLegalPerson.swift; sourceTree = ""; }; 845FFFDA2961867E0053E9F5 /* EditFinance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditFinance.swift; sourceTree = ""; }; 8469D3A6298588AB00221E44 /* HomeLoading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeLoading.swift; sourceTree = ""; }; + 84738F8A2A1A4BCC009BBAAC /* Financer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Financer.entitlements; sourceTree = ""; }; 84899C542982D7C2004129FD /* FinanceSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinanceSort.swift; sourceTree = ""; }; 848A44AB29639713002AC782 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = ""; }; 848A44AE29642897002AC782 /* SettingsBundleHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsBundleHelper.swift; sourceTree = ""; }; @@ -174,6 +175,7 @@ 3FCD27192952E3CA00ECD3C2 /* Financer */ = { isa = PBXGroup; children = ( + 84738F8A2A1A4BCC009BBAAC /* Financer.entitlements */, 3FCD271A2952E3CA00ECD3C2 /* FinancerApp.swift */, 84E669F429A2481800EA7559 /* Shared */, 848A44AD29642886002AC782 /* Helper */, @@ -734,6 +736,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = MainAppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; + CODE_SIGN_ENTITLEMENTS = Financer/Financer.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"Financer/Preview Content\""; @@ -744,6 +747,7 @@ INFOPLIST_FILE = Financer/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Financer; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UILaunchStoryboardName = ""; @@ -769,6 +773,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = MainAppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; + CODE_SIGN_ENTITLEMENTS = Financer/Financer.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"Financer/Preview Content\""; @@ -779,6 +784,7 @@ INFOPLIST_FILE = Financer/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Financer; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UILaunchStoryboardName = ""; diff --git a/iOS/Financer/Financer/Financer.entitlements b/iOS/Financer/Financer/Financer.entitlements new file mode 100644 index 0000000..9c2b1de --- /dev/null +++ b/iOS/Financer/Financer/Financer.entitlements @@ -0,0 +1,16 @@ + + + + + aps-environment + development + com.apple.developer.icloud-container-identifiers + + iCloud.com.jules.Financer + + com.apple.developer.icloud-services + + CloudKit + + + diff --git a/iOS/Financer/Financer/Info.plist b/iOS/Financer/Financer/Info.plist index 12d29c4..ca9a074 100644 --- a/iOS/Financer/Financer/Info.plist +++ b/iOS/Financer/Financer/Info.plist @@ -2,12 +2,9 @@ - UIApplicationSceneManifest - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - + UIBackgroundModes + + remote-notification +