Skip to content

Commit 22d2c60

Browse files
committed
Update xcodeproj
1 parent f1a836c commit 22d2c60

File tree

6 files changed

+28
-56
lines changed

6 files changed

+28
-56
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "mxcl/PromiseKit" "6.3.3"
1+
github "mxcl/PromiseKit" "6.3.4"

PMKCoreLocation.xcodeproj/project.pbxproj renamed to PMKHomeKit.xcodeproj/project.pbxproj

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
63199F161D5FF7B9007E8A0E /* CLGeocoderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63199F141D5FF7B9007E8A0E /* CLGeocoderTests.swift */; };
1717
63199F171D5FF7B9007E8A0E /* CLLocationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63199F151D5FF7B9007E8A0E /* CLLocationManagerTests.swift */; };
1818
6358AB7A1D5D4B6700B9B157 /* PMKCoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6358AB791D5D4B6700B9B157 /* PMKCoreLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
19-
63C7FFF71D5C020D003BAE60 /* PMKCoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63C7FFA71D5BEE09003BAE60 /* PMKCoreLocation.framework */; };
19+
63C7FFF71D5C020D003BAE60 /* PMKHomeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63C7FFA71D5BEE09003BAE60 /* PMKHomeKit.framework */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXContainerItemProxy section */
@@ -40,8 +40,8 @@
4040
63199F151D5FF7B9007E8A0E /* CLLocationManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CLLocationManagerTests.swift; path = Tests/CLLocationManagerTests.swift; sourceTree = SOURCE_ROOT; };
4141
6358AB791D5D4B6700B9B157 /* PMKCoreLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PMKCoreLocation.h; path = Sources/PMKCoreLocation.h; sourceTree = SOURCE_ROOT; };
4242
63C700091D5C0253003BAE60 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
43-
63C7FFA71D5BEE09003BAE60 /* PMKCoreLocation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PMKCoreLocation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
44-
63C7FFF21D5C020D003BAE60 /* PMKCLTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PMKCLTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
43+
63C7FFA71D5BEE09003BAE60 /* PMKHomeKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PMKHomeKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
44+
63C7FFF21D5C020D003BAE60 /* PMKHKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PMKHKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4545
63CCF8121D5C0C4E00503216 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
4646
63CCF8171D5C11B500503216 /* Carthage.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Carthage.xcconfig; sourceTree = "<group>"; };
4747
/* End PBXFileReference section */
@@ -58,7 +58,7 @@
5858
isa = PBXFrameworksBuildPhase;
5959
buildActionMask = 2147483647;
6060
files = (
61-
63C7FFF71D5C020D003BAE60 /* PMKCoreLocation.framework in Frameworks */,
61+
63C7FFF71D5C020D003BAE60 /* PMKHomeKit.framework in Frameworks */,
6262
);
6363
runOnlyForDeploymentPostprocessing = 0;
6464
};
@@ -80,8 +80,8 @@
8080
63C7FFA81D5BEE09003BAE60 /* Products */ = {
8181
isa = PBXGroup;
8282
children = (
83-
63C7FFA71D5BEE09003BAE60 /* PMKCoreLocation.framework */,
84-
63C7FFF21D5C020D003BAE60 /* PMKCLTests.xctest */,
83+
63C7FFA71D5BEE09003BAE60 /* PMKHomeKit.framework */,
84+
63C7FFF21D5C020D003BAE60 /* PMKHKTests.xctest */,
8585
);
8686
name = Products;
8787
sourceTree = "<group>";
@@ -125,9 +125,9 @@
125125
/* End PBXHeadersBuildPhase section */
126126

127127
/* Begin PBXNativeTarget section */
128-
63C7FFA61D5BEE09003BAE60 /* PMKCoreLocation */ = {
128+
63C7FFA61D5BEE09003BAE60 /* PMKHomeKit */ = {
129129
isa = PBXNativeTarget;
130-
buildConfigurationList = 63C7FFAF1D5BEE09003BAE60 /* Build configuration list for PBXNativeTarget "PMKCoreLocation" */;
130+
buildConfigurationList = 63C7FFAF1D5BEE09003BAE60 /* Build configuration list for PBXNativeTarget "PMKHomeKit" */;
131131
buildPhases = (
132132
63C7FFA21D5BEE09003BAE60 /* Sources */,
133133
63C7FFA31D5BEE09003BAE60 /* Frameworks */,
@@ -137,14 +137,14 @@
137137
);
138138
dependencies = (
139139
);
140-
name = PMKCoreLocation;
140+
name = PMKHomeKit;
141141
productName = "PMK+UIKit";
142-
productReference = 63C7FFA71D5BEE09003BAE60 /* PMKCoreLocation.framework */;
142+
productReference = 63C7FFA71D5BEE09003BAE60 /* PMKHomeKit.framework */;
143143
productType = "com.apple.product-type.framework";
144144
};
145-
63C7FFF11D5C020D003BAE60 /* PMKCLTests */ = {
145+
63C7FFF11D5C020D003BAE60 /* PMKHKTests */ = {
146146
isa = PBXNativeTarget;
147-
buildConfigurationList = 63C7FFFA1D5C020D003BAE60 /* Build configuration list for PBXNativeTarget "PMKCLTests" */;
147+
buildConfigurationList = 63C7FFFA1D5C020D003BAE60 /* Build configuration list for PBXNativeTarget "PMKHKTests" */;
148148
buildPhases = (
149149
63C7FFEE1D5C020D003BAE60 /* Sources */,
150150
63C7FFEF1D5C020D003BAE60 /* Frameworks */,
@@ -155,9 +155,9 @@
155155
dependencies = (
156156
63C7FFF91D5C020D003BAE60 /* PBXTargetDependency */,
157157
);
158-
name = PMKCLTests;
158+
name = PMKHKTests;
159159
productName = PMKTests/NS;
160-
productReference = 63C7FFF21D5C020D003BAE60 /* PMKCLTests.xctest */;
160+
productReference = 63C7FFF21D5C020D003BAE60 /* PMKHKTests.xctest */;
161161
productType = "com.apple.product-type.bundle.unit-test";
162162
};
163163
/* End PBXNativeTarget section */
@@ -182,7 +182,7 @@
182182
};
183183
};
184184
};
185-
buildConfigurationList = 63C7FFA11D5BEE09003BAE60 /* Build configuration list for PBXProject "PMKCoreLocation" */;
185+
buildConfigurationList = 63C7FFA11D5BEE09003BAE60 /* Build configuration list for PBXProject "PMKHomeKit" */;
186186
compatibilityVersion = "Xcode 3.2";
187187
developmentRegion = English;
188188
hasScannedForEncodings = 0;
@@ -194,8 +194,8 @@
194194
projectDirPath = "";
195195
projectRoot = "";
196196
targets = (
197-
63C7FFA61D5BEE09003BAE60 /* PMKCoreLocation */,
198-
63C7FFF11D5C020D003BAE60 /* PMKCLTests */,
197+
63C7FFA61D5BEE09003BAE60 /* PMKHomeKit */,
198+
63C7FFF11D5C020D003BAE60 /* PMKHKTests */,
199199
);
200200
};
201201
/* End PBXProject section */
@@ -244,7 +244,7 @@
244244
/* Begin PBXTargetDependency section */
245245
63C7FFF91D5C020D003BAE60 /* PBXTargetDependency */ = {
246246
isa = PBXTargetDependency;
247-
target = 63C7FFA61D5BEE09003BAE60 /* PMKCoreLocation */;
247+
target = 63C7FFA61D5BEE09003BAE60 /* PMKHomeKit */;
248248
targetProxy = 63C7FFF81D5C020D003BAE60 /* PBXContainerItemProxy */;
249249
};
250250
/* End PBXTargetDependency section */
@@ -440,7 +440,7 @@
440440
/* End XCBuildConfiguration section */
441441

442442
/* Begin XCConfigurationList section */
443-
63C7FFA11D5BEE09003BAE60 /* Build configuration list for PBXProject "PMKCoreLocation" */ = {
443+
63C7FFA11D5BEE09003BAE60 /* Build configuration list for PBXProject "PMKHomeKit" */ = {
444444
isa = XCConfigurationList;
445445
buildConfigurations = (
446446
63C7FFAD1D5BEE09003BAE60 /* Debug */,
@@ -449,7 +449,7 @@
449449
defaultConfigurationIsVisible = 0;
450450
defaultConfigurationName = Release;
451451
};
452-
63C7FFAF1D5BEE09003BAE60 /* Build configuration list for PBXNativeTarget "PMKCoreLocation" */ = {
452+
63C7FFAF1D5BEE09003BAE60 /* Build configuration list for PBXNativeTarget "PMKHomeKit" */ = {
453453
isa = XCConfigurationList;
454454
buildConfigurations = (
455455
63C7FFB01D5BEE09003BAE60 /* Debug */,
@@ -458,7 +458,7 @@
458458
defaultConfigurationIsVisible = 0;
459459
defaultConfigurationName = Release;
460460
};
461-
63C7FFFA1D5C020D003BAE60 /* Build configuration list for PBXNativeTarget "PMKCLTests" */ = {
461+
63C7FFFA1D5C020D003BAE60 /* Build configuration list for PBXNativeTarget "PMKHKTests" */ = {
462462
isa = XCConfigurationList;
463463
buildConfigurations = (
464464
63C7FFFB1D5C020D003BAE60 /* Debug */,

PMKCoreLocation.xcodeproj/xcshareddata/xcschemes/PMKCoreLocation.xcscheme renamed to PMKHomeKit.xcodeproj/xcshareddata/xcschemes/PMKHomeKit.xcscheme

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "63C7FFA61D5BEE09003BAE60"
18-
BuildableName = "PMKCoreLocation.framework"
19-
BlueprintName = "PMKCoreLocation"
20-
ReferencedContainer = "container:PMKCoreLocation.xcodeproj">
18+
BuildableName = "PMKHomeKit.framework"
19+
BlueprintName = "PMKHomeKit"
20+
ReferencedContainer = "container:PMKHomeKit.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
<BuildActionEntry
@@ -29,9 +29,9 @@
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
3131
BlueprintIdentifier = "63C7FFF11D5C020D003BAE60"
32-
BuildableName = "PMKCLTests.xctest"
33-
BlueprintName = "PMKCLTests"
34-
ReferencedContainer = "container:PMKCoreLocation.xcodeproj">
32+
BuildableName = "PMKHKTests.xctest"
33+
BlueprintName = "PMKHKTests"
34+
ReferencedContainer = "container:PMKHomeKit.xcodeproj">
3535
</BuildableReference>
3636
</BuildActionEntry>
3737
</BuildActionEntries>
@@ -42,16 +42,6 @@
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
45-
<TestableReference
46-
skipped = "NO">
47-
<BuildableReference
48-
BuildableIdentifier = "primary"
49-
BlueprintIdentifier = "63C7FFF11D5C020D003BAE60"
50-
BuildableName = "PMKCLTests.xctest"
51-
BlueprintName = "PMKCLTests"
52-
ReferencedContainer = "container:PMKCoreLocation.xcodeproj">
53-
</BuildableReference>
54-
</TestableReference>
5545
</Testables>
5646
<MacroExpansion>
5747
<BuildableReference
@@ -75,15 +65,6 @@
7565
debugDocumentVersioning = "YES"
7666
debugServiceExtension = "internal"
7767
allowLocationSimulation = "YES">
78-
<MacroExpansion>
79-
<BuildableReference
80-
BuildableIdentifier = "primary"
81-
BlueprintIdentifier = "63C7FFA61D5BEE09003BAE60"
82-
BuildableName = "PMKCoreLocation.framework"
83-
BlueprintName = "PMKCoreLocation"
84-
ReferencedContainer = "container:PMKCoreLocation.xcodeproj">
85-
</BuildableReference>
86-
</MacroExpansion>
8768
<AdditionalOptions>
8869
</AdditionalOptions>
8970
</LaunchAction>
@@ -93,15 +74,6 @@
9374
savedToolIdentifier = ""
9475
useCustomWorkingDirectory = "NO"
9576
debugDocumentVersioning = "YES">
96-
<MacroExpansion>
97-
<BuildableReference
98-
BuildableIdentifier = "primary"
99-
BlueprintIdentifier = "63C7FFA61D5BEE09003BAE60"
100-
BuildableName = "PMKCoreLocation.framework"
101-
BlueprintName = "PMKCoreLocation"
102-
ReferencedContainer = "container:PMKCoreLocation.xcodeproj">
103-
</BuildableReference>
104-
</MacroExpansion>
10577
</ProfileAction>
10678
<AnalyzeAction
10779
buildConfiguration = "Debug">

0 commit comments

Comments
 (0)