Skip to content

Commit 8ef8e35

Browse files
committed
[Setting] #182 - pbxproj merge conflict 해소
1 parent 019b65f commit 8ef8e35

1 file changed

Lines changed: 134 additions & 82 deletions

File tree

Neki-iOS.xcodeproj/project.pbxproj

Lines changed: 134 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,31 @@
1010
59235C592F64245A00198051 /* NekiShareExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 59235C4F2F64245A00198051 /* NekiShareExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1111
592F2C5E2F0508FE00802BB7 /* ComposableArchitecture in Frameworks */ = {isa = PBXBuildFile; productRef = 592F2C5D2F0508FE00802BB7 /* ComposableArchitecture */; };
1212
592F345C2F0E1F1700802BB7 /* NMapsMap in Frameworks */ = {isa = PBXBuildFile; productRef = 592F345B2F0E1F1700802BB7 /* NMapsMap */; };
13+
596F679E2F710D430071F0B7 /* DefaultImageTransformRepositoryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 596F67982F710D430071F0B7 /* DefaultImageTransformRepositoryTests.swift */; };
14+
596F679F2F710D430071F0B7 /* ImageTransformFeatureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 596F679A2F710D430071F0B7 /* ImageTransformFeatureTests.swift */; };
1315
597033582F2482E1000B8194 /* KakaoSDKAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 597033572F2482E1000B8194 /* KakaoSDKAuth */; };
1416
5970335A2F2482E1000B8194 /* KakaoSDKCert in Frameworks */ = {isa = PBXBuildFile; productRef = 597033592F2482E1000B8194 /* KakaoSDKCert */; };
1517
5970335C2F2482E1000B8194 /* KakaoSDKCertCore in Frameworks */ = {isa = PBXBuildFile; productRef = 5970335B2F2482E1000B8194 /* KakaoSDKCertCore */; };
1618
5970335E2F2482E1000B8194 /* KakaoSDKCommon in Frameworks */ = {isa = PBXBuildFile; productRef = 5970335D2F2482E1000B8194 /* KakaoSDKCommon */; };
1719
597033602F2482E1000B8194 /* KakaoSDKUser in Frameworks */ = {isa = PBXBuildFile; productRef = 5970335F2F2482E1000B8194 /* KakaoSDKUser */; };
1820
59D1D21B2F168EE800F50EB5 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 59D1D21A2F168EE800F50EB5 /* Kingfisher */; };
19-
6C3B4B8A2F65CA4B008449C1 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C3B4B882F65C9B0008449C1 /* WebKit.framework */; };
2021
6C4D99E52F365E1700E93BF0 /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 6C4D99E42F365E1700E93BF0 /* Lottie */; };
2122
/* End PBXBuildFile section */
2223

2324
/* Begin PBXContainerItemProxy section */
24-
6C3B4B802F65C44C008449C1 /* PBXContainerItemProxy */ = {
25+
59235C572F64245A00198051 /* PBXContainerItemProxy */ = {
2526
isa = PBXContainerItemProxy;
2627
containerPortal = 6C4998D52EF7EF62006BE1DB /* Project object */;
2728
proxyType = 1;
28-
remoteGlobalIDString = 6C4998DC2EF7EF62006BE1DB;
29-
remoteInfo = "Neki-iOS";
29+
remoteGlobalIDString = 59235C4E2F64245A00198051;
30+
remoteInfo = NekiShareExtension;
3031
};
31-
/* End PBXContainerItemProxy section */
32-
33-
/* Begin PBXFileReference section */
34-
6C3B4B7C2F65C44C008449C1 /* Neki-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Neki-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
35-
6C3B4B882F65C9B0008449C1 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
36-
59235C572F64245A00198051 /* PBXContainerItemProxy */ = {
32+
6C3B4B802F65C44C008449C1 /* PBXContainerItemProxy */ = {
3733
isa = PBXContainerItemProxy;
3834
containerPortal = 6C4998D52EF7EF62006BE1DB /* Project object */;
3935
proxyType = 1;
40-
remoteGlobalIDString = 59235C4E2F64245A00198051;
41-
remoteInfo = NekiShareExtension;
36+
remoteGlobalIDString = 6C4998DC2EF7EF62006BE1DB;
37+
remoteInfo = "Neki-iOS";
4238
};
4339
/* End PBXContainerItemProxy section */
4440

@@ -58,23 +54,27 @@
5854

5955
/* Begin PBXFileReference section */
6056
59235C4F2F64245A00198051 /* NekiShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NekiShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
57+
596F67982F710D430071F0B7 /* DefaultImageTransformRepositoryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultImageTransformRepositoryTests.swift; sourceTree = "<group>"; };
58+
596F679A2F710D430071F0B7 /* ImageTransformFeatureTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageTransformFeatureTests.swift; sourceTree = "<group>"; };
59+
6C3B4B7C2F65C44C008449C1 /* Neki-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Neki-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
6160
6C4998DD2EF7EF62006BE1DB /* Neki-iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Neki-iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
6261
/* End PBXFileReference section */
6362

6463
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
65-
6C45F2B92F65ECE900A6ABBB /* Exceptions for "Neki-iOS" folder in "Neki-iOSTests" target */ = {
66-
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
67-
membershipExceptions = (
68-
Core/Sources/ImageTransform/Data/MLModel/whiteboxcartoonization.mlmodel,
69-
);
70-
target = 6C3B4B7B2F65C44C008449C1 /* Neki-iOSTests */;
7164
59235C5E2F64245A00198051 /* Exceptions for "NekiShareExtension" folder in "NekiShareExtension" target */ = {
7265
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
7366
membershipExceptions = (
7467
Resources/Info.plist,
7568
);
7669
target = 59235C4E2F64245A00198051 /* NekiShareExtension */;
7770
};
71+
6C45F2B92F65ECE900A6ABBB /* Exceptions for "Neki-iOS" folder in "Neki-iOSTests" target */ = {
72+
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
73+
membershipExceptions = (
74+
Core/Sources/ImageTransform/Data/MLModel/whiteboxcartoonization.mlmodel,
75+
);
76+
target = 6C3B4B7B2F65C44C008449C1 /* Neki-iOSTests */;
77+
};
7878
6C499D3A2F05594E006BE1DB /* Exceptions for "Neki-iOS" folder in "Neki-iOS" target */ = {
7979
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
8080
membershipExceptions = (
@@ -85,9 +85,6 @@
8585
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
8686

8787
/* Begin PBXFileSystemSynchronizedRootGroup section */
88-
6C3B4B7D2F65C44C008449C1 /* Neki-iOSTests */ = {
89-
isa = PBXFileSystemSynchronizedRootGroup;
90-
path = "Neki-iOSTests";
9188
59235C502F64245A00198051 /* NekiShareExtension */ = {
9289
isa = PBXFileSystemSynchronizedRootGroup;
9390
exceptions = (
@@ -108,12 +105,14 @@
108105
/* End PBXFileSystemSynchronizedRootGroup section */
109106

110107
/* Begin PBXFrameworksBuildPhase section */
111-
6C3B4B792F65C44C008449C1 /* Frameworks */ = {
108+
59235C4C2F64245A00198051 /* Frameworks */ = {
112109
isa = PBXFrameworksBuildPhase;
113110
buildActionMask = 2147483647;
114111
files = (
115-
6C3B4B8A2F65CA4B008449C1 /* WebKit.framework in Frameworks */,
116-
59235C4C2F64245A00198051 /* Frameworks */ = {
112+
);
113+
runOnlyForDeploymentPostprocessing = 0;
114+
};
115+
6C3B4B792F65C44C008449C1 /* Frameworks */ = {
117116
isa = PBXFrameworksBuildPhase;
118117
buildActionMask = 2147483647;
119118
files = (
@@ -139,20 +138,44 @@
139138
/* End PBXFrameworksBuildPhase section */
140139

141140
/* Begin PBXGroup section */
142-
6C3B4B872F65C9AF008449C1 /* Frameworks */ = {
141+
596F67992F710D430071F0B7 /* Data */ = {
142+
isa = PBXGroup;
143+
children = (
144+
596F67982F710D430071F0B7 /* DefaultImageTransformRepositoryTests.swift */,
145+
);
146+
path = Data;
147+
sourceTree = "<group>";
148+
};
149+
596F679B2F710D430071F0B7 /* Presentation */ = {
150+
isa = PBXGroup;
151+
children = (
152+
596F679A2F710D430071F0B7 /* ImageTransformFeatureTests.swift */,
153+
);
154+
path = Presentation;
155+
sourceTree = "<group>";
156+
};
157+
596F679C2F710D430071F0B7 /* ImageTransform */ = {
158+
isa = PBXGroup;
159+
children = (
160+
596F67992F710D430071F0B7 /* Data */,
161+
596F679B2F710D430071F0B7 /* Presentation */,
162+
);
163+
path = ImageTransform;
164+
sourceTree = "<group>";
165+
};
166+
596F679D2F710D430071F0B7 /* Neki-iOSTests */ = {
143167
isa = PBXGroup;
144168
children = (
145-
6C3B4B882F65C9B0008449C1 /* WebKit.framework */,
169+
596F679C2F710D430071F0B7 /* ImageTransform */,
146170
);
147-
name = Frameworks;
171+
path = "Neki-iOSTests";
148172
sourceTree = "<group>";
149173
};
150174
6C4998D42EF7EF62006BE1DB = {
151175
isa = PBXGroup;
152176
children = (
153177
6C4998DF2EF7EF62006BE1DB /* Neki-iOS */,
154-
6C3B4B7D2F65C44C008449C1 /* Neki-iOSTests */,
155-
6C3B4B872F65C9AF008449C1 /* Frameworks */,
178+
596F679D2F710D430071F0B7 /* Neki-iOSTests */,
156179
59235C502F64245A00198051 /* NekiShareExtension */,
157180
6C4998DE2EF7EF62006BE1DB /* Products */,
158181
);
@@ -171,13 +194,6 @@
171194
/* End PBXGroup section */
172195

173196
/* Begin PBXNativeTarget section */
174-
6C3B4B7B2F65C44C008449C1 /* Neki-iOSTests */ = {
175-
isa = PBXNativeTarget;
176-
buildConfigurationList = 6C3B4B842F65C44C008449C1 /* Build configuration list for PBXNativeTarget "Neki-iOSTests" */;
177-
buildPhases = (
178-
6C3B4B782F65C44C008449C1 /* Sources */,
179-
6C3B4B792F65C44C008449C1 /* Frameworks */,
180-
6C3B4B7A2F65C44C008449C1 /* Resources */,
181197
59235C4E2F64245A00198051 /* NekiShareExtension */ = {
182198
isa = PBXNativeTarget;
183199
buildConfigurationList = 59235C5D2F64245A00198051 /* Build configuration list for PBXNativeTarget "NekiShareExtension" */;
@@ -189,17 +205,6 @@
189205
buildRules = (
190206
);
191207
dependencies = (
192-
6C3B4B812F65C44C008449C1 /* PBXTargetDependency */,
193-
);
194-
fileSystemSynchronizedGroups = (
195-
6C3B4B7D2F65C44C008449C1 /* Neki-iOSTests */,
196-
);
197-
name = "Neki-iOSTests";
198-
packageProductDependencies = (
199-
);
200-
productName = "Neki-iOSTests";
201-
productReference = 6C3B4B7C2F65C44C008449C1 /* Neki-iOSTests.xctest */;
202-
productType = "com.apple.product-type.bundle.unit-test";
203208
);
204209
fileSystemSynchronizedGroups = (
205210
59235C502F64245A00198051 /* NekiShareExtension */,
@@ -211,6 +216,26 @@
211216
productReference = 59235C4F2F64245A00198051 /* NekiShareExtension.appex */;
212217
productType = "com.apple.product-type.app-extension";
213218
};
219+
6C3B4B7B2F65C44C008449C1 /* Neki-iOSTests */ = {
220+
isa = PBXNativeTarget;
221+
buildConfigurationList = 6C3B4B842F65C44C008449C1 /* Build configuration list for PBXNativeTarget "Neki-iOSTests" */;
222+
buildPhases = (
223+
6C3B4B782F65C44C008449C1 /* Sources */,
224+
6C3B4B792F65C44C008449C1 /* Frameworks */,
225+
6C3B4B7A2F65C44C008449C1 /* Resources */,
226+
);
227+
buildRules = (
228+
);
229+
dependencies = (
230+
6C3B4B812F65C44C008449C1 /* PBXTargetDependency */,
231+
);
232+
name = "Neki-iOSTests";
233+
packageProductDependencies = (
234+
);
235+
productName = "Neki-iOSTests";
236+
productReference = 6C3B4B7C2F65C44C008449C1 /* Neki-iOSTests.xctest */;
237+
productType = "com.apple.product-type.bundle.unit-test";
238+
};
214239
6C4998DC2EF7EF62006BE1DB /* Neki-iOS */ = {
215240
isa = PBXNativeTarget;
216241
buildConfigurationList = 6C4998FE2EF7EF64006BE1DB /* Build configuration list for PBXNativeTarget "Neki-iOS" */;
@@ -254,12 +279,12 @@
254279
LastSwiftUpdateCheck = 2630;
255280
LastUpgradeCheck = 2620;
256281
TargetAttributes = {
282+
59235C4E2F64245A00198051 = {
283+
CreatedOnToolsVersion = 26.0.1;
284+
};
257285
6C3B4B7B2F65C44C008449C1 = {
258286
CreatedOnToolsVersion = 26.3;
259287
TestTargetID = 6C4998DC2EF7EF62006BE1DB;
260-
TargetAttributes = {
261-
59235C4E2F64245A00198051 = {
262-
CreatedOnToolsVersion = 26.0.1;
263288
};
264289
6C4998DC2EF7EF62006BE1DB = {
265290
CreatedOnToolsVersion = 26.2;
@@ -295,14 +320,20 @@
295320
/* End PBXProject section */
296321

297322
/* Begin PBXResourcesBuildPhase section */
298-
6C3B4B7A2F65C44C008449C1 /* Resources */ = {
299323
59235C4D2F64245A00198051 /* Resources */ = {
300324
isa = PBXResourcesBuildPhase;
301325
buildActionMask = 2147483647;
302326
files = (
303327
);
304328
runOnlyForDeploymentPostprocessing = 0;
305329
};
330+
6C3B4B7A2F65C44C008449C1 /* Resources */ = {
331+
isa = PBXResourcesBuildPhase;
332+
buildActionMask = 2147483647;
333+
files = (
334+
);
335+
runOnlyForDeploymentPostprocessing = 0;
336+
};
306337
6C4998DB2EF7EF62006BE1DB /* Resources */ = {
307338
isa = PBXResourcesBuildPhase;
308339
buildActionMask = 2147483647;
@@ -313,53 +344,45 @@
313344
/* End PBXResourcesBuildPhase section */
314345

315346
/* Begin PBXSourcesBuildPhase section */
316-
6C3B4B782F65C44C008449C1 /* Sources */ = {
317347
59235C4B2F64245A00198051 /* Sources */ = {
318348
isa = PBXSourcesBuildPhase;
319349
buildActionMask = 2147483647;
320350
files = (
321351
);
322352
runOnlyForDeploymentPostprocessing = 0;
323353
};
354+
6C3B4B782F65C44C008449C1 /* Sources */ = {
355+
isa = PBXSourcesBuildPhase;
356+
buildActionMask = 2147483647;
357+
files = (
358+
);
359+
runOnlyForDeploymentPostprocessing = 0;
360+
};
324361
6C4998D92EF7EF62006BE1DB /* Sources */ = {
325362
isa = PBXSourcesBuildPhase;
326363
buildActionMask = 2147483647;
327364
files = (
365+
596F679E2F710D430071F0B7 /* DefaultImageTransformRepositoryTests.swift in Sources */,
366+
596F679F2F710D430071F0B7 /* ImageTransformFeatureTests.swift in Sources */,
328367
);
329368
runOnlyForDeploymentPostprocessing = 0;
330369
};
331370
/* End PBXSourcesBuildPhase section */
332371

333372
/* Begin PBXTargetDependency section */
334-
6C3B4B812F65C44C008449C1 /* PBXTargetDependency */ = {
335-
isa = PBXTargetDependency;
336-
target = 6C4998DC2EF7EF62006BE1DB /* Neki-iOS */;
337-
targetProxy = 6C3B4B802F65C44C008449C1 /* PBXContainerItemProxy */;
338373
59235C582F64245A00198051 /* PBXTargetDependency */ = {
339374
isa = PBXTargetDependency;
340375
target = 59235C4E2F64245A00198051 /* NekiShareExtension */;
341376
targetProxy = 59235C572F64245A00198051 /* PBXContainerItemProxy */;
342377
};
378+
6C3B4B812F65C44C008449C1 /* PBXTargetDependency */ = {
379+
isa = PBXTargetDependency;
380+
target = 6C4998DC2EF7EF62006BE1DB /* Neki-iOS */;
381+
targetProxy = 6C3B4B802F65C44C008449C1 /* PBXContainerItemProxy */;
382+
};
343383
/* End PBXTargetDependency section */
344384

345385
/* Begin XCBuildConfiguration section */
346-
6C3B4B822F65C44C008449C1 /* Debug */ = {
347-
isa = XCBuildConfiguration;
348-
baseConfigurationReferenceAnchor = 6C4998DF2EF7EF62006BE1DB /* Neki-iOS */;
349-
baseConfigurationReferenceRelativePath = APP/Sources/Resources/Debug.xcconfig;
350-
buildSettings = {
351-
BUNDLE_LOADER = "$(TEST_HOST)";
352-
CODE_SIGN_IDENTITY = "Apple Development";
353-
CODE_SIGN_STYLE = Automatic;
354-
CURRENT_PROJECT_VERSION = 1;
355-
DEVELOPMENT_TEAM = 586LZSS32L;
356-
GENERATE_INFOPLIST_FILE = YES;
357-
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
358-
MARKETING_VERSION = 1.0;
359-
PRODUCT_BUNDLE_IDENTIFIER = "com.OneTen.Neki-iOSTests";
360-
PRODUCT_NAME = "$(TARGET_NAME)";
361-
PROVISIONING_PROFILE_SPECIFIER = "";
362-
STRING_CATALOG_GENERATE_SYMBOLS = NO;
363386
59235C5B2F64245A00198051 /* Debug */ = {
364387
isa = XCBuildConfiguration;
365388
buildSettings = {
@@ -430,6 +453,35 @@
430453
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
431454
SWIFT_VERSION = 5.0;
432455
TARGETED_DEVICE_FAMILY = 1;
456+
};
457+
name = Release;
458+
};
459+
6C3B4B822F65C44C008449C1 /* Debug */ = {
460+
isa = XCBuildConfiguration;
461+
baseConfigurationReferenceAnchor = 6C4998DF2EF7EF62006BE1DB /* Neki-iOS */;
462+
baseConfigurationReferenceRelativePath = APP/Sources/Resources/Debug.xcconfig;
463+
buildSettings = {
464+
BUNDLE_LOADER = "$(TEST_HOST)";
465+
CODE_SIGN_IDENTITY = "Apple Development";
466+
CODE_SIGN_STYLE = Automatic;
467+
CURRENT_PROJECT_VERSION = 1;
468+
DEVELOPMENT_TEAM = 586LZSS32L;
469+
GENERATE_INFOPLIST_FILE = YES;
470+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
471+
MARKETING_VERSION = 1.0;
472+
PRODUCT_BUNDLE_IDENTIFIER = "com.OneTen.Neki-iOSTests";
473+
PRODUCT_NAME = "$(TARGET_NAME)";
474+
PROVISIONING_PROFILE_SPECIFIER = "";
475+
STRING_CATALOG_GENERATE_SYMBOLS = NO;
476+
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
477+
SUPPORTS_MACCATALYST = NO;
478+
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
479+
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
480+
SWIFT_APPROACHABLE_CONCURRENCY = YES;
481+
SWIFT_EMIT_LOC_STRINGS = YES;
482+
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
483+
SWIFT_VERSION = 5.0;
484+
TARGETED_DEVICE_FAMILY = 1;
433485
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Neki-iOS.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Neki-iOS";
434486
};
435487
name = Debug;
@@ -461,10 +513,6 @@
461513
SWIFT_VERSION = 5.0;
462514
TARGETED_DEVICE_FAMILY = 1;
463515
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Neki-iOS.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Neki-iOS";
464-
SWIFT_EMIT_LOC_STRINGS = YES;
465-
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
466-
SWIFT_VERSION = 5.0;
467-
TARGETED_DEVICE_FAMILY = 1;
468516
};
469517
name = Release;
470518
};
@@ -700,11 +748,6 @@
700748
/* End XCBuildConfiguration section */
701749

702750
/* Begin XCConfigurationList section */
703-
6C3B4B842F65C44C008449C1 /* Build configuration list for PBXNativeTarget "Neki-iOSTests" */ = {
704-
isa = XCConfigurationList;
705-
buildConfigurations = (
706-
6C3B4B822F65C44C008449C1 /* Debug */,
707-
6C3B4B832F65C44C008449C1 /* Release */,
708751
59235C5D2F64245A00198051 /* Build configuration list for PBXNativeTarget "NekiShareExtension" */ = {
709752
isa = XCConfigurationList;
710753
buildConfigurations = (
@@ -714,6 +757,15 @@
714757
defaultConfigurationIsVisible = 0;
715758
defaultConfigurationName = Release;
716759
};
760+
6C3B4B842F65C44C008449C1 /* Build configuration list for PBXNativeTarget "Neki-iOSTests" */ = {
761+
isa = XCConfigurationList;
762+
buildConfigurations = (
763+
6C3B4B822F65C44C008449C1 /* Debug */,
764+
6C3B4B832F65C44C008449C1 /* Release */,
765+
);
766+
defaultConfigurationIsVisible = 0;
767+
defaultConfigurationName = Release;
768+
};
717769
6C4998D82EF7EF62006BE1DB /* Build configuration list for PBXProject "Neki-iOS" */ = {
718770
isa = XCConfigurationList;
719771
buildConfigurations = (

0 commit comments

Comments
 (0)