Skip to content

Commit df9e95f

Browse files
Update project recommended settings for Xcode 13.3
1 parent 7ddc476 commit df9e95f

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

AppBox.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
/* Begin PBXBuildFile section */
1010
4410D18E26FF76A20046E5F9 /* DBAccountManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4410D18D26FF76A20046E5F9 /* DBAccountManager.m */; };
11-
4410D19926FF7FD60046E5F9 /* AppBoxService+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 4410D19726FF7FD60046E5F9 /* AppBoxService+CoreDataClass.m */; };
12-
4410D19A26FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 4410D19826FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.m */; };
1311
4410D19C26FF851D0046E5F9 /* CoreDataMigration3to4.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = 4410D19B26FF851D0046E5F9 /* CoreDataMigration3to4.xcmappingmodel */; };
12+
449BD6B8282111B0008EFB2B /* AppBoxService+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 449BD6B4282111B0008EFB2B /* AppBoxService+CoreDataProperties.m */; };
13+
449BD6B9282111B0008EFB2B /* AppBoxService+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 449BD6B5282111B0008EFB2B /* AppBoxService+CoreDataClass.m */; };
1414
84A31BD8650851B3675A1797 /* libPods-AppBox.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD2CC287A9B5D93F4C72A0D /* libPods-AppBox.a */; };
1515
DB1A06622160DCB4008D33FD /* CoreDataMigration2to3.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = DB1A06612160DCB4008D33FD /* CoreDataMigration2to3.xcmappingmodel */; };
1616
DB1C84412079F54E007AC74C /* NSString+String.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1C84402079F54E007AC74C /* NSString+String.m */; };
@@ -154,11 +154,11 @@
154154
179DF69BDB018D0F7E295C95 /* Pods-AppBox.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppBox.release.xcconfig"; path = "Pods/Target Support Files/Pods-AppBox/Pods-AppBox.release.xcconfig"; sourceTree = "<group>"; };
155155
4410D18C26FF76A20046E5F9 /* DBAccountManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DBAccountManager.h; sourceTree = "<group>"; };
156156
4410D18D26FF76A20046E5F9 /* DBAccountManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DBAccountManager.m; sourceTree = "<group>"; };
157-
4410D19526FF7FD60046E5F9 /* AppBoxService+CoreDataClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "AppBoxService+CoreDataClass.h"; path = "/Volumes/LongTime/Github/AppBox-macOS/AppBox/Model/CoreDataModel/AppBoxService+CoreDataClass.h"; sourceTree = "<absolute>"; };
158-
4410D19626FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "AppBoxService+CoreDataProperties.h"; path = "/Volumes/LongTime/Github/AppBox-macOS/AppBox/Model/CoreDataModel/AppBoxService+CoreDataProperties.h"; sourceTree = "<absolute>"; };
159-
4410D19726FF7FD60046E5F9 /* AppBoxService+CoreDataClass.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "AppBoxService+CoreDataClass.m"; path = "/Volumes/LongTime/Github/AppBox-macOS/AppBox/Model/CoreDataModel/AppBoxService+CoreDataClass.m"; sourceTree = "<absolute>"; };
160-
4410D19826FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "AppBoxService+CoreDataProperties.m"; path = "/Volumes/LongTime/Github/AppBox-macOS/AppBox/Model/CoreDataModel/AppBoxService+CoreDataProperties.m"; sourceTree = "<absolute>"; };
161157
4410D19B26FF851D0046E5F9 /* CoreDataMigration3to4.xcmappingmodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcmappingmodel; path = CoreDataMigration3to4.xcmappingmodel; sourceTree = "<group>"; };
158+
449BD6B4282111B0008EFB2B /* AppBoxService+CoreDataProperties.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AppBoxService+CoreDataProperties.m"; sourceTree = "<group>"; };
159+
449BD6B5282111B0008EFB2B /* AppBoxService+CoreDataClass.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AppBoxService+CoreDataClass.m"; sourceTree = "<group>"; };
160+
449BD6B6282111B0008EFB2B /* AppBoxService+CoreDataProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppBoxService+CoreDataProperties.h"; sourceTree = "<group>"; };
161+
449BD6B7282111B0008EFB2B /* AppBoxService+CoreDataClass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AppBoxService+CoreDataClass.h"; sourceTree = "<group>"; };
162162
44DCC66B25EEA1910074AB1E /* AppBox4.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = AppBox4.xcdatamodel; sourceTree = "<group>"; };
163163
ADD2CC287A9B5D93F4C72A0D /* libPods-AppBox.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AppBox.a"; sourceTree = BUILT_PRODUCTS_DIR; };
164164
BA6359ECA7EF9D4D3F8BE63F /* Pods-AppBox.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AppBox.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AppBox/Pods-AppBox.debug.xcconfig"; sourceTree = "<group>"; };
@@ -459,10 +459,10 @@
459459
E12A9AAA1E49F360002DDA3C /* CoreDataModel */ = {
460460
isa = PBXGroup;
461461
children = (
462-
4410D19526FF7FD60046E5F9 /* AppBoxService+CoreDataClass.h */,
463-
4410D19726FF7FD60046E5F9 /* AppBoxService+CoreDataClass.m */,
464-
4410D19626FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.h */,
465-
4410D19826FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.m */,
462+
449BD6B7282111B0008EFB2B /* AppBoxService+CoreDataClass.h */,
463+
449BD6B5282111B0008EFB2B /* AppBoxService+CoreDataClass.m */,
464+
449BD6B6282111B0008EFB2B /* AppBoxService+CoreDataProperties.h */,
465+
449BD6B4282111B0008EFB2B /* AppBoxService+CoreDataProperties.m */,
466466
DB358B54216FB1AB0080CAC0 /* Project+CoreDataClass.h */,
467467
DB358B59216FB1AB0080CAC0 /* Project+CoreDataClass.m */,
468468
DB358B5F216FB1AB0080CAC0 /* Project+CoreDataProperties.h */,
@@ -1053,7 +1053,6 @@
10531053
DBF290D71FA64A590046D5CE /* ProvisioningDetailsViewController.m in Sources */,
10541054
DB358B66216FB1AC0080CAC0 /* UploadRecord+CoreDataClass.m in Sources */,
10551055
E16018F01DEC0BC200E3A377 /* DropboxViewController.m in Sources */,
1056-
4410D19926FF7FD60046E5F9 /* AppBoxService+CoreDataClass.m in Sources */,
10571056
DB358B6E216FB1AC0080CAC0 /* ProvisioningProfile+CoreDataClass.m in Sources */,
10581057
E16437D41D743A4E00CE8B7E /* AppDelegate.m in Sources */,
10591058
DB358B6C216FB1AC0080CAC0 /* Project+CoreDataProperties.m in Sources */,
@@ -1066,6 +1065,7 @@
10661065
DB1FC5901FDEED5400179799 /* HomeWindowController.m in Sources */,
10671066
DB425C051F8A517D008CB032 /* DefaultSettings.m in Sources */,
10681067
E18186DC1E8A47C10002509F /* AccountPreferencesViewController.m in Sources */,
1068+
449BD6B9282111B0008EFB2B /* AppBoxService+CoreDataClass.m in Sources */,
10691069
E19473F5205F9FC800CF12F9 /* MSTeamsClient.m in Sources */,
10701070
E12E6D0A1D8FC77D0054814D /* DashboardViewController.m in Sources */,
10711071
E1D12EE31EC2F17B0065E59A /* ThirdPartyPreferencesViewController.m in Sources */,
@@ -1076,9 +1076,9 @@
10761076
DB53856A2083622A004BFC84 /* NSURL+URL.m in Sources */,
10771077
DB1C84412079F54E007AC74C /* NSString+String.m in Sources */,
10781078
E15C266A1D7FD5CE004243B9 /* ShowLinkViewController.m in Sources */,
1079-
4410D19A26FF7FD60046E5F9 /* AppBoxService+CoreDataProperties.m in Sources */,
10801079
E11633991E558635005EAB31 /* MobileProvision.m in Sources */,
10811080
E1902B601E1661BE00C3E0F6 /* UpdateHandler.m in Sources */,
1081+
449BD6B8282111B0008EFB2B /* AppBoxService+CoreDataProperties.m in Sources */,
10821082
E14F33341E1A64CA00C3DD34 /* NSApplication+MenuHandler.m in Sources */,
10831083
4410D18E26FF76A20046E5F9 /* DBAccountManager.m in Sources */,
10841084
E13946121DF2AFCF00B3FAD0 /* XCProject.m in Sources */,

AppBox.xcodeproj/xcshareddata/xcschemes/AppBox.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1250"
3+
LastUpgradeVersion = "1330"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)