Skip to content

Commit

Permalink
refactor: Rename NewLogView.swift to EditLogView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
PorridgePi committed Nov 22, 2021
1 parent 193995d commit 2c35ca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions p1n3appl3.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
0A41530B2741FCF400041359 /* GoalsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A41530A2741FCF400041359 /* GoalsView.swift */; };
0A41530F2741FF1B00041359 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A41530E2741FF1B00041359 /* SettingsView.swift */; };
0AC7268A2743965E0003519B /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC726892743965E0003519B /* Log.swift */; };
0AC7268C274396700003519B /* NewLogView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC7268B274396700003519B /* NewLogView.swift */; };
0AC7268C274396700003519B /* EditLogView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AC7268B274396700003519B /* EditLogView.swift */; };
0AC726CE2743CC380003519B /* (null) in Sources */ = {isa = PBXBuildFile; };
0AFE9A682746338800F7360D /* LogTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AFE9A672746338800F7360D /* LogTypes.swift */; };
254AE28F27478E330017D199 /* SFSymbolPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 254AE28E27478E330017D199 /* SFSymbolPickerView.swift */; };
Expand Down Expand Up @@ -48,7 +48,7 @@
0A41530A2741FCF400041359 /* GoalsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoalsView.swift; sourceTree = "<group>"; };
0A41530E2741FF1B00041359 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
0AC726892743965E0003519B /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; };
0AC7268B274396700003519B /* NewLogView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewLogView.swift; sourceTree = "<group>"; };
0AC7268B274396700003519B /* EditLogView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditLogView.swift; sourceTree = "<group>"; };
0AFE9A672746338800F7360D /* LogTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogTypes.swift; sourceTree = "<group>"; };
254AE28E27478E330017D199 /* SFSymbolPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SFSymbolPickerView.swift; sourceTree = "<group>"; };
255D7AC0274B669E0032EF12 /* SheetAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetAction.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -146,7 +146,7 @@
isa = PBXGroup;
children = (
0A4153042741FCA000041359 /* HomeView.swift */,
0AC7268B274396700003519B /* NewLogView.swift */,
0AC7268B274396700003519B /* EditLogView.swift */,
2EAE11D12744D2D200A2FD92 /* LogDetailView.swift */,
254AE28E27478E330017D199 /* SFSymbolPickerView.swift */,
);
Expand Down Expand Up @@ -280,7 +280,7 @@
0A41530B2741FCF400041359 /* GoalsView.swift in Sources */,
25D41B9F2741FA5A008968F8 /* p1n3appl3App.swift in Sources */,
0A14BF652747CAAC00826571 /* NewBudgetView.swift in Sources */,
0AC7268C274396700003519B /* NewLogView.swift in Sources */,
0AC7268C274396700003519B /* EditLogView.swift in Sources */,
0A4153092741FCE500041359 /* BudgetView.swift in Sources */,
2E1689C327481A9E005AE28A /* FoodDetailView.swift in Sources */,
0AC726CE2743CC380003519B /* (null) in Sources */,
Expand Down
File renamed without changes.

0 comments on commit 2c35ca3

Please sign in to comment.