Skip to content

Commit 7a3e02c

Browse files
committed
revert project settings
1 parent 98dc833 commit 7a3e02c

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

V2exOS.xcodeproj/project.pbxproj

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
0D033B3E288D0FF700129C9B /* SidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D033B3D288D0FF700129C9B /* SidebarView.swift */; };
1414
0D033B40288D140C00129C9B /* TopicListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D033B3F288D140C00129C9B /* TopicListView.swift */; };
1515
0D033B42288D15CF00129C9B /* TopicDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D033B41288D15CF00129C9B /* TopicDetailView.swift */; };
16+
0D12614A28A94AA3009DBCE2 /* V2exAPI in Frameworks */ = {isa = PBXBuildFile; productRef = 0D12614928A94AA3009DBCE2 /* V2exAPI */; };
1617
0D139DE228E7E06C00E4CF88 /* UserName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D139DE128E7E06C00E4CF88 /* UserName.swift */; };
1718
0D40378C28E6E4EA00B1A341 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D40378B28E6E4EA00B1A341 /* SettingsView.swift */; };
1819
0D40378E28E6E4F500B1A341 /* ProxyHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D40378D28E6E4F500B1A341 /* ProxyHelper.swift */; };
@@ -27,7 +28,6 @@
2728
0DA3F3A728A412FE00E7224D /* CurrentUserStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DA3F3A628A412FE00E7224D /* CurrentUserStore.swift */; };
2829
0DF3300E28A55DEA00AEF312 /* InboxListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DF3300D28A55DEA00AEF312 /* InboxListView.swift */; };
2930
0DF3301028A56A3600AEF312 /* StringExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DF3300F28A56A3600AEF312 /* StringExt.swift */; };
30-
109A0137290A8A7400CFE602 /* V2exAPI in Frameworks */ = {isa = PBXBuildFile; productRef = 109A0136290A8A7400CFE602 /* V2exAPI */; };
3131
/* End PBXBuildFile section */
3232

3333
/* Begin PBXFileReference section */
@@ -51,7 +51,6 @@
5151
0DA4235228E3585C005BD63F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
5252
0DF3300D28A55DEA00AEF312 /* InboxListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxListView.swift; sourceTree = "<group>"; };
5353
0DF3300F28A56A3600AEF312 /* StringExt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExt.swift; sourceTree = "<group>"; };
54-
109A0135290A875700CFE602 /* V2exAPI */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = V2exAPI; path = ../V2exAPI; sourceTree = "<group>"; };
5554
/* End PBXFileReference section */
5655

5756
/* Begin PBXFrameworksBuildPhase section */
@@ -61,7 +60,7 @@
6160
files = (
6261
0DA3F3A428A411ED00E7224D /* KeychainAccess in Frameworks */,
6362
0D8F3356288D245300C27AF1 /* Kingfisher in Frameworks */,
64-
109A0137290A8A7400CFE602 /* V2exAPI in Frameworks */,
63+
0D12614A28A94AA3009DBCE2 /* V2exAPI in Frameworks */,
6564
0D8F3353288D243A00C27AF1 /* MarkdownUI in Frameworks */,
6665
);
6766
runOnlyForDeploymentPostprocessing = 0;
@@ -72,7 +71,6 @@
7271
0D033B19288CD64500129C9B = {
7372
isa = PBXGroup;
7473
children = (
75-
109A0134290A875700CFE602 /* Packages */,
7674
0D033B24288CD64500129C9B /* V2exOS */,
7775
0D033B23288CD64500129C9B /* Products */,
7876
0D033B43288D162400129C9B /* Frameworks */,
@@ -176,14 +174,6 @@
176174
path = TopicList;
177175
sourceTree = "<group>";
178176
};
179-
109A0134290A875700CFE602 /* Packages */ = {
180-
isa = PBXGroup;
181-
children = (
182-
109A0135290A875700CFE602 /* V2exAPI */,
183-
);
184-
name = Packages;
185-
sourceTree = "<group>";
186-
};
187177
/* End PBXGroup section */
188178

189179
/* Begin PBXNativeTarget section */
@@ -204,7 +194,7 @@
204194
0D8F3352288D243A00C27AF1 /* MarkdownUI */,
205195
0D8F3355288D245300C27AF1 /* Kingfisher */,
206196
0DA3F3A328A411ED00E7224D /* KeychainAccess */,
207-
109A0136290A8A7400CFE602 /* V2exAPI */,
197+
0D12614928A94AA3009DBCE2 /* V2exAPI */,
208198
);
209199
productName = V2exOS;
210200
productReference = 0D033B22288CD64500129C9B /* V2exOS.app */;
@@ -238,6 +228,7 @@
238228
0D8F3351288D243A00C27AF1 /* XCRemoteSwiftPackageReference "MarkdownUI" */,
239229
0D8F3354288D245300C27AF1 /* XCRemoteSwiftPackageReference "Kingfisher" */,
240230
0DA3F3A228A411ED00E7224D /* XCRemoteSwiftPackageReference "KeychainAccess" */,
231+
0D12614828A94963009DBCE2 /* XCRemoteSwiftPackageReference "V2exAPI" */,
241232
);
242233
productRefGroup = 0D033B23288CD64500129C9B /* Products */;
243234
projectDirPath = "";
@@ -410,13 +401,13 @@
410401
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
411402
CODE_SIGN_ENTITLEMENTS = V2exOS/V2exOS.entitlements;
412403
CODE_SIGN_IDENTITY = "Apple Development";
413-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
414-
CODE_SIGN_STYLE = Manual;
404+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
405+
CODE_SIGN_STYLE = Automatic;
415406
COMBINE_HIDPI_IMAGES = YES;
416407
CURRENT_PROJECT_VERSION = 1;
417408
DEAD_CODE_STRIPPING = YES;
418409
DEVELOPMENT_ASSET_PATHS = "\"V2exOS/Preview Content\"";
419-
DEVELOPMENT_TEAM = "";
410+
DEVELOPMENT_TEAM = S4XH6LVQ6A;
420411
ENABLE_HARDENED_RUNTIME = YES;
421412
ENABLE_PREVIEWS = YES;
422413
GENERATE_INFOPLIST_FILE = YES;
@@ -444,13 +435,13 @@
444435
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
445436
CODE_SIGN_ENTITLEMENTS = V2exOS/V2exOS.entitlements;
446437
CODE_SIGN_IDENTITY = "Apple Development";
447-
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
448-
CODE_SIGN_STYLE = Manual;
438+
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
439+
CODE_SIGN_STYLE = Automatic;
449440
COMBINE_HIDPI_IMAGES = YES;
450441
CURRENT_PROJECT_VERSION = 1;
451442
DEAD_CODE_STRIPPING = YES;
452443
DEVELOPMENT_ASSET_PATHS = "\"V2exOS/Preview Content\"";
453-
DEVELOPMENT_TEAM = "";
444+
DEVELOPMENT_TEAM = S4XH6LVQ6A;
454445
ENABLE_HARDENED_RUNTIME = YES;
455446
ENABLE_PREVIEWS = YES;
456447
GENERATE_INFOPLIST_FILE = YES;
@@ -495,6 +486,14 @@
495486
/* End XCConfigurationList section */
496487

497488
/* Begin XCRemoteSwiftPackageReference section */
489+
0D12614828A94963009DBCE2 /* XCRemoteSwiftPackageReference "V2exAPI" */ = {
490+
isa = XCRemoteSwiftPackageReference;
491+
repositoryURL = "https://github.com/isaced/V2exAPI.git";
492+
requirement = {
493+
kind = upToNextMajorVersion;
494+
minimumVersion = 1.0.3;
495+
};
496+
};
498497
0D8F3351288D243A00C27AF1 /* XCRemoteSwiftPackageReference "MarkdownUI" */ = {
499498
isa = XCRemoteSwiftPackageReference;
500499
repositoryURL = "https://github.com/gonzalezreal/MarkdownUI";
@@ -522,6 +521,11 @@
522521
/* End XCRemoteSwiftPackageReference section */
523522

524523
/* Begin XCSwiftPackageProductDependency section */
524+
0D12614928A94AA3009DBCE2 /* V2exAPI */ = {
525+
isa = XCSwiftPackageProductDependency;
526+
package = 0D12614828A94963009DBCE2 /* XCRemoteSwiftPackageReference "V2exAPI" */;
527+
productName = V2exAPI;
528+
};
525529
0D8F3352288D243A00C27AF1 /* MarkdownUI */ = {
526530
isa = XCSwiftPackageProductDependency;
527531
package = 0D8F3351288D243A00C27AF1 /* XCRemoteSwiftPackageReference "MarkdownUI" */;
@@ -537,10 +541,6 @@
537541
package = 0DA3F3A228A411ED00E7224D /* XCRemoteSwiftPackageReference "KeychainAccess" */;
538542
productName = KeychainAccess;
539543
};
540-
109A0136290A8A7400CFE602 /* V2exAPI */ = {
541-
isa = XCSwiftPackageProductDependency;
542-
productName = V2exAPI;
543-
};
544544
/* End XCSwiftPackageProductDependency section */
545545
};
546546
rootObject = 0D033B1A288CD64500129C9B /* Project object */;

0 commit comments

Comments
 (0)