Skip to content

Commit

Permalink
Merge pull request #129 from Julessh05/feature/icloud-0
Browse files Browse the repository at this point in the history
Feature/icloud 0
  • Loading branch information
Julessh05 authored May 21, 2023
2 parents 90bd3c8 + ddf710f commit f62346e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
6 changes: 6 additions & 0 deletions iOS/Financer/Financer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
845FFFD82961867A0053E9F5 /* EditLegalPerson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditLegalPerson.swift; sourceTree = "<group>"; };
845FFFDA2961867E0053E9F5 /* EditFinance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditFinance.swift; sourceTree = "<group>"; };
8469D3A6298588AB00221E44 /* HomeLoading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeLoading.swift; sourceTree = "<group>"; };
84738F8A2A1A4BCC009BBAAC /* Financer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Financer.entitlements; sourceTree = "<group>"; };
84899C542982D7C2004129FD /* FinanceSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinanceSort.swift; sourceTree = "<group>"; };
848A44AB29639713002AC782 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
848A44AE29642897002AC782 /* SettingsBundleHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsBundleHelper.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -174,6 +175,7 @@
3FCD27192952E3CA00ECD3C2 /* Financer */ = {
isa = PBXGroup;
children = (
84738F8A2A1A4BCC009BBAAC /* Financer.entitlements */,
3FCD271A2952E3CA00ECD3C2 /* FinancerApp.swift */,
84E669F429A2481800EA7559 /* Shared */,
848A44AD29642886002AC782 /* Helper */,
Expand Down Expand Up @@ -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\"";
Expand All @@ -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 = "";
Expand All @@ -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\"";
Expand All @@ -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 = "";
Expand Down
16 changes: 16 additions & 0 deletions iOS/Financer/Financer/Financer.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.com.jules.Financer</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudKit</string>
</array>
</dict>
</plist>
11 changes: 4 additions & 7 deletions iOS/Financer/Financer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
<key>UISceneConfigurations</key>
<dict/>
</dict>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion shared/Storage/Persistence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal struct PersistenceController {
legalPerson.name = "Test Person"
let phone : String = "+123456789"
let notes : String = "Test Notes"
let url : URL? = URL(string: "https://github.com/TheIntuitiveCompany/Financer")
let url : URL? = URL(string: "https://github.com/Julessh05/Financer")
for _ in 0 ..< 5 {
// Add Finances
let i = Income(context: viewContext)
Expand Down

0 comments on commit f62346e

Please sign in to comment.