Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
142 changes: 132 additions & 10 deletions Todoey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,43 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
5F377D972D304EAE00632B27 /* CategoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F377D962D304EAE00632B27 /* CategoryViewController.swift */; };
5FEC83D22D36D2E60068DC66 /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 5FEC83D12D36D2E60068DC66 /* RealmSwift */; };
5FEC83D62D36E2100068DC66 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FEC83D52D36E2100068DC66 /* Item.swift */; };
5FEC83D82D36E21A0068DC66 /* Category.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FEC83D72D36E21A0068DC66 /* Category.swift */; };
5FEC83DB2D3AD9180068DC66 /* Chameleon in Frameworks */ = {isa = PBXBuildFile; productRef = 5FEC83DA2D3AD9180068DC66 /* Chameleon */; };
5FEC83DD2D3AD9180068DC66 /* ChameleonSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 5FEC83DC2D3AD9180068DC66 /* ChameleonSwift */; };
EB2BE4FA239524DB00FB933B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB2BE4F9239524DB00FB933B /* AppDelegate.swift */; };
EB2BE4FE239524DB00FB933B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB2BE4FD239524DB00FB933B /* ViewController.swift */; };
EB2BE4FE239524DB00FB933B /* TodoListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB2BE4FD239524DB00FB933B /* TodoListViewController.swift */; };
EB2BE501239524DB00FB933B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EB2BE4FF239524DB00FB933B /* Main.storyboard */; };
EB2BE503239524DC00FB933B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EB2BE502239524DC00FB933B /* Assets.xcassets */; };
EB2BE506239524DC00FB933B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EB2BE504239524DC00FB933B /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
5FEC83CA2D36D01F0068DC66 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
5F377D962D304EAE00632B27 /* CategoryViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CategoryViewController.swift; sourceTree = "<group>"; };
5FEC83D52D36E2100068DC66 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
5FEC83D72D36E21A0068DC66 /* Category.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Category.swift; sourceTree = "<group>"; };
EB2BE4F6239524DB00FB933B /* Todoey.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Todoey.app; sourceTree = BUILT_PRODUCTS_DIR; };
EB2BE4F9239524DB00FB933B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
EB2BE4FD239524DB00FB933B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
EB2BE4FD239524DB00FB933B /* TodoListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListViewController.swift; sourceTree = "<group>"; };
EB2BE500239524DB00FB933B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
EB2BE502239524DC00FB933B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
EB2BE505239524DC00FB933B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
Expand All @@ -29,17 +51,63 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5FEC83D22D36D2E60068DC66 /* RealmSwift in Frameworks */,
5FEC83DB2D3AD9180068DC66 /* Chameleon in Frameworks */,
5FEC83DD2D3AD9180068DC66 /* ChameleonSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
5F072C512CEFD88B00019815 /* Controller */ = {
isa = PBXGroup;
children = (
5F377D962D304EAE00632B27 /* CategoryViewController.swift */,
EB2BE4FD239524DB00FB933B /* TodoListViewController.swift */,
);
path = Controller;
sourceTree = "<group>";
};
5F072C522CEFD90500019815 /* View */ = {
isa = PBXGroup;
children = (
EB2BE4FF239524DB00FB933B /* Main.storyboard */,
);
path = View;
sourceTree = "<group>";
};
5F072C532CEFD92500019815 /* Supporting Files */ = {
isa = PBXGroup;
children = (
EB2BE502239524DC00FB933B /* Assets.xcassets */,
EB2BE504239524DC00FB933B /* LaunchScreen.storyboard */,
);
path = "Supporting Files";
sourceTree = "<group>";
};
5F7C43722CEFD84D00701C14 /* Model */ = {
isa = PBXGroup;
children = (
5FEC83D72D36E21A0068DC66 /* Category.swift */,
5FEC83D52D36E2100068DC66 /* Item.swift */,
);
path = Model;
sourceTree = "<group>";
};
5FEC83CC2D36D1850068DC66 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
EB2BE4ED239524DB00FB933B = {
isa = PBXGroup;
children = (
EB2BE4F8239524DB00FB933B /* Todoey */,
EB2BE4F7239524DB00FB933B /* Products */,
5FEC83CC2D36D1850068DC66 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -55,10 +123,10 @@
isa = PBXGroup;
children = (
EB2BE4F9239524DB00FB933B /* AppDelegate.swift */,
EB2BE4FD239524DB00FB933B /* ViewController.swift */,
EB2BE4FF239524DB00FB933B /* Main.storyboard */,
EB2BE502239524DC00FB933B /* Assets.xcassets */,
EB2BE504239524DC00FB933B /* LaunchScreen.storyboard */,
5F7C43722CEFD84D00701C14 /* Model */,
5F072C522CEFD90500019815 /* View */,
5F072C512CEFD88B00019815 /* Controller */,
5F072C532CEFD92500019815 /* Supporting Files */,
EB2BE507239524DC00FB933B /* Info.plist */,
);
path = Todoey;
Expand All @@ -74,12 +142,18 @@
EB2BE4F2239524DB00FB933B /* Sources */,
EB2BE4F3239524DB00FB933B /* Frameworks */,
EB2BE4F4239524DB00FB933B /* Resources */,
5FEC83CA2D36D01F0068DC66 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Todoey;
packageProductDependencies = (
5FEC83D12D36D2E60068DC66 /* RealmSwift */,
5FEC83DA2D3AD9180068DC66 /* Chameleon */,
5FEC83DC2D3AD9180068DC66 /* ChameleonSwift */,
);
productName = Todoey;
productReference = EB2BE4F6239524DB00FB933B /* Todoey.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -108,6 +182,10 @@
Base,
);
mainGroup = EB2BE4ED239524DB00FB933B;
packageReferences = (
5FEC83D02D36D2E60068DC66 /* XCRemoteSwiftPackageReference "realm-swift" */,
5FEC83D92D3AD9180068DC66 /* XCRemoteSwiftPackageReference "Chameleon" */,
);
productRefGroup = EB2BE4F7239524DB00FB933B /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -135,8 +213,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EB2BE4FE239524DB00FB933B /* ViewController.swift in Sources */,
5FEC83D62D36E2100068DC66 /* Item.swift in Sources */,
5F377D972D304EAE00632B27 /* CategoryViewController.swift in Sources */,
EB2BE4FE239524DB00FB933B /* TodoListViewController.swift in Sources */,
EB2BE4FA239524DB00FB933B /* AppDelegate.swift in Sources */,
5FEC83D82D36E21A0068DC66 /* Category.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -281,14 +362,16 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = TN4525L258;
INFOPLIST_FILE = Todoey/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.londonappbrewery.todoey-ios13.Todoey";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_REFLECTION_METADATA_LEVEL = all;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -299,14 +382,16 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = TN4525L258;
INFOPLIST_FILE = Todoey/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.londonappbrewery.todoey-ios13.Todoey";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_REFLECTION_METADATA_LEVEL = all;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down Expand Up @@ -334,6 +419,43 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
5FEC83D02D36D2E60068DC66 /* XCRemoteSwiftPackageReference "realm-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/realm/realm-swift.git";
requirement = {
branch = master;
kind = branch;
};
};
5FEC83D92D3AD9180068DC66 /* XCRemoteSwiftPackageReference "Chameleon" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/dwsdolce/Chameleon";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.2.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
5FEC83D12D36D2E60068DC66 /* RealmSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 5FEC83D02D36D2E60068DC66 /* XCRemoteSwiftPackageReference "realm-swift" */;
productName = RealmSwift;
};
5FEC83DA2D3AD9180068DC66 /* Chameleon */ = {
isa = XCSwiftPackageProductDependency;
package = 5FEC83D92D3AD9180068DC66 /* XCRemoteSwiftPackageReference "Chameleon" */;
productName = Chameleon;
};
5FEC83DC2D3AD9180068DC66 /* ChameleonSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 5FEC83D92D3AD9180068DC66 /* XCRemoteSwiftPackageReference "Chameleon" */;
productName = ChameleonSwift;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = EB2BE4EE239524DB00FB933B /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?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/>
</plist>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>ShowSharedSchemesAutomaticallyEnabled</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "C6D7D91E-ED1F-420F-A16C-94B163E66875"
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?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>SchemeUserState</key>
<dict>
<key>GettingStarted (Playground) 1.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>GettingStarted (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>GettingStarted (Playground) 3.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>GettingStarted (Playground) 4.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>GettingStarted (Playground) 5.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
</dict>
<key>GettingStarted (Playground) 6.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>7</integer>
</dict>
<key>GettingStarted (Playground) 7.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>8</integer>
</dict>
<key>GettingStarted (Playground) 8.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>9</integer>
</dict>
<key>GettingStarted (Playground).xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>Todoey.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Loading