Skip to content

Commit

Permalink
#79 [Chore] .pbxproj 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
soletree committed Aug 15, 2024
1 parent e852379 commit f6e9275
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Score/Score.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
FD9E07112BCC99DE000109FD /* DismissButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD9E07102BCC99DE000109FD /* DismissButton.swift */; };
FDA1AF212C6CD4FA008A1312 /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA1AF202C6CD4F6008A1312 /* MapViewController.swift */; };
FDA1AF252C6CD6AB008A1312 /* LocationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA1AF242C6CD6AB008A1312 /* LocationManager.swift */; };
FDA1AF272C6D0B3A008A1312 /* SCMapMarker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA1AF262C6D0B3A008A1312 /* SCMapMarker.swift */; };
FDA1AF2A2C6E64B4008A1312 /* MapFeature.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDA1AF292C6E64AF008A1312 /* MapFeature.swift */; };
FDC09D352C18327B00D5CF5C /* TermsAgreementView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC09D342C18327B00D5CF5C /* TermsAgreementView.swift */; };
FDC09D372C18522E00D5CF5C /* TermsAgreementFeature.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC09D362C18522E00D5CF5C /* TermsAgreementFeature.swift */; };
FDC09D392C18644000D5CF5C /* SelectProfileImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDC09D382C18644000D5CF5C /* SelectProfileImageView.swift */; };
Expand Down Expand Up @@ -250,6 +252,8 @@
FD9E07102BCC99DE000109FD /* DismissButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DismissButton.swift; sourceTree = "<group>"; };
FDA1AF202C6CD4F6008A1312 /* MapViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapViewController.swift; sourceTree = "<group>"; };
FDA1AF242C6CD6AB008A1312 /* LocationManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManager.swift; sourceTree = "<group>"; };
FDA1AF262C6D0B3A008A1312 /* SCMapMarker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SCMapMarker.swift; sourceTree = "<group>"; };
FDA1AF292C6E64AF008A1312 /* MapFeature.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapFeature.swift; sourceTree = "<group>"; };
FDC09D342C18327B00D5CF5C /* TermsAgreementView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TermsAgreementView.swift; sourceTree = "<group>"; };
FDC09D362C18522E00D5CF5C /* TermsAgreementFeature.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TermsAgreementFeature.swift; sourceTree = "<group>"; };
FDC09D382C18644000D5CF5C /* SelectProfileImageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectProfileImageView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -409,6 +413,7 @@
FD4A3B3F2BBADBDE00D2DFFA /* Card */,
FD4A3B3E2BBADBCE00D2DFFA /* Label */,
FD4A3B3D2BBADBBE00D2DFFA /* Button */,
FDA1AF282C6D0DAC008A1312 /* MapMarker */,
);
path = UIComponent;
sourceTree = "<group>";
Expand Down Expand Up @@ -793,6 +798,14 @@
path = Navigation;
sourceTree = "<group>";
};
FDA1AF282C6D0DAC008A1312 /* MapMarker */ = {
isa = PBXGroup;
children = (
FDA1AF262C6D0B3A008A1312 /* SCMapMarker.swift */,
);
path = MapMarker;
sourceTree = "<group>";
};
FDA9FDC12BFF3B1A00AC4EB7 /* DTO */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -961,6 +974,7 @@
FDFD3D032BD85E5C00629B8C /* Record */ = {
isa = PBXGroup;
children = (
FDA1AF292C6E64AF008A1312 /* MapFeature.swift */,
FDFD3D042BD85E6800629B8C /* RecordMainFeature.swift */,
FD584E422C4285AC00E81E07 /* CameraFeature.swift */,
FD443C242C4DF49C00C2E62E /* Camera.swift */,
Expand Down Expand Up @@ -1188,6 +1202,8 @@
FD208FBC2BB6F2A600DD4D3B /* EdgeBorder.swift in Sources */,
FD8B639F2BD20124000500BF /* PrivacyPolicyFeature.swift in Sources */,
FDEDB94A2BFBBA6D0040E313 /* APIProtocol.swift in Sources */,
FDA1AF2A2C6E64B4008A1312 /* MapFeature.swift in Sources */,
FDA1AF272C6D0B3A008A1312 /* SCMapMarker.swift in Sources */,
FDC09D372C18522E00D5CF5C /* TermsAgreementFeature.swift in Sources */,
FD38E9932BD53D0900D3BDB7 /* SignOutFeature.swift in Sources */,
FD408A9F2C11CFEB00DD8EAF /* TypeNickNameView.swift in Sources */,
Expand Down

0 comments on commit f6e9275

Please sign in to comment.