Skip to content

Commit d987cc7

Browse files
committed
Support for watchOS
1 parent e054998 commit d987cc7

File tree

2 files changed

+264
-0
lines changed

2 files changed

+264
-0
lines changed

CoreDataQueryInterface.xcodeproj/project.pbxproj

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,40 @@
167167
F3E6B5511B2BFCA500F735EE /* FilterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E6B54F1B2BFCA500F735EE /* FilterTests.swift */; };
168168
F3E6B5531B2C01CC00F735EE /* OrderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E6B5521B2C01CC00F735EE /* OrderTests.swift */; };
169169
F3E6B5541B2C01CC00F735EE /* OrderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E6B5521B2C01CC00F735EE /* OrderTests.swift */; };
170+
F3F1BC561CD0020100F9072D /* CoreDataQueryInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F1BC551CD0020100F9072D /* CoreDataQueryInterface.h */; settings = {ATTRIBUTES = (Public, ); }; };
171+
F3F1BC5B1CD0025700F9072D /* Aggregable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F33863971C322BDB00818352 /* Aggregable.swift */; };
172+
F3F1BC5C1CD0025700F9072D /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37A46EF1B2BD61700D4EE61 /* Attribute.swift */; };
173+
F3F1BC5D1CD0025700F9072D /* BooleanAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD37B1CB01D1600FB2EF8 /* BooleanAttribute.swift */; };
174+
F3F1BC5E1CD0025700F9072D /* Count.swift in Sources */ = {isa = PBXBuildFile; fileRef = F379BB001C3470FA001BC25B /* Count.swift */; };
175+
F3F1BC5F1CD0025700F9072D /* CustomExpressionConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = F33863921C322AFE00818352 /* CustomExpressionConvertible.swift */; };
176+
F3F1BC601CD0025700F9072D /* CustomPropertyConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = F33863A11C322DB700818352 /* CustomPropertyConvertible.swift */; };
177+
F3F1BC611CD0025700F9072D /* CustomSortDescriptorConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = F367DE2F1B2D6149009C1020 /* CustomSortDescriptorConvertible.swift */; };
178+
F3F1BC621CD0025700F9072D /* DataAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD3761CB01C5300FB2EF8 /* DataAttribute.swift */; };
179+
F3F1BC631CD0025700F9072D /* DateAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD3711CB01BC300FB2EF8 /* DateAttribute.swift */; };
180+
F3F1BC641CD0025700F9072D /* EntityAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38B43031CB04AFE0028E515 /* EntityAttribute.swift */; };
181+
F3F1BC651CD0025700F9072D /* EntityQuery.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABBC1B2BA9DA002A8A85 /* EntityQuery.swift */; };
182+
F3F1BC661CD0025700F9072D /* EntityType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3158D1B1B2A91040041B125 /* EntityType.swift */; };
183+
F3F1BC671CD0025700F9072D /* Executing.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABDA1B2BC15C002A8A85 /* Executing.swift */; };
184+
F3F1BC681CD0025700F9072D /* ExpressionQuery.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABC11B2BAC28002A8A85 /* ExpressionQuery.swift */; };
185+
F3F1BC691CD0025700F9072D /* ExpressionQueryType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABCB1B2BBB15002A8A85 /* ExpressionQueryType.swift */; };
186+
F3F1BC6A1CD0025700F9072D /* Filtering.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABD01B2BC122002A8A85 /* Filtering.swift */; };
187+
F3F1BC6B1CD0025700F9072D /* Grouping.swift in Sources */ = {isa = PBXBuildFile; fileRef = F34E749D1B2E576000FAA04A /* Grouping.swift */; };
188+
F3F1BC6C1CD0025700F9072D /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = F335F5D21CB2CE370044A826 /* Logger.swift */; };
189+
F3F1BC6D1CD0025700F9072D /* ManagedObjectContextType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABEA1B2BC4CB002A8A85 /* ManagedObjectContextType.swift */; };
190+
F3F1BC6E1CD0025700F9072D /* ManagedObjectIDQuery.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABE41B2BC2E7002A8A85 /* ManagedObjectIDQuery.swift */; };
191+
F3F1BC6F1CD0025700F9072D /* NSManagedObjectID.swift in Sources */ = {isa = PBXBuildFile; fileRef = F39E485C1CB0208F00A60255 /* NSManagedObjectID.swift */; };
192+
F3F1BC701CD0025700F9072D /* Null.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD36C1CB0160400FB2EF8 /* Null.swift */; };
193+
F3F1BC711CD0025700F9072D /* NumericAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD3801CB01D3C00FB2EF8 /* NumericAttribute.swift */; };
194+
F3F1BC721CD0025700F9072D /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3754CCA1B35FBE5004B46B3 /* Operators.swift */; };
195+
F3F1BC731CD0025700F9072D /* Ordering.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABD51B2BC14A002A8A85 /* Ordering.swift */; };
196+
F3F1BC741CD0025700F9072D /* Predicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37A46F41B2BD77900D4EE61 /* Predicate.swift */; };
197+
F3F1BC751CD0025700F9072D /* PredicateBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35DD3671CAF8BC400FB2EF8 /* PredicateBuilder.swift */; };
198+
F3F1BC761CD0025700F9072D /* PredicateComparable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AE4B181CC960F100AAEE1D /* PredicateComparable.swift */; };
199+
F3F1BC771CD0025700F9072D /* QueryBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABB71B2BA8BA002A8A85 /* QueryBuilder.swift */; };
200+
F3F1BC781CD0025700F9072D /* QueryType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABC61B2BB80E002A8A85 /* QueryType.swift */; };
201+
F3F1BC791CD0025700F9072D /* Selecting.swift in Sources */ = {isa = PBXBuildFile; fileRef = F371ABDF1B2BC1F7002A8A85 /* Selecting.swift */; };
202+
F3F1BC7A1CD0025700F9072D /* StringAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E4918DE1CAF6F1200DFB3C8 /* StringAttribute.swift */; };
203+
F3F1BC7B1CD0025700F9072D /* TypedExpressionConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EC22BBE1CAA37D500642BB6 /* TypedExpressionConvertible.swift */; };
170204
F3FE7AD11B2B87CF00AA5845 /* SanityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F37C46B11B2A780200B35B1B /* SanityTests.swift */; };
171205
/* End PBXBuildFile section */
172206

@@ -259,6 +293,9 @@
259293
F3DEBD9F1B40FCCD00EE1382 /* bin */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bin; sourceTree = "<group>"; };
260294
F3E6B54F1B2BFCA500F735EE /* FilterTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FilterTests.swift; sourceTree = "<group>"; };
261295
F3E6B5521B2C01CC00F735EE /* OrderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OrderTests.swift; sourceTree = "<group>"; };
296+
F3F1BC531CD0020100F9072D /* CoreDataQueryInterface.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreDataQueryInterface.framework; sourceTree = BUILT_PRODUCTS_DIR; };
297+
F3F1BC551CD0020100F9072D /* CoreDataQueryInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreDataQueryInterface.h; sourceTree = "<group>"; };
298+
F3F1BC571CD0020100F9072D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
262299
/* End PBXFileReference section */
263300

264301
/* Begin PBXFrameworksBuildPhase section */
@@ -307,6 +344,13 @@
307344
);
308345
runOnlyForDeploymentPostprocessing = 0;
309346
};
347+
F3F1BC4F1CD0020100F9072D /* Frameworks */ = {
348+
isa = PBXFrameworksBuildPhase;
349+
buildActionMask = 2147483647;
350+
files = (
351+
);
352+
runOnlyForDeploymentPostprocessing = 0;
353+
};
310354
/* End PBXFrameworksBuildPhase section */
311355

312356
/* Begin PBXGroup section */
@@ -387,6 +431,7 @@
387431
F356831B1B43AC040089F0A0 /* README.md */,
388432
F37C46A41B2A780200B35B1B /* CoreDataQueryInterface */,
389433
F37C46B01B2A780200B35B1B /* CoreDataQueryInterfaceTests */,
434+
F3F1BC541CD0020100F9072D /* CoreDataQueryInterface */,
390435
F37C46A31B2A780200B35B1B /* Products */,
391436
F3DEBD9F1B40FCCD00EE1382 /* bin */,
392437
);
@@ -401,6 +446,7 @@
401446
F30D1CD31B2A891100AF80A1 /* CoreDataQueryInterfaceOSXTests.xctest */,
402447
F356DC2B1CCFFF4C00BF0907 /* CoreDataQueryInterface.framework */,
403448
F356DC341CCFFF4C00BF0907 /* CoreDataQueryInterfacetvOSTests.xctest */,
449+
F3F1BC531CD0020100F9072D /* CoreDataQueryInterface.framework */,
404450
);
405451
name = Products;
406452
sourceTree = "<group>";
@@ -428,6 +474,15 @@
428474
path = CoreDataQueryInterfaceTests;
429475
sourceTree = "<group>";
430476
};
477+
F3F1BC541CD0020100F9072D /* CoreDataQueryInterface */ = {
478+
isa = PBXGroup;
479+
children = (
480+
F3F1BC551CD0020100F9072D /* CoreDataQueryInterface.h */,
481+
F3F1BC571CD0020100F9072D /* Info.plist */,
482+
);
483+
path = CoreDataQueryInterface;
484+
sourceTree = "<group>";
485+
};
431486
/* End PBXGroup section */
432487

433488
/* Begin PBXHeadersBuildPhase section */
@@ -454,6 +509,14 @@
454509
);
455510
runOnlyForDeploymentPostprocessing = 0;
456511
};
512+
F3F1BC501CD0020100F9072D /* Headers */ = {
513+
isa = PBXHeadersBuildPhase;
514+
buildActionMask = 2147483647;
515+
files = (
516+
F3F1BC561CD0020100F9072D /* CoreDataQueryInterface.h in Headers */,
517+
);
518+
runOnlyForDeploymentPostprocessing = 0;
519+
};
457520
/* End PBXHeadersBuildPhase section */
458521

459522
/* Begin PBXNativeTarget section */
@@ -565,6 +628,24 @@
565628
productReference = F37C46AC1B2A780200B35B1B /* CoreDataQueryInterfaceiOSTests.xctest */;
566629
productType = "com.apple.product-type.bundle.unit-test";
567630
};
631+
F3F1BC521CD0020100F9072D /* CoreDataQueryInterfacewatchOS */ = {
632+
isa = PBXNativeTarget;
633+
buildConfigurationList = F3F1BC5A1CD0020100F9072D /* Build configuration list for PBXNativeTarget "CoreDataQueryInterfacewatchOS" */;
634+
buildPhases = (
635+
F3F1BC4E1CD0020100F9072D /* Sources */,
636+
F3F1BC4F1CD0020100F9072D /* Frameworks */,
637+
F3F1BC501CD0020100F9072D /* Headers */,
638+
F3F1BC511CD0020100F9072D /* Resources */,
639+
);
640+
buildRules = (
641+
);
642+
dependencies = (
643+
);
644+
name = CoreDataQueryInterfacewatchOS;
645+
productName = CoreDataQueryInterface;
646+
productReference = F3F1BC531CD0020100F9072D /* CoreDataQueryInterface.framework */;
647+
productType = "com.apple.product-type.framework";
648+
};
568649
/* End PBXNativeTarget section */
569650

570651
/* Begin PBXProject section */
@@ -593,6 +674,9 @@
593674
F37C46AB1B2A780200B35B1B = {
594675
CreatedOnToolsVersion = 7.0;
595676
};
677+
F3F1BC521CD0020100F9072D = {
678+
CreatedOnToolsVersion = 7.3;
679+
};
596680
};
597681
};
598682
buildConfigurationList = F37C469C1B2A780200B35B1B /* Build configuration list for PBXProject "CoreDataQueryInterface" */;
@@ -613,6 +697,7 @@
613697
F30D1CD21B2A891100AF80A1 /* CoreDataQueryInterfaceOSXTests */,
614698
F356DC2A1CCFFF4C00BF0907 /* CoreDataQueryInterfacetvOS */,
615699
F356DC331CCFFF4C00BF0907 /* CoreDataQueryInterfacetvOSTests */,
700+
F3F1BC521CD0020100F9072D /* CoreDataQueryInterfacewatchOS */,
616701
);
617702
};
618703
/* End PBXProject section */
@@ -663,6 +748,13 @@
663748
);
664749
runOnlyForDeploymentPostprocessing = 0;
665750
};
751+
F3F1BC511CD0020100F9072D /* Resources */ = {
752+
isa = PBXResourcesBuildPhase;
753+
buildActionMask = 2147483647;
754+
files = (
755+
);
756+
runOnlyForDeploymentPostprocessing = 0;
757+
};
666758
/* End PBXResourcesBuildPhase section */
667759

668760
/* Begin PBXSourcesBuildPhase section */
@@ -861,6 +953,46 @@
861953
);
862954
runOnlyForDeploymentPostprocessing = 0;
863955
};
956+
F3F1BC4E1CD0020100F9072D /* Sources */ = {
957+
isa = PBXSourcesBuildPhase;
958+
buildActionMask = 2147483647;
959+
files = (
960+
F3F1BC5F1CD0025700F9072D /* CustomExpressionConvertible.swift in Sources */,
961+
F3F1BC741CD0025700F9072D /* Predicate.swift in Sources */,
962+
F3F1BC601CD0025700F9072D /* CustomPropertyConvertible.swift in Sources */,
963+
F3F1BC7B1CD0025700F9072D /* TypedExpressionConvertible.swift in Sources */,
964+
F3F1BC651CD0025700F9072D /* EntityQuery.swift in Sources */,
965+
F3F1BC5C1CD0025700F9072D /* Attribute.swift in Sources */,
966+
F3F1BC671CD0025700F9072D /* Executing.swift in Sources */,
967+
F3F1BC5D1CD0025700F9072D /* BooleanAttribute.swift in Sources */,
968+
F3F1BC701CD0025700F9072D /* Null.swift in Sources */,
969+
F3F1BC731CD0025700F9072D /* Ordering.swift in Sources */,
970+
F3F1BC621CD0025700F9072D /* DataAttribute.swift in Sources */,
971+
F3F1BC661CD0025700F9072D /* EntityType.swift in Sources */,
972+
F3F1BC761CD0025700F9072D /* PredicateComparable.swift in Sources */,
973+
F3F1BC6F1CD0025700F9072D /* NSManagedObjectID.swift in Sources */,
974+
F3F1BC711CD0025700F9072D /* NumericAttribute.swift in Sources */,
975+
F3F1BC791CD0025700F9072D /* Selecting.swift in Sources */,
976+
F3F1BC6E1CD0025700F9072D /* ManagedObjectIDQuery.swift in Sources */,
977+
F3F1BC5B1CD0025700F9072D /* Aggregable.swift in Sources */,
978+
F3F1BC611CD0025700F9072D /* CustomSortDescriptorConvertible.swift in Sources */,
979+
F3F1BC631CD0025700F9072D /* DateAttribute.swift in Sources */,
980+
F3F1BC771CD0025700F9072D /* QueryBuilder.swift in Sources */,
981+
F3F1BC5E1CD0025700F9072D /* Count.swift in Sources */,
982+
F3F1BC751CD0025700F9072D /* PredicateBuilder.swift in Sources */,
983+
F3F1BC691CD0025700F9072D /* ExpressionQueryType.swift in Sources */,
984+
F3F1BC781CD0025700F9072D /* QueryType.swift in Sources */,
985+
F3F1BC721CD0025700F9072D /* Operators.swift in Sources */,
986+
F3F1BC6D1CD0025700F9072D /* ManagedObjectContextType.swift in Sources */,
987+
F3F1BC6C1CD0025700F9072D /* Logger.swift in Sources */,
988+
F3F1BC7A1CD0025700F9072D /* StringAttribute.swift in Sources */,
989+
F3F1BC681CD0025700F9072D /* ExpressionQuery.swift in Sources */,
990+
F3F1BC6A1CD0025700F9072D /* Filtering.swift in Sources */,
991+
F3F1BC641CD0025700F9072D /* EntityAttribute.swift in Sources */,
992+
F3F1BC6B1CD0025700F9072D /* Grouping.swift in Sources */,
993+
);
994+
runOnlyForDeploymentPostprocessing = 0;
995+
};
864996
/* End PBXSourcesBuildPhase section */
865997

866998
/* Begin PBXTargetDependency section */
@@ -1173,6 +1305,48 @@
11731305
};
11741306
name = Release;
11751307
};
1308+
F3F1BC581CD0020100F9072D /* Debug */ = {
1309+
isa = XCBuildConfiguration;
1310+
buildSettings = {
1311+
APPLICATION_EXTENSION_API_ONLY = YES;
1312+
CLANG_ANALYZER_NONNULL = YES;
1313+
DEFINES_MODULE = YES;
1314+
DYLIB_COMPATIBILITY_VERSION = 1;
1315+
DYLIB_CURRENT_VERSION = 1;
1316+
DYLIB_INSTALL_NAME_BASE = "@rpath";
1317+
INFOPLIST_FILE = CoreDataQueryInterface/Info.plist;
1318+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1319+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1320+
PRODUCT_BUNDLE_IDENTIFIER = com.prosumma.CoreDataQueryInterface;
1321+
PRODUCT_NAME = CoreDataQueryInterface;
1322+
SDKROOT = watchos;
1323+
SKIP_INSTALL = YES;
1324+
TARGETED_DEVICE_FAMILY = 4;
1325+
WATCHOS_DEPLOYMENT_TARGET = 2.2;
1326+
};
1327+
name = Debug;
1328+
};
1329+
F3F1BC591CD0020100F9072D /* Release */ = {
1330+
isa = XCBuildConfiguration;
1331+
buildSettings = {
1332+
APPLICATION_EXTENSION_API_ONLY = YES;
1333+
CLANG_ANALYZER_NONNULL = YES;
1334+
DEFINES_MODULE = YES;
1335+
DYLIB_COMPATIBILITY_VERSION = 1;
1336+
DYLIB_CURRENT_VERSION = 1;
1337+
DYLIB_INSTALL_NAME_BASE = "@rpath";
1338+
INFOPLIST_FILE = CoreDataQueryInterface/Info.plist;
1339+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
1340+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1341+
PRODUCT_BUNDLE_IDENTIFIER = com.prosumma.CoreDataQueryInterface;
1342+
PRODUCT_NAME = CoreDataQueryInterface;
1343+
SDKROOT = watchos;
1344+
SKIP_INSTALL = YES;
1345+
TARGETED_DEVICE_FAMILY = 4;
1346+
WATCHOS_DEPLOYMENT_TARGET = 2.2;
1347+
};
1348+
name = Release;
1349+
};
11761350
/* End XCBuildConfiguration section */
11771351

11781352
/* Begin XCConfigurationList section */
@@ -1201,6 +1375,7 @@
12011375
F356DC3D1CCFFF4C00BF0907 /* Release */,
12021376
);
12031377
defaultConfigurationIsVisible = 0;
1378+
defaultConfigurationName = Release;
12041379
};
12051380
F356DC411CCFFF4C00BF0907 /* Build configuration list for PBXNativeTarget "CoreDataQueryInterfacetvOSTests" */ = {
12061381
isa = XCConfigurationList;
@@ -1209,6 +1384,7 @@
12091384
F356DC3F1CCFFF4C00BF0907 /* Release */,
12101385
);
12111386
defaultConfigurationIsVisible = 0;
1387+
defaultConfigurationName = Release;
12121388
};
12131389
F37C469C1B2A780200B35B1B /* Build configuration list for PBXProject "CoreDataQueryInterface" */ = {
12141390
isa = XCConfigurationList;
@@ -1237,6 +1413,14 @@
12371413
defaultConfigurationIsVisible = 0;
12381414
defaultConfigurationName = Release;
12391415
};
1416+
F3F1BC5A1CD0020100F9072D /* Build configuration list for PBXNativeTarget "CoreDataQueryInterfacewatchOS" */ = {
1417+
isa = XCConfigurationList;
1418+
buildConfigurations = (
1419+
F3F1BC581CD0020100F9072D /* Debug */,
1420+
F3F1BC591CD0020100F9072D /* Release */,
1421+
);
1422+
defaultConfigurationIsVisible = 0;
1423+
};
12401424
/* End XCConfigurationList section */
12411425

12421426
/* Begin XCVersionGroup section */
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0730"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "F3F1BC521CD0020100F9072D"
18+
BuildableName = "CoreDataQueryInterfacewatchOS.framework"
19+
BlueprintName = "CoreDataQueryInterfacewatchOS"
20+
ReferencedContainer = "container:CoreDataQueryInterface.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<AdditionalOptions>
33+
</AdditionalOptions>
34+
</TestAction>
35+
<LaunchAction
36+
buildConfiguration = "Debug"
37+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
38+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
39+
launchStyle = "0"
40+
useCustomWorkingDirectory = "NO"
41+
ignoresPersistentStateOnLaunch = "NO"
42+
debugDocumentVersioning = "YES"
43+
debugServiceExtension = "internal"
44+
allowLocationSimulation = "YES">
45+
<MacroExpansion>
46+
<BuildableReference
47+
BuildableIdentifier = "primary"
48+
BlueprintIdentifier = "F3F1BC521CD0020100F9072D"
49+
BuildableName = "CoreDataQueryInterfacewatchOS.framework"
50+
BlueprintName = "CoreDataQueryInterfacewatchOS"
51+
ReferencedContainer = "container:CoreDataQueryInterface.xcodeproj">
52+
</BuildableReference>
53+
</MacroExpansion>
54+
<AdditionalOptions>
55+
</AdditionalOptions>
56+
</LaunchAction>
57+
<ProfileAction
58+
buildConfiguration = "Release"
59+
shouldUseLaunchSchemeArgsEnv = "YES"
60+
savedToolIdentifier = ""
61+
useCustomWorkingDirectory = "NO"
62+
debugDocumentVersioning = "YES">
63+
<MacroExpansion>
64+
<BuildableReference
65+
BuildableIdentifier = "primary"
66+
BlueprintIdentifier = "F3F1BC521CD0020100F9072D"
67+
BuildableName = "CoreDataQueryInterfacewatchOS.framework"
68+
BlueprintName = "CoreDataQueryInterfacewatchOS"
69+
ReferencedContainer = "container:CoreDataQueryInterface.xcodeproj">
70+
</BuildableReference>
71+
</MacroExpansion>
72+
</ProfileAction>
73+
<AnalyzeAction
74+
buildConfiguration = "Debug">
75+
</AnalyzeAction>
76+
<ArchiveAction
77+
buildConfiguration = "Release"
78+
revealArchiveInOrganizer = "YES">
79+
</ArchiveAction>
80+
</Scheme>

0 commit comments

Comments
 (0)