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.
Binary file added MarsWater/.DS_Store
Binary file not shown.
49 changes: 43 additions & 6 deletions MarsWater/MarsWater.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
5054F1241BC83BFE0047FE54 /* TaskCreationTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5054F1231BC83BFE0047FE54 /* TaskCreationTableViewController.m */; settings = {ASSET_TAGS = (); }; };
5054F1271BC83C0B0047FE54 /* TasksTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5054F1261BC83C0B0047FE54 /* TasksTableViewController.m */; settings = {ASSET_TAGS = (); }; };
84EE9E541BC8CB3000464904 /* CustomTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 84EE9E531BC8CB3000464904 /* CustomTableViewCell.m */; settings = {ASSET_TAGS = (); }; };
8DA86CA91BC1AE57006C50BC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DA86CA81BC1AE57006C50BC /* main.m */; };
8DA86CAC1BC1AE57006C50BC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DA86CAB1BC1AE57006C50BC /* AppDelegate.m */; };
8DA86CB21BC1AE57006C50BC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8DA86CB01BC1AE57006C50BC /* Main.storyboard */; };
Expand All @@ -22,6 +25,12 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
5054F1221BC83BFE0047FE54 /* TaskCreationTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TaskCreationTableViewController.h; sourceTree = "<group>"; };
5054F1231BC83BFE0047FE54 /* TaskCreationTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TaskCreationTableViewController.m; sourceTree = "<group>"; };
5054F1251BC83C0B0047FE54 /* TasksTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TasksTableViewController.h; sourceTree = "<group>"; };
5054F1261BC83C0B0047FE54 /* TasksTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TasksTableViewController.m; sourceTree = "<group>"; };
84EE9E521BC8CB3000464904 /* CustomTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTableViewCell.h; sourceTree = "<group>"; };
84EE9E531BC8CB3000464904 /* CustomTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomTableViewCell.m; sourceTree = "<group>"; };
8DA86CA41BC1AE57006C50BC /* MarsWater.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MarsWater.app; sourceTree = BUILT_PRODUCTS_DIR; };
8DA86CA81BC1AE57006C50BC /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
8DA86CAA1BC1AE57006C50BC /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -56,6 +65,30 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
84EE9E501BC8A77300464904 /* List */ = {
isa = PBXGroup;
children = (
8DA86CD21BC1B8E4006C50BC /* ListsTableViewController.h */,
8DA86CD31BC1B8E4006C50BC /* ListsTableViewController.m */,
8DA86CD51BC1B904006C50BC /* ListCreationTableViewController.h */,
8DA86CD61BC1B904006C50BC /* ListCreationTableViewController.m */,
);
name = List;
sourceTree = "<group>";
};
84EE9E511BC8A78200464904 /* Task */ = {
isa = PBXGroup;
children = (
5054F1251BC83C0B0047FE54 /* TasksTableViewController.h */,
5054F1261BC83C0B0047FE54 /* TasksTableViewController.m */,
84EE9E521BC8CB3000464904 /* CustomTableViewCell.h */,
84EE9E531BC8CB3000464904 /* CustomTableViewCell.m */,
5054F1221BC83BFE0047FE54 /* TaskCreationTableViewController.h */,
5054F1231BC83BFE0047FE54 /* TaskCreationTableViewController.m */,
);
name = Task;
sourceTree = "<group>";
};
8DA86C9B1BC1AE57006C50BC = {
isa = PBXGroup;
children = (
Expand All @@ -78,10 +111,8 @@
8DA86CD11BC1B329006C50BC /* Model */,
8DA86CAA1BC1AE57006C50BC /* AppDelegate.h */,
8DA86CAB1BC1AE57006C50BC /* AppDelegate.m */,
8DA86CD21BC1B8E4006C50BC /* ListsTableViewController.h */,
8DA86CD31BC1B8E4006C50BC /* ListsTableViewController.m */,
8DA86CD51BC1B904006C50BC /* ListCreationTableViewController.h */,
8DA86CD61BC1B904006C50BC /* ListCreationTableViewController.m */,
84EE9E501BC8A77300464904 /* List */,
84EE9E511BC8A78200464904 /* Task */,
8DA86CB01BC1AE57006C50BC /* Main.storyboard */,
8DA86CB61BC1AE57006C50BC /* Assets.xcassets */,
8DA86CB81BC1AE57006C50BC /* LaunchScreen.storyboard */,
Expand Down Expand Up @@ -146,6 +177,7 @@
TargetAttributes = {
8DA86CA31BC1AE57006C50BC = {
CreatedOnToolsVersion = 7.0.1;
DevelopmentTeam = B4G65K7YME;
};
};
};
Expand Down Expand Up @@ -187,7 +219,10 @@
files = (
8DA86CB51BC1AE57006C50BC /* MarsWater.xcdatamodeld in Sources */,
8DA86CAC1BC1AE57006C50BC /* AppDelegate.m in Sources */,
84EE9E541BC8CB3000464904 /* CustomTableViewCell.m in Sources */,
8DB2F6EA1BC1E75500E58E65 /* Task+CoreDataProperties.m in Sources */,
5054F1271BC83C0B0047FE54 /* TasksTableViewController.m in Sources */,
5054F1241BC83BFE0047FE54 /* TaskCreationTableViewController.m in Sources */,
8DA86CD41BC1B8E4006C50BC /* ListsTableViewController.m in Sources */,
8DB2F6E71BC1E75500E58E65 /* List.m in Sources */,
8DB2F6E91BC1E75500E58E65 /* Task.m in Sources */,
Expand Down Expand Up @@ -303,9 +338,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = MarsWater/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.mikekavouras.MarsWater;
PRODUCT_BUNDLE_IDENTIFIER = espinaljovanny;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -314,9 +350,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = MarsWater/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.mikekavouras.MarsWater;
PRODUCT_BUNDLE_IDENTIFIER = espinaljovanny;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
6 changes: 6 additions & 0 deletions MarsWater/MarsWater/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "WhiteStar.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "YellowStar.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions MarsWater/MarsWater/Assets.xcassets/check.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "check.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading