|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 145E8E5A1BFC022100307881 /* ContactCell.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68D081BF0DC6F00A388DF /* ContactCell.m */; }; |
| 11 | + 145E8E5B1BFC022100307881 /* UIColor+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68D031BF0D64100A388DF /* UIColor+Utils.m */; }; |
| 12 | + 145E8E5C1BFC022100307881 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68CDC1BF0CF3E00A388DF /* AppDelegate.m */; }; |
| 13 | + 145E8E5D1BFC022100307881 /* ContactsListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68CDF1BF0CF3E00A388DF /* ContactsListViewController.m */; }; |
| 14 | + 145E8E5E1BFC022100307881 /* EditContactDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDAF42051BF1EB09008D6FC4 /* EditContactDetailsViewController.m */; }; |
| 15 | + 145E8E5F1BFC022100307881 /* Contact.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68D0D1BF0E1A200A388DF /* Contact.m */; }; |
| 16 | + 145E8E601BFC022100307881 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68CD91BF0CF3E00A388DF /* main.m */; }; |
| 17 | + 145E8E611BFC022100307881 /* ContactDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68CE21BF0CF3E00A388DF /* ContactDetailsViewController.m */; }; |
| 18 | + 145E8E641BFC022100307881 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CDE68CE41BF0CF3E00A388DF /* Main.storyboard */; }; |
| 19 | + 145E8E651BFC022100307881 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CDE68CE91BF0CF3E00A388DF /* LaunchScreen.xib */; }; |
| 20 | + 145E8E661BFC022100307881 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CDE68CE71BF0CF3E00A388DF /* Images.xcassets */; }; |
| 21 | + 145E8E6D1BFC03FF00307881 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 145E8E6C1BFC03FF00307881 /* CFNetwork.framework */; }; |
| 22 | + 145E8E701BFC047100307881 /* calabash.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 145E8E6E1BFC046500307881 /* calabash.framework */; }; |
10 | 23 | CDAF42061BF1EB09008D6FC4 /* EditContactDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDAF42051BF1EB09008D6FC4 /* EditContactDetailsViewController.m */; };
|
11 | 24 | CDE68CDA1BF0CF3E00A388DF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68CD91BF0CF3E00A388DF /* main.m */; };
|
12 | 25 | CDE68CDD1BF0CF3E00A388DF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CDE68CDC1BF0CF3E00A388DF /* AppDelegate.m */; };
|
|
32 | 45 | /* End PBXContainerItemProxy section */
|
33 | 46 |
|
34 | 47 | /* Begin PBXFileReference section */
|
| 48 | + 145E8E6A1BFC022100307881 /* Contacts-cal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Contacts-cal.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 49 | + 145E8E6C1BFC03FF00307881 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; |
| 50 | + 145E8E6E1BFC046500307881 /* calabash.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = calabash.framework; path = ../calabash/calabash.framework; sourceTree = "<group>"; }; |
35 | 51 | CDAF42041BF1EB09008D6FC4 /* EditContactDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditContactDetailsViewController.h; sourceTree = "<group>"; };
|
36 | 52 | CDAF42051BF1EB09008D6FC4 /* EditContactDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditContactDetailsViewController.m; sourceTree = "<group>"; };
|
37 | | - CDE68CD41BF0CF3E00A388DF /* Contacts.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Contacts.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 53 | + CDE68CD41BF0CF3E00A388DF /* Contacts-test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Contacts-test.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
38 | 54 | CDE68CD81BF0CF3E00A388DF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
39 | 55 | CDE68CD91BF0CF3E00A388DF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
40 | 56 | CDE68CDB1BF0CF3E00A388DF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
58 | 74 | /* End PBXFileReference section */
|
59 | 75 |
|
60 | 76 | /* Begin PBXFrameworksBuildPhase section */
|
| 77 | + 145E8E621BFC022100307881 /* Frameworks */ = { |
| 78 | + isa = PBXFrameworksBuildPhase; |
| 79 | + buildActionMask = 2147483647; |
| 80 | + files = ( |
| 81 | + 145E8E6D1BFC03FF00307881 /* CFNetwork.framework in Frameworks */, |
| 82 | + 145E8E701BFC047100307881 /* calabash.framework in Frameworks */, |
| 83 | + ); |
| 84 | + runOnlyForDeploymentPostprocessing = 0; |
| 85 | + }; |
61 | 86 | CDE68CD11BF0CF3E00A388DF /* Frameworks */ = {
|
62 | 87 | isa = PBXFrameworksBuildPhase;
|
63 | 88 | buildActionMask = 2147483647;
|
|
87 | 112 | CDE68CD51BF0CF3E00A388DF /* Products */ = {
|
88 | 113 | isa = PBXGroup;
|
89 | 114 | children = (
|
90 | | - CDE68CD41BF0CF3E00A388DF /* Contacts.app */, |
| 115 | + CDE68CD41BF0CF3E00A388DF /* Contacts-test.app */, |
91 | 116 | CDE68CF01BF0CF3E00A388DF /* ContactsTests.xctest */,
|
| 117 | + 145E8E6A1BFC022100307881 /* Contacts-cal.app */, |
92 | 118 | );
|
93 | 119 | name = Products;
|
94 | 120 | sourceTree = "<group>";
|
|
109 | 135 | CDE68CD71BF0CF3E00A388DF /* Supporting Files */ = {
|
110 | 136 | isa = PBXGroup;
|
111 | 137 | children = (
|
| 138 | + 145E8E6E1BFC046500307881 /* calabash.framework */, |
| 139 | + 145E8E6C1BFC03FF00307881 /* CFNetwork.framework */, |
112 | 140 | CDE68CD81BF0CF3E00A388DF /* Info.plist */,
|
113 | 141 | CDE68CD91BF0CF3E00A388DF /* main.m */,
|
114 | 142 | );
|
|
187 | 215 | /* End PBXGroup section */
|
188 | 216 |
|
189 | 217 | /* Begin PBXNativeTarget section */
|
| 218 | + 145E8E581BFC022100307881 /* Contacts-cal */ = { |
| 219 | + isa = PBXNativeTarget; |
| 220 | + buildConfigurationList = 145E8E671BFC022100307881 /* Build configuration list for PBXNativeTarget "Contacts-cal" */; |
| 221 | + buildPhases = ( |
| 222 | + 145E8E591BFC022100307881 /* Sources */, |
| 223 | + 145E8E621BFC022100307881 /* Frameworks */, |
| 224 | + 145E8E631BFC022100307881 /* Resources */, |
| 225 | + ); |
| 226 | + buildRules = ( |
| 227 | + ); |
| 228 | + dependencies = ( |
| 229 | + ); |
| 230 | + name = "Contacts-cal"; |
| 231 | + productName = Contacts; |
| 232 | + productReference = 145E8E6A1BFC022100307881 /* Contacts-cal.app */; |
| 233 | + productType = "com.apple.product-type.application"; |
| 234 | + }; |
190 | 235 | CDE68CD31BF0CF3E00A388DF /* Contacts */ = {
|
191 | 236 | isa = PBXNativeTarget;
|
192 | 237 | buildConfigurationList = CDE68CFA1BF0CF3E00A388DF /* Build configuration list for PBXNativeTarget "Contacts" */;
|
|
201 | 246 | );
|
202 | 247 | name = Contacts;
|
203 | 248 | productName = Contacts;
|
204 | | - productReference = CDE68CD41BF0CF3E00A388DF /* Contacts.app */; |
| 249 | + productReference = CDE68CD41BF0CF3E00A388DF /* Contacts-test.app */; |
205 | 250 | productType = "com.apple.product-type.application";
|
206 | 251 | };
|
207 | 252 | CDE68CEF1BF0CF3E00A388DF /* ContactsTests */ = {
|
|
254 | 299 | projectRoot = "";
|
255 | 300 | targets = (
|
256 | 301 | CDE68CD31BF0CF3E00A388DF /* Contacts */,
|
| 302 | + 145E8E581BFC022100307881 /* Contacts-cal */, |
257 | 303 | CDE68CEF1BF0CF3E00A388DF /* ContactsTests */,
|
258 | 304 | );
|
259 | 305 | };
|
260 | 306 | /* End PBXProject section */
|
261 | 307 |
|
262 | 308 | /* Begin PBXResourcesBuildPhase section */
|
| 309 | + 145E8E631BFC022100307881 /* Resources */ = { |
| 310 | + isa = PBXResourcesBuildPhase; |
| 311 | + buildActionMask = 2147483647; |
| 312 | + files = ( |
| 313 | + 145E8E641BFC022100307881 /* Main.storyboard in Resources */, |
| 314 | + 145E8E651BFC022100307881 /* LaunchScreen.xib in Resources */, |
| 315 | + 145E8E661BFC022100307881 /* Images.xcassets in Resources */, |
| 316 | + ); |
| 317 | + runOnlyForDeploymentPostprocessing = 0; |
| 318 | + }; |
263 | 319 | CDE68CD21BF0CF3E00A388DF /* Resources */ = {
|
264 | 320 | isa = PBXResourcesBuildPhase;
|
265 | 321 | buildActionMask = 2147483647;
|
|
280 | 336 | /* End PBXResourcesBuildPhase section */
|
281 | 337 |
|
282 | 338 | /* Begin PBXSourcesBuildPhase section */
|
| 339 | + 145E8E591BFC022100307881 /* Sources */ = { |
| 340 | + isa = PBXSourcesBuildPhase; |
| 341 | + buildActionMask = 2147483647; |
| 342 | + files = ( |
| 343 | + 145E8E5A1BFC022100307881 /* ContactCell.m in Sources */, |
| 344 | + 145E8E5B1BFC022100307881 /* UIColor+Utils.m in Sources */, |
| 345 | + 145E8E5C1BFC022100307881 /* AppDelegate.m in Sources */, |
| 346 | + 145E8E5D1BFC022100307881 /* ContactsListViewController.m in Sources */, |
| 347 | + 145E8E5E1BFC022100307881 /* EditContactDetailsViewController.m in Sources */, |
| 348 | + 145E8E5F1BFC022100307881 /* Contact.m in Sources */, |
| 349 | + 145E8E601BFC022100307881 /* main.m in Sources */, |
| 350 | + 145E8E611BFC022100307881 /* ContactDetailsViewController.m in Sources */, |
| 351 | + ); |
| 352 | + runOnlyForDeploymentPostprocessing = 0; |
| 353 | + }; |
283 | 354 | CDE68CD01BF0CF3E00A388DF /* Sources */ = {
|
284 | 355 | isa = PBXSourcesBuildPhase;
|
285 | 356 | buildActionMask = 2147483647;
|
|
333 | 404 | /* End PBXVariantGroup section */
|
334 | 405 |
|
335 | 406 | /* Begin XCBuildConfiguration section */
|
| 407 | + 145E8E681BFC022100307881 /* Debug */ = { |
| 408 | + isa = XCBuildConfiguration; |
| 409 | + buildSettings = { |
| 410 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 411 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 412 | + FRAMEWORK_SEARCH_PATHS = ( |
| 413 | + "$(inherited)", |
| 414 | + "$(PROJECT_DIR)/calabash", |
| 415 | + ); |
| 416 | + INFOPLIST_FILE = Contacts/Info.plist; |
| 417 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 418 | + OTHER_LDFLAGS = ( |
| 419 | + "$(inherited)", |
| 420 | + "-ObjC", |
| 421 | + "-force_load", |
| 422 | + "\"$(SOURCE_ROOT)/calabash/calabash.framework/calabash\"", |
| 423 | + ); |
| 424 | + PRODUCT_BUNDLE_IDENTIFIER = "com.alexmx.$(PRODUCT_NAME:rfc1034identifier)"; |
| 425 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 426 | + }; |
| 427 | + name = Debug; |
| 428 | + }; |
| 429 | + 145E8E691BFC022100307881 /* Release */ = { |
| 430 | + isa = XCBuildConfiguration; |
| 431 | + buildSettings = { |
| 432 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 433 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 434 | + FRAMEWORK_SEARCH_PATHS = ( |
| 435 | + "$(inherited)", |
| 436 | + "$(PROJECT_DIR)/calabash", |
| 437 | + ); |
| 438 | + INFOPLIST_FILE = Contacts/Info.plist; |
| 439 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 440 | + OTHER_LDFLAGS = ( |
| 441 | + "$(inherited)", |
| 442 | + "-ObjC", |
| 443 | + "-force_load", |
| 444 | + "\"$(SOURCE_ROOT)/calabash/calabash.framework/calabash\"", |
| 445 | + ); |
| 446 | + PRODUCT_BUNDLE_IDENTIFIER = "com.alexmx.$(PRODUCT_NAME:rfc1034identifier)"; |
| 447 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 448 | + }; |
| 449 | + name = Release; |
| 450 | + }; |
336 | 451 | CDE68CF81BF0CF3E00A388DF /* Debug */ = {
|
337 | 452 | isa = XCBuildConfiguration;
|
338 | 453 | buildSettings = {
|
|
419 | 534 | buildSettings = {
|
420 | 535 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
421 | 536 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
| 537 | + FRAMEWORK_SEARCH_PATHS = ( |
| 538 | + "$(inherited)", |
| 539 | + "$(PROJECT_DIR)/calabash", |
| 540 | + ); |
422 | 541 | INFOPLIST_FILE = Contacts/Info.plist;
|
423 | 542 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
424 | 543 | PRODUCT_BUNDLE_IDENTIFIER = "com.alexmx.$(PRODUCT_NAME:rfc1034identifier)";
|
425 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 544 | + PRODUCT_NAME = "$(TARGET_NAME)-test"; |
426 | 545 | };
|
427 | 546 | name = Debug;
|
428 | 547 | };
|
|
431 | 550 | buildSettings = {
|
432 | 551 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
433 | 552 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
| 553 | + FRAMEWORK_SEARCH_PATHS = ( |
| 554 | + "$(inherited)", |
| 555 | + "$(PROJECT_DIR)/calabash", |
| 556 | + ); |
434 | 557 | INFOPLIST_FILE = Contacts/Info.plist;
|
435 | 558 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
436 | 559 | PRODUCT_BUNDLE_IDENTIFIER = "com.alexmx.$(PRODUCT_NAME:rfc1034identifier)";
|
437 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 560 | + PRODUCT_NAME = "$(TARGET_NAME)-test"; |
438 | 561 | };
|
439 | 562 | name = Release;
|
440 | 563 | };
|
|
471 | 594 | /* End XCBuildConfiguration section */
|
472 | 595 |
|
473 | 596 | /* Begin XCConfigurationList section */
|
| 597 | + 145E8E671BFC022100307881 /* Build configuration list for PBXNativeTarget "Contacts-cal" */ = { |
| 598 | + isa = XCConfigurationList; |
| 599 | + buildConfigurations = ( |
| 600 | + 145E8E681BFC022100307881 /* Debug */, |
| 601 | + 145E8E691BFC022100307881 /* Release */, |
| 602 | + ); |
| 603 | + defaultConfigurationIsVisible = 0; |
| 604 | + defaultConfigurationName = Release; |
| 605 | + }; |
474 | 606 | CDE68CCF1BF0CF3E00A388DF /* Build configuration list for PBXProject "Contacts" */ = {
|
475 | 607 | isa = XCConfigurationList;
|
476 | 608 | buildConfigurations = (
|
|
0 commit comments