|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 8FC90F551C782E830036451F /* libUPAPayPlugin.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8FC90F541C782E830036451F /* libUPAPayPlugin.a */; }; |
10 | 11 | 9F46D8DB1C771FF20079AC31 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F46D8DA1C771FF20079AC31 /* main.m */; };
|
11 | 12 | 9F46D8DE1C771FF20079AC31 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F46D8DD1C771FF20079AC31 /* AppDelegate.m */; };
|
12 | 13 | 9F46D8E11C771FF20079AC31 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F46D8E01C771FF20079AC31 /* ViewController.m */; };
|
|
36 | 37 | /* End PBXContainerItemProxy section */
|
37 | 38 |
|
38 | 39 | /* Begin PBXFileReference section */
|
| 40 | + 8FC90F511C782E830036451F /* UPAPayPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPAPayPlugin.h; sourceTree = "<group>"; }; |
| 41 | + 8FC90F521C782E830036451F /* UPAPayPluginDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPAPayPluginDelegate.h; sourceTree = "<group>"; }; |
| 42 | + 8FC90F541C782E830036451F /* libUPAPayPlugin.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libUPAPayPlugin.a; sourceTree = "<group>"; }; |
39 | 43 | 9F46D8D61C771FF20079AC31 /* ApplePayDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ApplePayDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
40 | 44 | 9F46D8DA1C771FF20079AC31 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
41 | 45 | 9F46D8DC1C771FF20079AC31 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
61 | 65 | isa = PBXFrameworksBuildPhase;
|
62 | 66 | buildActionMask = 2147483647;
|
63 | 67 | files = (
|
| 68 | + 8FC90F551C782E830036451F /* libUPAPayPlugin.a in Frameworks */, |
64 | 69 | 9F46D9101C77266C0079AC31 /* PassKit.framework in Frameworks */,
|
65 | 70 | );
|
66 | 71 | runOnlyForDeploymentPostprocessing = 0;
|
|
82 | 87 | /* End PBXFrameworksBuildPhase section */
|
83 | 88 |
|
84 | 89 | /* Begin PBXGroup section */
|
| 90 | + 8FC90F4E1C782E670036451F /* Vendors */ = { |
| 91 | + isa = PBXGroup; |
| 92 | + children = ( |
| 93 | + 8FC90F4F1C782E830036451F /* applePaySDK */, |
| 94 | + ); |
| 95 | + path = Vendors; |
| 96 | + sourceTree = "<group>"; |
| 97 | + }; |
| 98 | + 8FC90F4F1C782E830036451F /* applePaySDK */ = { |
| 99 | + isa = PBXGroup; |
| 100 | + children = ( |
| 101 | + 8FC90F501C782E830036451F /* inc */, |
| 102 | + 8FC90F531C782E830036451F /* libs */, |
| 103 | + ); |
| 104 | + path = applePaySDK; |
| 105 | + sourceTree = "<group>"; |
| 106 | + }; |
| 107 | + 8FC90F501C782E830036451F /* inc */ = { |
| 108 | + isa = PBXGroup; |
| 109 | + children = ( |
| 110 | + 8FC90F511C782E830036451F /* UPAPayPlugin.h */, |
| 111 | + 8FC90F521C782E830036451F /* UPAPayPluginDelegate.h */, |
| 112 | + ); |
| 113 | + path = inc; |
| 114 | + sourceTree = "<group>"; |
| 115 | + }; |
| 116 | + 8FC90F531C782E830036451F /* libs */ = { |
| 117 | + isa = PBXGroup; |
| 118 | + children = ( |
| 119 | + 8FC90F541C782E830036451F /* libUPAPayPlugin.a */, |
| 120 | + ); |
| 121 | + path = libs; |
| 122 | + sourceTree = "<group>"; |
| 123 | + }; |
85 | 124 | 9F46D8CD1C771FF20079AC31 = {
|
86 | 125 | isa = PBXGroup;
|
87 | 126 | children = (
|
|
106 | 145 | 9F46D8D81C771FF20079AC31 /* ApplePayDemo */ = {
|
107 | 146 | isa = PBXGroup;
|
108 | 147 | children = (
|
| 148 | + 8FC90F4E1C782E670036451F /* Vendors */, |
109 | 149 | 9F46D90C1C77203B0079AC31 /* ApplePayDemo.entitlements */,
|
110 | 150 | 9F46D8DC1C771FF20079AC31 /* AppDelegate.h */,
|
111 | 151 | 9F46D8DD1C771FF20079AC31 /* AppDelegate.m */,
|
|
431 | 471 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
432 | 472 | INFOPLIST_FILE = ApplePayDemo/Info.plist;
|
433 | 473 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
| 474 | + LIBRARY_SEARCH_PATHS = ( |
| 475 | + "$(inherited)", |
| 476 | + "$(PROJECT_DIR)/ApplePayDemo/Vendors/applePaySDK/libs", |
| 477 | + ); |
434 | 478 | PRODUCT_BUNDLE_IDENTIFIER = com.zhimei360.demo.ApplePayDemo;
|
435 | 479 | PRODUCT_NAME = "$(TARGET_NAME)";
|
436 | 480 | PROVISIONING_PROFILE = "";
|
|
446 | 490 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
447 | 491 | INFOPLIST_FILE = ApplePayDemo/Info.plist;
|
448 | 492 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
| 493 | + LIBRARY_SEARCH_PATHS = ( |
| 494 | + "$(inherited)", |
| 495 | + "$(PROJECT_DIR)/ApplePayDemo/Vendors/applePaySDK/libs", |
| 496 | + ); |
449 | 497 | PRODUCT_BUNDLE_IDENTIFIER = com.zhimei360.demo.ApplePayDemo;
|
450 | 498 | PRODUCT_NAME = "$(TARGET_NAME)";
|
451 | 499 | PROVISIONING_PROFILE = "";
|
|
458 | 506 | BUNDLE_LOADER = "$(TEST_HOST)";
|
459 | 507 | INFOPLIST_FILE = ApplePayDemoTests/Info.plist;
|
460 | 508 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
| 509 | + LIBRARY_SEARCH_PATHS = ( |
| 510 | + "$(inherited)", |
| 511 | + "$(PROJECT_DIR)/ApplePayDemo/Vendors/applePaySDK/libs", |
| 512 | + ); |
461 | 513 | PRODUCT_BUNDLE_IDENTIFIER = com.zhimei360.demo.ApplePayDemoTests;
|
462 | 514 | PRODUCT_NAME = "$(TARGET_NAME)";
|
463 | 515 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ApplePayDemo.app/ApplePayDemo";
|
|
470 | 522 | BUNDLE_LOADER = "$(TEST_HOST)";
|
471 | 523 | INFOPLIST_FILE = ApplePayDemoTests/Info.plist;
|
472 | 524 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
| 525 | + LIBRARY_SEARCH_PATHS = ( |
| 526 | + "$(inherited)", |
| 527 | + "$(PROJECT_DIR)/ApplePayDemo/Vendors/applePaySDK/libs", |
| 528 | + ); |
473 | 529 | PRODUCT_BUNDLE_IDENTIFIER = com.zhimei360.demo.ApplePayDemoTests;
|
474 | 530 | PRODUCT_NAME = "$(TARGET_NAME)";
|
475 | 531 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ApplePayDemo.app/ApplePayDemo";
|
|
519 | 575 | 9F46D9051C771FF20079AC31 /* Release */,
|
520 | 576 | );
|
521 | 577 | defaultConfigurationIsVisible = 0;
|
| 578 | + defaultConfigurationName = Release; |
522 | 579 | };
|
523 | 580 | 9F46D9061C771FF20079AC31 /* Build configuration list for PBXNativeTarget "ApplePayDemoTests" */ = {
|
524 | 581 | isa = XCConfigurationList;
|
|
527 | 584 | 9F46D9081C771FF20079AC31 /* Release */,
|
528 | 585 | );
|
529 | 586 | defaultConfigurationIsVisible = 0;
|
| 587 | + defaultConfigurationName = Release; |
530 | 588 | };
|
531 | 589 | 9F46D9091C771FF20079AC31 /* Build configuration list for PBXNativeTarget "ApplePayDemoUITests" */ = {
|
532 | 590 | isa = XCConfigurationList;
|
|
535 | 593 | 9F46D90B1C771FF20079AC31 /* Release */,
|
536 | 594 | );
|
537 | 595 | defaultConfigurationIsVisible = 0;
|
| 596 | + defaultConfigurationName = Release; |
538 | 597 | };
|
539 | 598 | /* End XCConfigurationList section */
|
540 | 599 | };
|
|
0 commit comments