Skip to content

Commit 0085eca

Browse files
committed
chore: Xcode 프로젝트 파일 포맷 정규화
1 parent 8f28647 commit 0085eca

8 files changed

Lines changed: 623 additions & 633 deletions

File tree

Application/DevLogApp/DevLogApp.xcodeproj/project.pbxproj

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
020DFF50F37E47DF86BC155D /* DevLogData.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B1B97007E09855108A99428B /* DevLogData.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
11+
0B50A22827B641AEBCC033D4 /* DevLogWidgetCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1012
1589C1EF4029ECBF15A842F0 /* DevLogWidgetCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */; };
1113
160E41BDADA3136CD58BE0B4 /* DevLogData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1B97007E09855108A99428B /* DevLogData.framework */; };
1214
186E9AB4F0A79C50FE853607 /* DevLogDomain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA49949C677DDE083F7DE29E /* DevLogDomain.framework */; };
1315
18D57A125ACCF0F6B11A7101 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = F972F1E8E0F5156FE9651020 /* GoogleSignIn */; };
16+
1E452BFF04594187A06AED58 /* DevLogDomain.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DA49949C677DDE083F7DE29E /* DevLogDomain.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1417
26C3DC51F23F9C590FDB282D /* DevLogPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67918B544432C45E63273D84 /* DevLogPresentation.framework */; };
15-
020DFF50F37E47DF86BC155D /* DevLogData.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B1B97007E09855108A99428B /* DevLogData.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
18+
393544DD58D941B69760727E /* DevLogPresentation.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 67918B544432C45E63273D84 /* DevLogPresentation.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1619
618B54224ACD6B35D9A8F841 /* DevLogWidgetCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */; };
1720
7188DA2B6DFD13F7FF73069E /* DevLogInfra.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A6AEE3AFC586C92F1643282 /* DevLogInfra.framework */; };
1821
79134AD67952720CCC5069EA /* DevLogPersistence.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6FFA0A819CB16649AC35CCE6 /* DevLogPersistence.framework */; };
19-
0B50A22827B641AEBCC033D4 /* DevLogWidgetCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
20-
1E452BFF04594187A06AED58 /* DevLogDomain.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DA49949C677DDE083F7DE29E /* DevLogDomain.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
21-
393544DD58D941B69760727E /* DevLogPresentation.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 67918B544432C45E63273D84 /* DevLogPresentation.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
22-
AB11B22C33D44E55F6677889 /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE11B22C33D44E55F6677889 /* DevLogCore.framework */; };
2322
A54A1843C2074FD4A651238F /* DevLogWidgetCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
23+
AB11B22C33D44E55F6677889 /* DevLogCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE11B22C33D44E55F6677889 /* DevLogCore.framework */; };
2424
B38B9C91AECB49BA9C7CB8DC /* DevLogPersistence.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 6FFA0A819CB16649AC35CCE6 /* DevLogPersistence.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2525
B9409E4F83EB4B0A9049D245 /* DevLogInfra.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9A6AEE3AFC586C92F1643282 /* DevLogInfra.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2626
DA205F52B7C54C2C99671D50 /* DevLogCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = AE11B22C33D44E55F6677889 /* DevLogCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -89,17 +89,17 @@
8989
/* End PBXCopyFilesBuildPhase section */
9090

9191
/* Begin PBXFileReference section */
92-
DF3416492E45F67C00F9312B /* DevLogAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
93-
DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DevLogWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
94-
DFD3A9712F8E89DD001DA7CD /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
95-
DFD3A9732F8E89DD001DA7CD /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
96-
DFD48B002DC4D6E2005905C5 /* DevLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DevLog.app; sourceTree = BUILT_PRODUCTS_DIR; };
9792
67918B544432C45E63273D84 /* DevLogPresentation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogPresentation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9893
6FFA0A819CB16649AC35CCE6 /* DevLogPersistence.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogPersistence.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9994
9A6AEE3AFC586C92F1643282 /* DevLogInfra.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogInfra.framework; sourceTree = BUILT_PRODUCTS_DIR; };
10095
AE11B22C33D44E55F6677889 /* DevLogCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
10196
B1B97007E09855108A99428B /* DevLogData.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogData.framework; sourceTree = BUILT_PRODUCTS_DIR; };
10297
DA49949C677DDE083F7DE29E /* DevLogDomain.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogDomain.framework; sourceTree = BUILT_PRODUCTS_DIR; };
98+
DF3416492E45F67C00F9312B /* DevLogAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DevLogAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
99+
DFD3A9702F8E89DD001DA7CD /* DevLogWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DevLogWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
100+
DFD3A9712F8E89DD001DA7CD /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; };
101+
DFD3A9732F8E89DD001DA7CD /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; };
102+
DFD48B002DC4D6E2005905C5 /* DevLog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DevLog.app; sourceTree = BUILT_PRODUCTS_DIR; };
103103
EBFCE939492CAE5AB44E6B81 /* DevLogWidgetCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = DevLogWidgetCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
104104
/* End PBXFileReference section */
105105

@@ -124,8 +124,6 @@
124124
/* Begin PBXFileSystemSynchronizedRootGroup section */
125125
DF34164A2E45F67C00F9312B /* Tests */ = {
126126
isa = PBXFileSystemSynchronizedRootGroup;
127-
exceptions = (
128-
);
129127
path = Tests;
130128
sourceTree = "<group>";
131129
};
@@ -397,11 +395,11 @@
397395
};
398396
DF66A07D2EA52E9F0098E643 /* PBXTargetDependency */ = {
399397
isa = PBXTargetDependency;
400-
productRef = DF66A07C2EA52E9F0098E643 /* plugin:SwiftLintBuildToolPlugin */;
398+
productRef = DF66A07C2EA52E9F0098E643 /* SwiftLintBuildToolPlugin */;
401399
};
402400
DF66A07E2EA52E9F0098E643 /* PBXTargetDependency */ = {
403401
isa = PBXTargetDependency;
404-
productRef = DF66A07C2EA52E9F0098E643 /* plugin:SwiftLintBuildToolPlugin */;
402+
productRef = DF66A07C2EA52E9F0098E643 /* SwiftLintBuildToolPlugin */;
405403
};
406404
DFD3A97E2F8E89DF001DA7CD /* PBXTargetDependency */ = {
407405
isa = PBXTargetDependency;
@@ -819,7 +817,7 @@
819817
/* End XCRemoteSwiftPackageReference section */
820818

821819
/* Begin XCSwiftPackageProductDependency section */
822-
DF66A07C2EA52E9F0098E643 /* plugin:SwiftLintBuildToolPlugin */ = {
820+
DF66A07C2EA52E9F0098E643 /* SwiftLintBuildToolPlugin */ = {
823821
isa = XCSwiftPackageProductDependency;
824822
package = DF66A07B2EA52E970098E643 /* XCRemoteSwiftPackageReference "SwiftLint" */;
825823
productName = "plugin:SwiftLintBuildToolPlugin";

Application/DevLogCore/DevLogCore.xcodeproj/project.pbxproj

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 77;
6+
objectVersion = 70;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -18,7 +18,7 @@
1818
/* End PBXFileReference section */
1919

2020
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
21-
DA0865721A6D430B66025E67 /* Exceptions for "Sources" folder in "DevLogCore" target */ = {
21+
DA0865721A6D430B66025E67 /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
2222
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
2323
membershipExceptions = (
2424
.swiftlint.yml,
@@ -28,14 +28,7 @@
2828
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
2929

3030
/* Begin PBXFileSystemSynchronizedRootGroup section */
31-
DA0865721A6D430B66025E66 /* Sources */ = {
32-
isa = PBXFileSystemSynchronizedRootGroup;
33-
exceptions = (
34-
DA0865721A6D430B66025E67 /* Exceptions for "Sources" folder in "DevLogCore" target */,
35-
);
36-
path = Sources;
37-
sourceTree = "<group>";
38-
};
31+
DA0865721A6D430B66025E66 /* Sources */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (DA0865721A6D430B66025E67 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Sources; sourceTree = "<group>"; };
3932
/* End PBXFileSystemSynchronizedRootGroup section */
4033

4134
/* Begin PBXFrameworksBuildPhase section */
@@ -138,11 +131,9 @@
138131
Base,
139132
);
140133
mainGroup = C0DE4BE90CB1A6B4CEDFCA61;
141-
minimizedProjectReferenceProxies = 0;
142134
packageReferences = (
143135
C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */,
144136
);
145-
preferredProjectObjectVersion = 77;
146137
productRefGroup = B66C037F848BDEE68DAC8902 /* Products */;
147138
projectDirPath = "";
148139
projectRoot = "";
@@ -175,29 +166,10 @@
175166
/* Begin PBXTargetDependency section */
176167
C0DEAA000000000000000001 /* PBXTargetDependency */ = {
177168
isa = PBXTargetDependency;
178-
productRef = C0DEAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */;
169+
productRef = C0DEAA000000000000000003 /* SwiftLintBuildToolPlugin */;
179170
};
180171
/* End PBXTargetDependency section */
181172

182-
/* Begin XCRemoteSwiftPackageReference section */
183-
C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
184-
isa = XCRemoteSwiftPackageReference;
185-
repositoryURL = "https://github.com/realm/SwiftLint";
186-
requirement = {
187-
kind = upToNextMajorVersion;
188-
minimumVersion = 0.62.1;
189-
};
190-
};
191-
/* End XCRemoteSwiftPackageReference section */
192-
193-
/* Begin XCSwiftPackageProductDependency section */
194-
C0DEAA000000000000000003 /* plugin:SwiftLintBuildToolPlugin */ = {
195-
isa = XCSwiftPackageProductDependency;
196-
package = C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
197-
productName = "plugin:SwiftLintBuildToolPlugin";
198-
};
199-
/* End XCSwiftPackageProductDependency section */
200-
201173
/* Begin XCBuildConfiguration section */
202174
0095EA3D0E3FC18B545418BE /* Debug */ = {
203175
isa = XCBuildConfiguration;
@@ -211,7 +183,11 @@
211183
GENERATE_INFOPLIST_FILE = YES;
212184
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
213185
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
214-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
186+
LD_RUNPATH_SEARCH_PATHS = (
187+
"$(inherited)",
188+
"@executable_path/Frameworks",
189+
"@loader_path/Frameworks",
190+
);
215191
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogCore;
216192
PRODUCT_NAME = "$(TARGET_NAME)";
217193
SDKROOT = iphoneos;
@@ -289,7 +265,11 @@
289265
GENERATE_INFOPLIST_FILE = YES;
290266
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
291267
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
292-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
268+
LD_RUNPATH_SEARCH_PATHS = (
269+
"$(inherited)",
270+
"@executable_path/Frameworks",
271+
"@loader_path/Frameworks",
272+
);
293273
PRODUCT_BUNDLE_IDENTIFIER = com.opfic.DevLog.DevLogCore;
294274
PRODUCT_NAME = "$(TARGET_NAME)";
295275
SDKROOT = iphoneos;
@@ -385,6 +365,25 @@
385365
defaultConfigurationName = Release;
386366
};
387367
/* End XCConfigurationList section */
368+
369+
/* Begin XCRemoteSwiftPackageReference section */
370+
C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */ = {
371+
isa = XCRemoteSwiftPackageReference;
372+
repositoryURL = "https://github.com/realm/SwiftLint";
373+
requirement = {
374+
kind = upToNextMajorVersion;
375+
minimumVersion = 0.62.1;
376+
};
377+
};
378+
/* End XCRemoteSwiftPackageReference section */
379+
380+
/* Begin XCSwiftPackageProductDependency section */
381+
C0DEAA000000000000000003 /* SwiftLintBuildToolPlugin */ = {
382+
isa = XCSwiftPackageProductDependency;
383+
package = C0DEAA000000000000000002 /* XCRemoteSwiftPackageReference "SwiftLint" */;
384+
productName = "plugin:SwiftLintBuildToolPlugin";
385+
};
386+
/* End XCSwiftPackageProductDependency section */
388387
};
389388
rootObject = 3CF16EA616D3B65329E78465 /* Project object */;
390389
}

0 commit comments

Comments
 (0)