Skip to content

Commit

Permalink
[Chore] #273 - re-added gbnetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
seongmin221 committed Jun 30, 2024
2 parents 248cf21 + 18dae14 commit 14d0e41
Show file tree
Hide file tree
Showing 16 changed files with 962 additions and 0 deletions.
55 changes: 55 additions & 0 deletions GEON-PPANG-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
3E3DEB7F2C3122E500CA5999 /* PostFilterRequestDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E3DEB7E2C3122E500CA5999 /* PostFilterRequestDTO.swift */; };
3E3DEB812C31263600CA5999 /* PostFilterResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E3DEB802C31263600CA5999 /* PostFilterResponseDTO.swift */; };
3E3DEB852C312F6C00CA5999 /* GBDataError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E3DEB842C312F6C00CA5999 /* GBDataError.swift */; };
3E3DEBE42C31609500CA5999 /* GBNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E3DEBE12C31608C00CA5999 /* GBNetwork.framework */; };
3E3DEBE52C31609500CA5999 /* GBNetwork.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3E3DEBE12C31608C00CA5999 /* GBNetwork.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3E452B672A60E68000EA456D /* MyPageResponseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E452B662A60E68000EA456D /* MyPageResponseDTO.swift */; };
3E452B692A60FF7900EA456D /* MyPageCollectionViewFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E452B682A60FF7900EA456D /* MyPageCollectionViewFooter.swift */; };
3E452B6B2A614AAE00EA456D /* ImageWithSubtitleButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E452B6A2A614AAD00EA456D /* ImageWithSubtitleButton.swift */; };
Expand Down Expand Up @@ -289,13 +291,31 @@
DFFBE3872AB8B4C100D27548 /* DetailReasonTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFFBE3862AB8B4C100D27548 /* DetailReasonTextView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
3E3DEBE02C31608C00CA5999 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 3E3DEBDB2C31608C00CA5999 /* GBNetwork.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 3E3DEB332C3117A300CA5999;
remoteInfo = GBNetwork;
};
3E3DEBE22C31608C00CA5999 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 3E3DEBDB2C31608C00CA5999 /* GBNetwork.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 3E3DEB3D2C3117A400CA5999;
remoteInfo = GBNetworkTests;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
3E3DEA002C26981200CA5999 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
3E3DEBE52C31609500CA5999 /* GBNetwork.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -467,6 +487,7 @@
3E3DEB7E2C3122E500CA5999 /* PostFilterRequestDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostFilterRequestDTO.swift; sourceTree = "<group>"; };
3E3DEB802C31263600CA5999 /* PostFilterResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostFilterResponseDTO.swift; sourceTree = "<group>"; };
3E3DEB842C312F6C00CA5999 /* GBDataError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GBDataError.swift; sourceTree = "<group>"; };
3E3DEBDB2C31608C00CA5999 /* GBNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GBNetwork.xcodeproj; path = GBNetwork/GBNetwork.xcodeproj; sourceTree = "<group>"; };
3E452B662A60E68000EA456D /* MyPageResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageResponseDTO.swift; sourceTree = "<group>"; };
3E452B682A60FF7900EA456D /* MyPageCollectionViewFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyPageCollectionViewFooter.swift; sourceTree = "<group>"; };
3E452B6A2A614AAD00EA456D /* ImageWithSubtitleButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageWithSubtitleButton.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -590,6 +611,7 @@
090556382A51E16B00752067 /* Then in Frameworks */,
098227EA2AB8B17700872135 /* Sentry in Frameworks */,
0905563B2A51E17800752067 /* SnapKit in Frameworks */,
3E3DEBE42C31609500CA5999 /* GBNetwork.framework in Frameworks */,
090556432A51E6FC00752067 /* Moya in Frameworks */,
095FB8802AB3427D00C69BD1 /* Amplitude in Frameworks */,
3E36D7D12A8DE65D00B2C1CC /* KakaoSDKUser in Frameworks */,
Expand Down Expand Up @@ -1378,6 +1400,15 @@
path = Member;
sourceTree = "<group>";
};
3E3DEBDC2C31608C00CA5999 /* DTO */ = {
isa = PBXGroup;
children = (
3E3DEBE12C31608C00CA5999 /* GBNetwork.framework */,
3E3DEBE32C31608C00CA5999 /* GBNetworkTests.xctest */,
);
path = DTO;
sourceTree = "<group>";
};
3E61EE8F2AA9530D004F25DB /* Review */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1454,6 +1485,7 @@
3E8C47CE2BC385A800919E06 /* Core */ = {
isa = PBXGroup;
children = (
3E3DEBDB2C31608C00CA5999 /* GBNetwork.xcodeproj */,
3EF9F8892BBCE9D400F3E366 /* DesignSystem */,
);
path = Core;
Expand Down Expand Up @@ -2131,13 +2163,36 @@
);
productRefGroup = 098F32DE2A4200FD0092D09A /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 3E3DEBDC2C31608C00CA5999 /* DTO */;
ProjectRef = 3E3DEBDB2C31608C00CA5999 /* GBNetwork.xcodeproj */;
},
);
projectRoot = "";
targets = (
098F32DC2A4200FD0092D09A /* GEON-PPANG-iOS */,
);
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
3E3DEBE12C31608C00CA5999 /* GBNetwork.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = GBNetwork.framework;
remoteRef = 3E3DEBE02C31608C00CA5999 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
3E3DEBE32C31608C00CA5999 /* GBNetworkTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = GBNetworkTests.xctest;
remoteRef = 3E3DEBE22C31608C00CA5999 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
098F32DB2A4200FD0092D09A /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand Down
Loading

0 comments on commit 14d0e41

Please sign in to comment.