Skip to content

Commit

Permalink
Minor fixes to last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuo committed Jan 7, 2022
1 parent 8306ffe commit 76ec15d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Launcher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
2AACCCD427571C5500AC12F5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2AACCCD327571C5500AC12F5 /* Assets.xcassets */; };
2AACCCD727571C5500AC12F5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AACCCD527571C5500AC12F5 /* Main.storyboard */; };
2AACCCDD27571ED600AC12F5 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A64E8432746BBD800EB85C8 /* Extensions.swift */; };
2ADEB32627887E6D00C622EF /* CLTaskStatusIndicatorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ADEB32527887E6D00C622EF /* CLTaskStatusIndicatorView.swift */; };
2AE2903D274DFE2300619968 /* CLSettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AE2903C274DFE2300619968 /* CLSettingsView.swift */; };
2AE2903F274E0EF000619968 /* CLSettingsGeneralView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AE2903E274E0EF000619968 /* CLSettingsGeneralView.swift */; };
2AE29041274E24C900619968 /* CLProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AE29040274E24C900619968 /* CLProject.swift */; };
Expand Down Expand Up @@ -157,6 +158,7 @@
2AACCCD627571C5500AC12F5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2AACCCD827571C5500AC12F5 /* Code_Launcher_Helper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Code_Launcher_Helper.entitlements; sourceTree = "<group>"; };
2AACCCDC27571CC500AC12F5 /* Helper-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Helper-Info.plist"; sourceTree = "<group>"; };
2ADEB32527887E6D00C622EF /* CLTaskStatusIndicatorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CLTaskStatusIndicatorView.swift; sourceTree = "<group>"; };
2AE2903C274DFE2300619968 /* CLSettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CLSettingsView.swift; path = launcher/Views/Settings/CLSettingsView.swift; sourceTree = SOURCE_ROOT; };
2AE2903E274E0EF000619968 /* CLSettingsGeneralView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CLSettingsGeneralView.swift; path = launcher/Views/Settings/CLSettingsGeneralView.swift; sourceTree = SOURCE_ROOT; };
2AE29040274E24C900619968 /* CLProject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CLProject.swift; path = launcher/Model/CLProject.swift; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -267,6 +269,7 @@
2A4439482765B9F800F630FF /* CLProjectAvatarView.swift */,
2A214783275081D8000272B8 /* CLTaskView.swift */,
2A240E62275CCA200003F816 /* CLTaskItemView.swift */,
2ADEB32527887E6D00C622EF /* CLTaskStatusIndicatorView.swift */,
);
path = Content;
sourceTree = "<group>";
Expand Down Expand Up @@ -445,6 +448,7 @@
2A6057BA27493103001A68C7 /* CLProjectView.swift in Sources */,
2A64E83A2746905C00EB85C8 /* CLSidebarView.swift in Sources */,
2A240E63275CCA200003F816 /* CLTaskItemView.swift in Sources */,
2ADEB32627887E6D00C622EF /* CLTaskStatusIndicatorView.swift in Sources */,
2AE29048274E987600619968 /* CLConsoleView.swift in Sources */,
2A214784275081D8000272B8 /* CLTaskView.swift in Sources */,
2A64E80127463E6C00EB85C8 /* CLApp.swift in Sources */,
Expand Down

0 comments on commit 76ec15d

Please sign in to comment.