Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Rename ComplexRust.xcodeproj to Toodle.xcodeproj (#26)
Browse files Browse the repository at this point in the history
* Rename ComplexRust.xcodeproj to Toodle.xcodeproj

* Rename source code folder to Toodle

* Rollback accidental changes to `ListManager`

These changes were part of the "Enable Async" issue (#4) and accidentally made their way into this commit when renaming the iOS source code folder.
  • Loading branch information
Emily Toop authored Nov 15, 2017
1 parent 880b540 commit f784dff
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
/* Begin PBXBuildFile section */
7B1F2D701FB0D379000246C9 /* ToodleLib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B1F2D6F1FB0D379000246C9 /* ToodleLib.swift */; };
7B2BA8C71F97B24E0093D191 /* ToDoListItemsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B2BA8C61F97B24E0093D191 /* ToDoListItemsTableViewController.swift */; };
7B383BAD1FB20F000099B12E /* libtoodle.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9D81B01FB0CFC30027C605 /* libtoodle.a */; };
7B47BBD61F9A3E7A00FCA5AA /* ListManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B47BBD51F9A3E7A00FCA5AA /* ListManager.swift */; };
7B47BBD81F9A3EDE00FCA5AA /* LoginManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B47BBD71F9A3EDE00FCA5AA /* LoginManager.swift */; };
7B47BBDE1F9A518D00FCA5AA /* ItemViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B47BBDD1F9A518D00FCA5AA /* ItemViewController.swift */; };
7B9D81B11FB0CFC30027C605 /* libtoodle.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9D81B01FB0CFC30027C605 /* libtoodle.a */; };
7B9F01101F794DB2000407E5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9F010F1F794DB2000407E5 /* AppDelegate.swift */; };
7B9F01121F794DB2000407E5 /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9F01111F794DB2000407E5 /* LoginViewController.swift */; };
7B9F01151F794DB2000407E5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7B9F01131F794DB2000407E5 /* Main.storyboard */; };
Expand Down Expand Up @@ -64,7 +64,7 @@
buildActionMask = 2147483647;
files = (
7B9F01281F794F3B000407E5 /* libresolv.tbd in Frameworks */,
7B9D81B11FB0CFC30027C605 /* libtoodle.a in Frameworks */,
7B383BAD1FB20F000099B12E /* libtoodle.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -109,7 +109,7 @@
7B9F01031F794DB1000407E5 = {
isa = PBXGroup;
children = (
7B9F010E1F794DB2000407E5 /* ComplexRust */,
7B9F010E1F794DB2000407E5 /* Toodle */,
7B9F010D1F794DB2000407E5 /* Products */,
7B9F01261F794F3B000407E5 /* Frameworks */,
);
Expand All @@ -123,7 +123,7 @@
name = Products;
sourceTree = "<group>";
};
7B9F010E1F794DB2000407E5 /* ComplexRust */ = {
7B9F010E1F794DB2000407E5 /* Toodle */ = {
isa = PBXGroup;
children = (
7B2BA8941F963C5C0093D191 /* Rust */,
Expand All @@ -135,7 +135,7 @@
7B9F01181F794DB2000407E5 /* LaunchScreen.storyboard */,
7B9F01341F7D1634000407E5 /* NSLayoutConstraint+Utils.swift */,
);
path = ComplexRust;
path = Toodle;
sourceTree = "<group>";
};
7B9F01261F794F3B000407E5 /* Frameworks */ = {
Expand Down Expand Up @@ -212,7 +212,7 @@
};
};
};
buildConfigurationList = 7B9F01071F794DB1000407E5 /* Build configuration list for PBXProject "ComplexRust" */;
buildConfigurationList = 7B9F01071F794DB1000407E5 /* Build configuration list for PBXProject "Toodle" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -431,7 +431,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
7B9F01071F794DB1000407E5 /* Build configuration list for PBXProject "ComplexRust" */ = {
7B9F01071F794DB1000407E5 /* Build configuration list for PBXProject "Toodle" */ = {
isa = XCConfigurationList;
buildConfigurations = (
7B9F011C1F794DB2000407E5 /* Debug */,
Expand Down

0 comments on commit f784dff

Please sign in to comment.