|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 09F65D721CA30560006C87C5 /* Number.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F65D711CA30560006C87C5 /* Number.swift */; };
|
11 | 11 | 09F65D741CA30B46006C87C5 /* NumberSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F65D731CA30B46006C87C5 /* NumberSpec.swift */; };
|
12 |
| - 6BF43A0A261F2E4DFCDC3068 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38B17328A25E1B0324F1A502 /* Pods.framework */; }; |
| 12 | + 2EE68F6C5D0DE32C042A221A /* Pods_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7161EA35F6E9D537C752AF7 /* Pods_Tests.framework */; }; |
13 | 13 | D500F73F1AD3DC4700B32BEC /* PhoneNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = D500F73E1AD3DC4700B32BEC /* PhoneNumber.swift */; };
|
14 | 14 | D500F7411AD3EA4600B32BEC /* PhoneNumberSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D500F7401AD3EA4600B32BEC /* PhoneNumberSpec.swift */; };
|
15 | 15 | D503530E1B037F7300CB8C4A /* Company.swift in Sources */ = {isa = PBXBuildFile; fileRef = D503530D1B037F7300CB8C4A /* Company.swift */; };
|
|
54 | 54 | 14C136541AB784B200B7B07A /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = LICENSE.md; path = ../LICENSE.md; sourceTree = "<group>"; };
|
55 | 55 | 14C136551AB784B200B7B07A /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
56 | 56 | 38B17328A25E1B0324F1A502 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
57 |
| - CD9BA88A390D354C5A62FB27 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
| 57 | + 4EAD9A72884CE0FE325357BE /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = "<group>"; }; |
| 58 | + 69A220EE7580F74D65A7674C /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
58 | 59 | D500F73E1AD3DC4700B32BEC /* PhoneNumber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhoneNumber.swift; sourceTree = "<group>"; };
|
59 | 60 | D500F7401AD3EA4600B32BEC /* PhoneNumberSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhoneNumberSpec.swift; sourceTree = "<group>"; };
|
60 | 61 | D503530D1B037F7300CB8C4A /* Company.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Company.swift; sourceTree = "<group>"; };
|
|
87 | 88 | D5E19A091AD032A600BD1A40 /* NameSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NameSpec.swift; sourceTree = "<group>"; };
|
88 | 89 | D5E19A0B1AD0376500BD1A40 /* Team.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Team.swift; sourceTree = "<group>"; };
|
89 | 90 | D5E19A0D1AD037A400BD1A40 /* TeamSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TeamSpec.swift; sourceTree = "<group>"; };
|
90 |
| - D89F5291001233A403C41710 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
| 91 | + F7161EA35F6E9D537C752AF7 /* Pods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
91 | 92 | /* End PBXFileReference section */
|
92 | 93 |
|
93 | 94 | /* Begin PBXFrameworksBuildPhase section */
|
94 | 95 | 146D72A91AB782920058798C /* Frameworks */ = {
|
95 | 96 | isa = PBXFrameworksBuildPhase;
|
96 | 97 | buildActionMask = 2147483647;
|
97 | 98 | files = (
|
98 |
| - 6BF43A0A261F2E4DFCDC3068 /* Pods.framework in Frameworks */, |
| 99 | + 2EE68F6C5D0DE32C042A221A /* Pods_Tests.framework in Frameworks */, |
99 | 100 | );
|
100 | 101 | runOnlyForDeploymentPostprocessing = 0;
|
101 | 102 | };
|
|
110 | 111 | 14C1365B1AB784BC00B7B07A /* Source */,
|
111 | 112 | 146D72AF1AB782920058798C /* Tests */,
|
112 | 113 | 146D72941AB782920058798C /* Products */,
|
113 |
| - B3290C0630BD80DFF64DAB2E /* Pods */, |
114 | 114 | 6B9F644C3BBF5D02DCB76D82 /* Frameworks */,
|
| 115 | + 5FBE0430D5321AE83BA7B7A1 /* Pods */, |
115 | 116 | );
|
116 | 117 | indentWidth = 2;
|
117 | 118 | sourceTree = "<group>";
|
|
166 | 167 | path = ../Source;
|
167 | 168 | sourceTree = "<group>";
|
168 | 169 | };
|
169 |
| - 6B9F644C3BBF5D02DCB76D82 /* Frameworks */ = { |
| 170 | + 5FBE0430D5321AE83BA7B7A1 /* Pods */ = { |
170 | 171 | isa = PBXGroup;
|
171 | 172 | children = (
|
172 |
| - 38B17328A25E1B0324F1A502 /* Pods.framework */, |
| 173 | + 69A220EE7580F74D65A7674C /* Pods-Tests.debug.xcconfig */, |
| 174 | + 4EAD9A72884CE0FE325357BE /* Pods-Tests.release.xcconfig */, |
173 | 175 | );
|
174 |
| - name = Frameworks; |
| 176 | + name = Pods; |
175 | 177 | sourceTree = "<group>";
|
176 | 178 | };
|
177 |
| - B3290C0630BD80DFF64DAB2E /* Pods */ = { |
| 179 | + 6B9F644C3BBF5D02DCB76D82 /* Frameworks */ = { |
178 | 180 | isa = PBXGroup;
|
179 | 181 | children = (
|
180 |
| - CD9BA88A390D354C5A62FB27 /* Pods.debug.xcconfig */, |
181 |
| - D89F5291001233A403C41710 /* Pods.release.xcconfig */, |
| 182 | + 38B17328A25E1B0324F1A502 /* Pods.framework */, |
| 183 | + F7161EA35F6E9D537C752AF7 /* Pods_Tests.framework */, |
182 | 184 | );
|
183 |
| - name = Pods; |
| 185 | + name = Frameworks; |
184 | 186 | sourceTree = "<group>";
|
185 | 187 | };
|
186 | 188 | D54C05031ACF689D00B72977 /* Data */ = {
|
|
265 | 267 | isa = PBXNativeTarget;
|
266 | 268 | buildConfigurationList = 146D72B91AB782920058798C /* Build configuration list for PBXNativeTarget "Tests" */;
|
267 | 269 | buildPhases = (
|
268 |
| - 86B0AB9BF93741934BE5A22B /* Check Pods Manifest.lock */, |
| 270 | + 86B0AB9BF93741934BE5A22B /* 📦 Check Pods Manifest.lock */, |
269 | 271 | 146D72A81AB782920058798C /* Sources */,
|
270 | 272 | 146D72A91AB782920058798C /* Frameworks */,
|
271 | 273 | 146D72AA1AB782920058798C /* Resources */,
|
272 |
| - E6E566703A1EF0B51250273C /* Embed Pods Frameworks */, |
273 |
| - 8F77C1E955DC64ED295408BE /* Copy Pods Resources */, |
| 274 | + E6E566703A1EF0B51250273C /* 📦 Embed Pods Frameworks */, |
| 275 | + 8F77C1E955DC64ED295408BE /* 📦 Copy Pods Resources */, |
274 | 276 | );
|
275 | 277 | buildRules = (
|
276 | 278 | );
|
|
326 | 328 | /* End PBXResourcesBuildPhase section */
|
327 | 329 |
|
328 | 330 | /* Begin PBXShellScriptBuildPhase section */
|
329 |
| - 86B0AB9BF93741934BE5A22B /* Check Pods Manifest.lock */ = { |
| 331 | + 86B0AB9BF93741934BE5A22B /* 📦 Check Pods Manifest.lock */ = { |
330 | 332 | isa = PBXShellScriptBuildPhase;
|
331 | 333 | buildActionMask = 2147483647;
|
332 | 334 | files = (
|
333 | 335 | );
|
334 | 336 | inputPaths = (
|
335 | 337 | );
|
336 |
| - name = "Check Pods Manifest.lock"; |
| 338 | + name = "📦 Check Pods Manifest.lock"; |
337 | 339 | outputPaths = (
|
338 | 340 | );
|
339 | 341 | runOnlyForDeploymentPostprocessing = 0;
|
340 | 342 | shellPath = /bin/sh;
|
341 | 343 | shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
|
342 | 344 | showEnvVarsInLog = 0;
|
343 | 345 | };
|
344 |
| - 8F77C1E955DC64ED295408BE /* Copy Pods Resources */ = { |
| 346 | + 8F77C1E955DC64ED295408BE /* 📦 Copy Pods Resources */ = { |
345 | 347 | isa = PBXShellScriptBuildPhase;
|
346 | 348 | buildActionMask = 2147483647;
|
347 | 349 | files = (
|
348 | 350 | );
|
349 | 351 | inputPaths = (
|
350 | 352 | );
|
351 |
| - name = "Copy Pods Resources"; |
| 353 | + name = "📦 Copy Pods Resources"; |
352 | 354 | outputPaths = (
|
353 | 355 | );
|
354 | 356 | runOnlyForDeploymentPostprocessing = 0;
|
355 | 357 | shellPath = /bin/sh;
|
356 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 358 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n"; |
357 | 359 | showEnvVarsInLog = 0;
|
358 | 360 | };
|
359 |
| - E6E566703A1EF0B51250273C /* Embed Pods Frameworks */ = { |
| 361 | + E6E566703A1EF0B51250273C /* 📦 Embed Pods Frameworks */ = { |
360 | 362 | isa = PBXShellScriptBuildPhase;
|
361 | 363 | buildActionMask = 2147483647;
|
362 | 364 | files = (
|
363 | 365 | );
|
364 | 366 | inputPaths = (
|
365 | 367 | );
|
366 |
| - name = "Embed Pods Frameworks"; |
| 368 | + name = "📦 Embed Pods Frameworks"; |
367 | 369 | outputPaths = (
|
368 | 370 | );
|
369 | 371 | runOnlyForDeploymentPostprocessing = 0;
|
370 | 372 | shellPath = /bin/sh;
|
371 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
| 373 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh\"\n"; |
372 | 374 | showEnvVarsInLog = 0;
|
373 | 375 | };
|
374 | 376 | /* End PBXShellScriptBuildPhase section */
|
|
496 | 498 | };
|
497 | 499 | 146D72BA1AB782920058798C /* Debug */ = {
|
498 | 500 | isa = XCBuildConfiguration;
|
499 |
| - baseConfigurationReference = CD9BA88A390D354C5A62FB27 /* Pods.debug.xcconfig */; |
| 501 | + baseConfigurationReference = 69A220EE7580F74D65A7674C /* Pods-Tests.debug.xcconfig */; |
500 | 502 | buildSettings = {
|
501 | 503 | CLANG_ENABLE_MODULES = YES;
|
502 |
| - FRAMEWORK_SEARCH_PATHS = ( |
503 |
| - "$(SDKROOT)/Developer/Library/Frameworks", |
504 |
| - "$(inherited)", |
505 |
| - ); |
| 504 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
506 | 505 | GCC_PREPROCESSOR_DEFINITIONS = (
|
507 | 506 | "DEBUG=1",
|
508 | 507 | "$(inherited)",
|
509 | 508 | );
|
510 | 509 | INFOPLIST_FILE = Tests/Info.plist;
|
511 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 510 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)"; |
512 | 511 | PRODUCT_BUNDLE_IDENTIFIER = "com.example.$(PRODUCT_NAME:rfc1034identifier)";
|
513 | 512 | PRODUCT_NAME = "$(TARGET_NAME)";
|
514 | 513 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
517 | 516 | };
|
518 | 517 | 146D72BB1AB782920058798C /* Release */ = {
|
519 | 518 | isa = XCBuildConfiguration;
|
520 |
| - baseConfigurationReference = D89F5291001233A403C41710 /* Pods.release.xcconfig */; |
| 519 | + baseConfigurationReference = 4EAD9A72884CE0FE325357BE /* Pods-Tests.release.xcconfig */; |
521 | 520 | buildSettings = {
|
522 | 521 | CLANG_ENABLE_MODULES = YES;
|
523 |
| - FRAMEWORK_SEARCH_PATHS = ( |
524 |
| - "$(SDKROOT)/Developer/Library/Frameworks", |
525 |
| - "$(inherited)", |
526 |
| - ); |
| 522 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
527 | 523 | INFOPLIST_FILE = Tests/Info.plist;
|
528 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 524 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks $(FRAMEWORK_SEARCH_PATHS)"; |
529 | 525 | PRODUCT_BUNDLE_IDENTIFIER = "com.example.$(PRODUCT_NAME:rfc1034identifier)";
|
530 | 526 | PRODUCT_NAME = "$(TARGET_NAME)";
|
531 | 527 | };
|
|
0 commit comments