Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor #11

Merged
merged 19 commits into from
Jul 26, 2020
Merged
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
343 changes: 245 additions & 98 deletions GOtravel.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

32 changes: 19 additions & 13 deletions GOtravel.xcodeproj/xcshareddata/xcschemes/GOtravel.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4A969BEF21E5A2F00016DB49"
BuildableName = "GOtravel.app"
BlueprintName = "GOtravel"
ReferencedContainer = "container:GOtravel.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -38,18 +47,17 @@
ReferencedContainer = "container:GOtravel.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7D2EC26424CC104800BE30BC"
BuildableName = "GOtravelTests.xctest"
BlueprintName = "GOtravelTests"
ReferencedContainer = "container:GOtravel.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "4A969BEF21E5A2F00016DB49"
BuildableName = "GOtravel.app"
BlueprintName = "GOtravel"
ReferencedContainer = "container:GOtravel.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -71,8 +79,6 @@
ReferencedContainer = "container:GOtravel.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
109 changes: 0 additions & 109 deletions GOtravel/GoTravel/Custom/Data/RealmManager.swift

This file was deleted.

73 changes: 0 additions & 73 deletions GOtravel/GoTravel/Custom/Data/realmData.swift

This file was deleted.

87 changes: 0 additions & 87 deletions GOtravel/GoTravel/Custom/Extension/Date+.swift

This file was deleted.

28 changes: 0 additions & 28 deletions GOtravel/GoTravel/Custom/Extension/String+.swift

This file was deleted.

Loading