Skip to content

Commit 6257e0c

Browse files
incanus1ec5
authored andcommitted
link Contacts framework for Objective-C build needs
1 parent ab48ef3 commit 6257e0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
DA1AC0221E5C23B8006DF1D6 /* Contacts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA1AC0211E5C23B8006DF1D6 /* Contacts.framework */; };
11+
DA1AC0241E5C2425006DF1D6 /* Contacts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA1AC0231E5C2425006DF1D6 /* Contacts.framework */; };
12+
DA1AC0261E5C2436006DF1D6 /* Contacts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA1AC0251E5C2436006DF1D6 /* Contacts.framework */; };
1013
DA210BAB1CB4BE73008088FD /* ForwardGeocodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA210BAA1CB4BE73008088FD /* ForwardGeocodingTests.swift */; };
1114
DA210BAD1CB4BFF7008088FD /* forward_valid.json in Resources */ = {isa = PBXBuildFile; fileRef = DA210BAC1CB4BFF7008088FD /* forward_valid.json */; };
1215
DA210BAF1CB4C5A7008088FD /* forward_invalid.json in Resources */ = {isa = PBXBuildFile; fileRef = DA210BAE1CB4C5A7008088FD /* forward_invalid.json */; };
@@ -138,6 +141,9 @@
138141
/* End PBXCopyFilesBuildPhase section */
139142

140143
/* Begin PBXFileReference section */
144+
DA1AC0211E5C23B8006DF1D6 /* Contacts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Contacts.framework; path = System/Library/Frameworks/Contacts.framework; sourceTree = SDKROOT; };
145+
DA1AC0231E5C2425006DF1D6 /* Contacts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Contacts.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Contacts.framework; sourceTree = DEVELOPER_DIR; };
146+
DA1AC0251E5C2436006DF1D6 /* Contacts.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Contacts.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS3.1.sdk/System/Library/Frameworks/Contacts.framework; sourceTree = DEVELOPER_DIR; };
141147
DA210BAA1CB4BE73008088FD /* ForwardGeocodingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForwardGeocodingTests.swift; sourceTree = "<group>"; };
142148
DA210BAC1CB4BFF7008088FD /* forward_valid.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = forward_valid.json; sourceTree = "<group>"; };
143149
DA210BAE1CB4C5A7008088FD /* forward_invalid.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = forward_invalid.json; sourceTree = "<group>"; };
@@ -186,6 +192,7 @@
186192
isa = PBXFrameworksBuildPhase;
187193
buildActionMask = 2147483647;
188194
files = (
195+
DA1AC0241E5C2425006DF1D6 /* Contacts.framework in Frameworks */,
189196
);
190197
runOnlyForDeploymentPostprocessing = 0;
191198
};
@@ -216,6 +223,7 @@
216223
isa = PBXFrameworksBuildPhase;
217224
buildActionMask = 2147483647;
218225
files = (
226+
DA1AC0261E5C2436006DF1D6 /* Contacts.framework in Frameworks */,
219227
);
220228
runOnlyForDeploymentPostprocessing = 0;
221229
};
@@ -232,6 +240,7 @@
232240
isa = PBXFrameworksBuildPhase;
233241
buildActionMask = 2147483647;
234242
files = (
243+
DA1AC0221E5C23B8006DF1D6 /* Contacts.framework in Frameworks */,
235244
);
236245
runOnlyForDeploymentPostprocessing = 0;
237246
};
@@ -258,6 +267,9 @@
258267
DA737AF01E5999D500AD2CDE /* Frameworks */ = {
259268
isa = PBXGroup;
260269
children = (
270+
DA1AC0251E5C2436006DF1D6 /* Contacts.framework */,
271+
DA1AC0231E5C2425006DF1D6 /* Contacts.framework */,
272+
DA1AC0211E5C23B8006DF1D6 /* Contacts.framework */,
261273
DA737AFC1E599BB300AD2CDE /* OHHTTPStubs.framework */,
262274
DA737AFF1E599BD400AD2CDE /* OHHTTPStubs.framework.dSYM */,
263275
DA737AFA1E599B9D00AD2CDE /* OHHTTPStubs.framework */,

0 commit comments

Comments
 (0)