project.pbxproj 55.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		292311981D86A9B00043A55E /* UIView+cornerRadius.m in Sources */ = {isa = PBXBuildFile; fileRef = 292311971D86A9B00043A55E /* UIView+cornerRadius.m */; };
		2927DEF11D87CF1200E0BC8E /* OrderListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2927DEF01D87CF1200E0BC8E /* OrderListViewController.m */; };
		2927DEF41D87CF3F00E0BC8E /* OrderListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2927DEF31D87CF3F00E0BC8E /* OrderListTableViewCell.m */; };
		295ECD871D86784500DC6EB0 /* UIImage+Rotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD861D86784500DC6EB0 /* UIImage+Rotate.m */; };
		295ECD8A1D8690F200DC6EB0 /* NSDate+FormatterAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD891D8690F200DC6EB0 /* NSDate+FormatterAdditions.m */; };
		295ECD8D1D86910100DC6EB0 /* NSDictionary+Category.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD8C1D86910100DC6EB0 /* NSDictionary+Category.m */; };
		295ECDA41D86977000DC6EB0 /* CoordinateAcquisitionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD991D86977000DC6EB0 /* CoordinateAcquisitionViewController.m */; };
		295ECDA51D86977000DC6EB0 /* DeliveryTrackingViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD9B1D86977000DC6EB0 /* DeliveryTrackingViewController.mm */; };
		295ECDA61D86977000DC6EB0 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD9D1D86977000DC6EB0 /* MainViewController.m */; };
		295ECDA71D86977000DC6EB0 /* OrderDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECD9F1D86977000DC6EB0 /* OrderDetailsViewController.m */; };
		295ECDA81D86977000DC6EB0 /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECDA11D86977000DC6EB0 /* SearchViewController.m */; };
		295ECDAB1D86979B00DC6EB0 /* OrderDetailsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 295ECDAA1D86979B00DC6EB0 /* OrderDetailsTableViewCell.m */; };
		2970D1891D6D7C1000ADB311 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2970D1881D6D7C1000ADB311 /* Images.xcassets */; };
		2970D18B1D6D7CFE00ADB311 /* PalmwmsMain.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2970D18A1D6D7CFE00ADB311 /* PalmwmsMain.storyboard */; };
		2970D18E1D6D7D3900ADB311 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D18D1D6D7D3900ADB311 /* BaseViewController.m */; };
		2970D1A01D6D8AF500ADB311 /* UILabel+CalculateSize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D19F1D6D8AF500ADB311 /* UILabel+CalculateSize.m */; };
		2970D1A31D6D8CE800ADB311 /* UserInforMation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D1A21D6D8CE800ADB311 /* UserInforMation.m */; };
		2970D1A61D6D8DBF00ADB311 /* NetworkRequestClassManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D1A51D6D8DBF00ADB311 /* NetworkRequestClassManager.m */; };
		2970D1A91D6D8F9D00ADB311 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D1A81D6D8F9D00ADB311 /* LoginViewController.m */; };
		2970D1AC1D6D991100ADB311 /* UIView+Corners.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D1AB1D6D991100ADB311 /* UIView+Corners.m */; };
		2970D1B01D6D9CB300ADB311 /* palmwms_objc_json_client.m in Sources */ = {isa = PBXBuildFile; fileRef = 2970D1AF1D6D9CB200ADB311 /* palmwms_objc_json_client.m */; };
		29A1274C1DB09ABD008D4794 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A1274B1DB09ABD008D4794 /* AudioToolbox.framework */; };
		29A1274E1DB09AC6008D4794 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A1274D1DB09AC6008D4794 /* ImageIO.framework */; };
		29A127501DB09ACE008D4794 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A1274F1DB09ACE008D4794 /* CoreMotion.framework */; };
		29A127521DB09AD8008D4794 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127511DB09AD8008D4794 /* CoreLocation.framework */; };
		29A127541DB09AE1008D4794 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127531DB09AE1008D4794 /* CoreTelephony.framework */; };
		29A127561DB09AE8008D4794 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127551DB09AE8008D4794 /* MediaPlayer.framework */; };
		29A127581DB09AEF008D4794 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127571DB09AEF008D4794 /* AVFoundation.framework */; };
		29A1275A1DB09AF6008D4794 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127591DB09AF6008D4794 /* SystemConfiguration.framework */; };
		29A1275C1DB09AFD008D4794 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A1275B1DB09AFD008D4794 /* JavaScriptCore.framework */; };
		29A1275E1DB09B04008D4794 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A1275D1DB09B04008D4794 /* Security.framework */; };
		29A127601DB09B0B008D4794 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A1275F1DB09B0B008D4794 /* OpenGLES.framework */; };
		29A127621DB09B13008D4794 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127611DB09B13008D4794 /* GLKit.framework */; };
		29A127641DB09B2C008D4794 /* libstdc++.6.0.9.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127631DB09B2C008D4794 /* libstdc++.6.0.9.tbd */; };
		29A127661DB09B37008D4794 /* libsqlite3.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127651DB09B37008D4794 /* libsqlite3.0.tbd */; };
		29A127681DB09B41008D4794 /* libz.1.2.5.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 29A127671DB09B41008D4794 /* libz.1.2.5.tbd */; };
		29A1277E1DB0BB6B008D4794 /* NaviManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29A1277D1DB0BB6B008D4794 /* NaviManager.m */; };
		29A127821DB0D00C008D4794 /* OfflineMapsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29A127811DB0D00C008D4794 /* OfflineMapsManager.m */; };
		29B7D5B81F611EDD00ED3C2F /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B7D5B71F611EDD00ED3C2F /* UserNotifications.framework */; };
		29B7D5CC1F6146A200ED3C2F /* baiduNaviSDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 29B7D5BA1F6146A200ED3C2F /* baiduNaviSDK.bundle */; };
		29B7D5CD1F6146A200ED3C2F /* baiduNaviSDK.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29B7D5BB1F6146A200ED3C2F /* baiduNaviSDK.xcassets */; };
		29B7D5CE1F6146A200ED3C2F /* libbaiduNaviSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B7D5C61F6146A200ED3C2F /* libbaiduNaviSDK.a */; };
		29B7D5CF1F6146A200ED3C2F /* readme.txt in Resources */ = {isa = PBXBuildFile; fileRef = 29B7D5C71F6146A200ED3C2F /* readme.txt */; };
		29B7D5D01F6146A200ED3C2F /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B7D5C91F6146A200ED3C2F /* libcrypto.a */; };
		29B7D5D11F6146A200ED3C2F /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B7D5CA1F6146A200ED3C2F /* libssl.a */; };
		29B7D5D21F6146A200ED3C2F /* updatelog.txt in Resources */ = {isa = PBXBuildFile; fileRef = 29B7D5CB1F6146A200ED3C2F /* updatelog.txt */; };
		29CAE20A1D6ED4BF0011CCE6 /* CustomLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CAE2041D6ED4BF0011CCE6 /* CustomLabel.m */; };
		29CAE20C1D6ED4BF0011CCE6 /* UserPaopaoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CAE2081D6ED4BF0011CCE6 /* UserPaopaoView.m */; };
		29CAE20F1D6EE34E0011CCE6 /* CustomBMKAnnotationView.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CAE20E1D6EE34E0011CCE6 /* CustomBMKAnnotationView.m */; };
		29CF91781D66B8CC00AE13A8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CF91771D66B8CC00AE13A8 /* main.m */; };
		29CF917B1D66B8CC00AE13A8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CF917A1D66B8CC00AE13A8 /* AppDelegate.m */; };
		29CF91831D66B8CC00AE13A8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 29CF91821D66B8CC00AE13A8 /* Assets.xcassets */; };
		29CF91861D66B8CC00AE13A8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 29CF91841D66B8CC00AE13A8 /* LaunchScreen.storyboard */; };
		29D7651B1D6F322A0005CA21 /* UserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 29D7651A1D6F322A0005CA21 /* UserViewController.m */; };
		29D7651F1D6F33800005CA21 /* ChangePasswordTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 29D7651E1D6F33800005CA21 /* ChangePasswordTableViewCell.m */; };
		29D765221D6F33920005CA21 /* LogoutTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 29D765211D6F33920005CA21 /* LogoutTableViewCell.m */; };
		29DC842F1D6FD9A100F377C3 /* ChangepassWordTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 29DC842E1D6FD9A100F377C3 /* ChangepassWordTableViewController.m */; };
		C0F4A2C3AFB36DF6F9CEF22F /* libPods-Palmwms.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12DA58FCCBFF93CB0C6A4572 /* libPods-Palmwms.a */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		12DA58FCCBFF93CB0C6A4572 /* libPods-Palmwms.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Palmwms.a"; sourceTree = BUILT_PRODUCTS_DIR; };
		292311961D86A9B00043A55E /* UIView+cornerRadius.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+cornerRadius.h"; sourceTree = "<group>"; };
		292311971D86A9B00043A55E /* UIView+cornerRadius.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+cornerRadius.m"; sourceTree = "<group>"; };
		2927DEEF1D87CF1200E0BC8E /* OrderListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderListViewController.h; sourceTree = "<group>"; };
		2927DEF01D87CF1200E0BC8E /* OrderListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrderListViewController.m; sourceTree = "<group>"; };
		2927DEF21D87CF3F00E0BC8E /* OrderListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderListTableViewCell.h; sourceTree = "<group>"; };
		2927DEF31D87CF3F00E0BC8E /* OrderListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrderListTableViewCell.m; sourceTree = "<group>"; };
		295ECD851D86784500DC6EB0 /* UIImage+Rotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Rotate.h"; sourceTree = "<group>"; };
		295ECD861D86784500DC6EB0 /* UIImage+Rotate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Rotate.m"; sourceTree = "<group>"; };
		295ECD881D8690F200DC6EB0 /* NSDate+FormatterAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDate+FormatterAdditions.h"; sourceTree = "<group>"; };
		295ECD891D8690F200DC6EB0 /* NSDate+FormatterAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDate+FormatterAdditions.m"; sourceTree = "<group>"; };
		295ECD8B1D86910100DC6EB0 /* NSDictionary+Category.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+Category.h"; sourceTree = "<group>"; };
		295ECD8C1D86910100DC6EB0 /* NSDictionary+Category.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+Category.m"; sourceTree = "<group>"; };
		295ECD981D86977000DC6EB0 /* CoordinateAcquisitionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CoordinateAcquisitionViewController.h; sourceTree = "<group>"; };
		295ECD991D86977000DC6EB0 /* CoordinateAcquisitionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CoordinateAcquisitionViewController.m; sourceTree = "<group>"; };
		295ECD9A1D86977000DC6EB0 /* DeliveryTrackingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeliveryTrackingViewController.h; sourceTree = "<group>"; };
		295ECD9B1D86977000DC6EB0 /* DeliveryTrackingViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DeliveryTrackingViewController.mm; sourceTree = "<group>"; };
		295ECD9C1D86977000DC6EB0 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
		295ECD9D1D86977000DC6EB0 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
		295ECD9E1D86977000DC6EB0 /* OrderDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderDetailsViewController.h; sourceTree = "<group>"; };
		295ECD9F1D86977000DC6EB0 /* OrderDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrderDetailsViewController.m; sourceTree = "<group>"; };
		295ECDA01D86977000DC6EB0 /* SearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchViewController.h; sourceTree = "<group>"; };
		295ECDA11D86977000DC6EB0 /* SearchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchViewController.m; sourceTree = "<group>"; };
		295ECDA91D86979B00DC6EB0 /* OrderDetailsTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OrderDetailsTableViewCell.h; sourceTree = "<group>"; };
		295ECDAA1D86979B00DC6EB0 /* OrderDetailsTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OrderDetailsTableViewCell.m; sourceTree = "<group>"; };
		2970D1881D6D7C1000ADB311 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
		2970D18A1D6D7CFE00ADB311 /* PalmwmsMain.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PalmwmsMain.storyboard; sourceTree = "<group>"; };
		2970D18C1D6D7D3900ADB311 /* BaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BaseViewController.h; sourceTree = "<group>"; };
		2970D18D1D6D7D3900ADB311 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; };
		2970D1991D6D899400ADB311 /* MacroDefinition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacroDefinition.h; sourceTree = "<group>"; };
		2970D19A1D6D899400ADB311 /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
		2970D19E1D6D8AF500ADB311 /* UILabel+CalculateSize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+CalculateSize.h"; sourceTree = "<group>"; };
		2970D19F1D6D8AF500ADB311 /* UILabel+CalculateSize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+CalculateSize.m"; sourceTree = "<group>"; };
		2970D1A11D6D8CE800ADB311 /* UserInforMation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserInforMation.h; sourceTree = "<group>"; };
		2970D1A21D6D8CE800ADB311 /* UserInforMation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserInforMation.m; sourceTree = "<group>"; };
		2970D1A41D6D8DBF00ADB311 /* NetworkRequestClassManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkRequestClassManager.h; sourceTree = "<group>"; };
		2970D1A51D6D8DBF00ADB311 /* NetworkRequestClassManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetworkRequestClassManager.m; sourceTree = "<group>"; };
		2970D1A71D6D8F9D00ADB311 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
		2970D1A81D6D8F9D00ADB311 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
		2970D1AA1D6D991100ADB311 /* UIView+Corners.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Corners.h"; sourceTree = "<group>"; };
		2970D1AB1D6D991100ADB311 /* UIView+Corners.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Corners.m"; sourceTree = "<group>"; };
		2970D1AE1D6D9CB200ADB311 /* palmwms_objc_json_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = palmwms_objc_json_client.h; sourceTree = "<group>"; };
		2970D1AF1D6D9CB200ADB311 /* palmwms_objc_json_client.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = palmwms_objc_json_client.m; sourceTree = "<group>"; };
		29A1274B1DB09ABD008D4794 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
		29A1274D1DB09AC6008D4794 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
		29A1274F1DB09ACE008D4794 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
		29A127511DB09AD8008D4794 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
		29A127531DB09AE1008D4794 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
		29A127551DB09AE8008D4794 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
		29A127571DB09AEF008D4794 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
		29A127591DB09AF6008D4794 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
		29A1275B1DB09AFD008D4794 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
		29A1275D1DB09B04008D4794 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
		29A1275F1DB09B0B008D4794 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
		29A127611DB09B13008D4794 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
		29A127631DB09B2C008D4794 /* libstdc++.6.0.9.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libstdc++.6.0.9.tbd"; path = "usr/lib/libstdc++.6.0.9.tbd"; sourceTree = SDKROOT; };
		29A127651DB09B37008D4794 /* libsqlite3.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.0.tbd; path = usr/lib/libsqlite3.0.tbd; sourceTree = SDKROOT; };
		29A127671DB09B41008D4794 /* libz.1.2.5.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.1.2.5.tbd; path = usr/lib/libz.1.2.5.tbd; sourceTree = SDKROOT; };
		29A1277C1DB0BB6B008D4794 /* NaviManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NaviManager.h; sourceTree = "<group>"; };
		29A1277D1DB0BB6B008D4794 /* NaviManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NaviManager.m; sourceTree = "<group>"; };
		29A127801DB0D00C008D4794 /* OfflineMapsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OfflineMapsManager.h; sourceTree = "<group>"; };
		29A127811DB0D00C008D4794 /* OfflineMapsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OfflineMapsManager.m; sourceTree = "<group>"; };
		29B7D5B71F611EDD00ED3C2F /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
		29B7D5BA1F6146A200ED3C2F /* baiduNaviSDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = baiduNaviSDK.bundle; sourceTree = "<group>"; };
		29B7D5BB1F6146A200ED3C2F /* baiduNaviSDK.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = baiduNaviSDK.xcassets; sourceTree = "<group>"; };
		29B7D5BD1F6146A200ED3C2F /* BNaviModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNaviModel.h; sourceTree = "<group>"; };
		29B7D5BE1F6146A200ED3C2F /* BNCommonDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCommonDef.h; sourceTree = "<group>"; };
		29B7D5BF1F6146A200ED3C2F /* BNCoreServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNCoreServices.h; sourceTree = "<group>"; };
		29B7D5C01F6146A200ED3C2F /* BNLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNLocation.h; sourceTree = "<group>"; };
		29B7D5C11F6146A200ED3C2F /* BNLocationManagerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNLocationManagerProtocol.h; sourceTree = "<group>"; };
		29B7D5C21F6146A200ED3C2F /* BNRoutePlanManagerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNRoutePlanManagerProtocol.h; sourceTree = "<group>"; };
		29B7D5C31F6146A200ED3C2F /* BNRoutePlanModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNRoutePlanModel.h; sourceTree = "<group>"; };
		29B7D5C41F6146A200ED3C2F /* BNStrategyManagerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNStrategyManagerProtocol.h; sourceTree = "<group>"; };
		29B7D5C51F6146A200ED3C2F /* BNUIManagerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BNUIManagerProtocol.h; sourceTree = "<group>"; };
		29B7D5C61F6146A200ED3C2F /* libbaiduNaviSDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libbaiduNaviSDK.a; sourceTree = "<group>"; };
		29B7D5C71F6146A200ED3C2F /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.txt; sourceTree = "<group>"; };
		29B7D5C91F6146A200ED3C2F /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libcrypto.a; sourceTree = "<group>"; };
		29B7D5CA1F6146A200ED3C2F /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libssl.a; sourceTree = "<group>"; };
		29B7D5CB1F6146A200ED3C2F /* updatelog.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = updatelog.txt; sourceTree = "<group>"; };
		29CAE2031D6ED4BF0011CCE6 /* CustomLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomLabel.h; sourceTree = "<group>"; };
		29CAE2041D6ED4BF0011CCE6 /* CustomLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomLabel.m; sourceTree = "<group>"; };
		29CAE2071D6ED4BF0011CCE6 /* UserPaopaoView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserPaopaoView.h; sourceTree = "<group>"; };
		29CAE2081D6ED4BF0011CCE6 /* UserPaopaoView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserPaopaoView.m; sourceTree = "<group>"; };
		29CAE20D1D6EE34E0011CCE6 /* CustomBMKAnnotationView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomBMKAnnotationView.h; sourceTree = "<group>"; };
		29CAE20E1D6EE34E0011CCE6 /* CustomBMKAnnotationView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomBMKAnnotationView.m; sourceTree = "<group>"; };
		29CF91731D66B8CC00AE13A8 /* Palmwms.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Palmwms.app; sourceTree = BUILT_PRODUCTS_DIR; };
		29CF91771D66B8CC00AE13A8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		29CF91791D66B8CC00AE13A8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		29CF917A1D66B8CC00AE13A8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		29CF91821D66B8CC00AE13A8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
		29CF91851D66B8CC00AE13A8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
		29CF91871D66B8CC00AE13A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		29D765191D6F322A0005CA21 /* UserViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserViewController.h; sourceTree = "<group>"; };
		29D7651A1D6F322A0005CA21 /* UserViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserViewController.m; sourceTree = "<group>"; };
		29D7651D1D6F33800005CA21 /* ChangePasswordTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChangePasswordTableViewCell.h; sourceTree = "<group>"; };
		29D7651E1D6F33800005CA21 /* ChangePasswordTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChangePasswordTableViewCell.m; sourceTree = "<group>"; };
		29D765201D6F33920005CA21 /* LogoutTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogoutTableViewCell.h; sourceTree = "<group>"; };
		29D765211D6F33920005CA21 /* LogoutTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LogoutTableViewCell.m; sourceTree = "<group>"; };
		29DC842D1D6FD9A100F377C3 /* ChangepassWordTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChangepassWordTableViewController.h; sourceTree = "<group>"; };
		29DC842E1D6FD9A100F377C3 /* ChangepassWordTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChangepassWordTableViewController.m; sourceTree = "<group>"; };
		29FDC0501D6DB20800561E4F /* urlInformation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = urlInformation.h; sourceTree = "<group>"; };
		B230C7C649B94FA28F4F9238 /* Pods-Palmwms.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Palmwms.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Palmwms/Pods-Palmwms.debug.xcconfig"; sourceTree = "<group>"; };
		B7DE3AC584D04A71DB8A4C03 /* Pods-Palmwms.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Palmwms.release.xcconfig"; path = "Pods/Target Support Files/Pods-Palmwms/Pods-Palmwms.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		29CF91701D66B8CC00AE13A8 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				29B7D5D11F6146A200ED3C2F /* libssl.a in Frameworks */,
				29B7D5B81F611EDD00ED3C2F /* UserNotifications.framework in Frameworks */,
				29A127681DB09B41008D4794 /* libz.1.2.5.tbd in Frameworks */,
				29A127661DB09B37008D4794 /* libsqlite3.0.tbd in Frameworks */,
				29A127641DB09B2C008D4794 /* libstdc++.6.0.9.tbd in Frameworks */,
				29B7D5CE1F6146A200ED3C2F /* libbaiduNaviSDK.a in Frameworks */,
				29A127621DB09B13008D4794 /* GLKit.framework in Frameworks */,
				29A127601DB09B0B008D4794 /* OpenGLES.framework in Frameworks */,
				29A1275E1DB09B04008D4794 /* Security.framework in Frameworks */,
				29A1275C1DB09AFD008D4794 /* JavaScriptCore.framework in Frameworks */,
				29A1275A1DB09AF6008D4794 /* SystemConfiguration.framework in Frameworks */,
				29A127581DB09AEF008D4794 /* AVFoundation.framework in Frameworks */,
				29B7D5D01F6146A200ED3C2F /* libcrypto.a in Frameworks */,
				29A127561DB09AE8008D4794 /* MediaPlayer.framework in Frameworks */,
				29A127541DB09AE1008D4794 /* CoreTelephony.framework in Frameworks */,
				29A127521DB09AD8008D4794 /* CoreLocation.framework in Frameworks */,
				29A127501DB09ACE008D4794 /* CoreMotion.framework in Frameworks */,
				29A1274E1DB09AC6008D4794 /* ImageIO.framework in Frameworks */,
				29A1274C1DB09ABD008D4794 /* AudioToolbox.framework in Frameworks */,
				C0F4A2C3AFB36DF6F9CEF22F /* libPods-Palmwms.a in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		295ECD971D86977000DC6EB0 /* Controllers */ = {
			isa = PBXGroup;
			children = (
				295ECD981D86977000DC6EB0 /* CoordinateAcquisitionViewController.h */,
				295ECD991D86977000DC6EB0 /* CoordinateAcquisitionViewController.m */,
				295ECD9A1D86977000DC6EB0 /* DeliveryTrackingViewController.h */,
				295ECD9B1D86977000DC6EB0 /* DeliveryTrackingViewController.mm */,
				295ECD9C1D86977000DC6EB0 /* MainViewController.h */,
				295ECD9D1D86977000DC6EB0 /* MainViewController.m */,
				295ECD9E1D86977000DC6EB0 /* OrderDetailsViewController.h */,
				295ECD9F1D86977000DC6EB0 /* OrderDetailsViewController.m */,
				2927DEEF1D87CF1200E0BC8E /* OrderListViewController.h */,
				2927DEF01D87CF1200E0BC8E /* OrderListViewController.m */,
				295ECDA01D86977000DC6EB0 /* SearchViewController.h */,
				295ECDA11D86977000DC6EB0 /* SearchViewController.m */,
			);
			name = Controllers;
			path = Map/Contrillers;
			sourceTree = "<group>";
		};
		295ECDA21D86977000DC6EB0 /* Models */ = {
			isa = PBXGroup;
			children = (
			);
			name = Models;
			path = Map/Models;
			sourceTree = "<group>";
		};
		295ECDA31D86977000DC6EB0 /* Views */ = {
			isa = PBXGroup;
			children = (
				295ECDA91D86979B00DC6EB0 /* OrderDetailsTableViewCell.h */,
				295ECDAA1D86979B00DC6EB0 /* OrderDetailsTableViewCell.m */,
				2927DEF21D87CF3F00E0BC8E /* OrderListTableViewCell.h */,
				2927DEF31D87CF3F00E0BC8E /* OrderListTableViewCell.m */,
			);
			name = Views;
			path = Map/Views;
			sourceTree = "<group>";
		};
		2970D1861D6D7BF800ADB311 /* Class */ = {
			isa = PBXGroup;
			children = (
				29A1277F1DB0CFFD008D4794 /* OfflineMapsHelp */,
				29A1277B1DB0BB42008D4794 /* BaiduNaviHelp */,
				2970D18F1D6D7DB000ADB311 /* Login */,
				2970D1901D6D7DB000ADB311 /* Main */,
				2970D1911D6D7DB000ADB311 /* User */,
			);
			name = Class;
			path = Palmwms/Class;
			sourceTree = "<group>";
		};
		2970D1871D6D7BF800ADB311 /* Tools */ = {
			isa = PBXGroup;
			children = (
				29B7D5B91F6146A200ED3C2F /* BaiduNaviSDK */,
				2970D1AD1D6D9CA000ADB311 /* BaseModel */,
				2970D1951D6D88CB00ADB311 /* HttpManager */,
				2970D1961D6D88CB00ADB311 /* LoadingAnimation */,
				2970D1971D6D88CB00ADB311 /* UserInformation */,
				2970D1941D6D885F00ADB311 /* Category */,
				2970D1981D6D894800ADB311 /* Macro */,
			);
			name = Tools;
			path = Palmwms/Tools;
			sourceTree = "<group>";
		};
		2970D18F1D6D7DB000ADB311 /* Login */ = {
			isa = PBXGroup;
			children = (
				2970D1A71D6D8F9D00ADB311 /* LoginViewController.h */,
				2970D1A81D6D8F9D00ADB311 /* LoginViewController.m */,
			);
			path = Login;
			sourceTree = "<group>";
		};
		2970D1901D6D7DB000ADB311 /* Main */ = {
			isa = PBXGroup;
			children = (
				29CAE2001D6ED4BF0011CCE6 /* Map */,
				295ECD971D86977000DC6EB0 /* Controllers */,
				295ECDA21D86977000DC6EB0 /* Models */,
				295ECDA31D86977000DC6EB0 /* Views */,
			);
			path = Main;
			sourceTree = "<group>";
		};
		2970D1911D6D7DB000ADB311 /* User */ = {
			isa = PBXGroup;
			children = (
				29D7651C1D6F32C00005CA21 /* Cells */,
				29D765191D6F322A0005CA21 /* UserViewController.h */,
				29D7651A1D6F322A0005CA21 /* UserViewController.m */,
				29DC842D1D6FD9A100F377C3 /* ChangepassWordTableViewController.h */,
				29DC842E1D6FD9A100F377C3 /* ChangepassWordTableViewController.m */,
			);
			path = User;
			sourceTree = "<group>";
		};
		2970D1941D6D885F00ADB311 /* Category */ = {
			isa = PBXGroup;
			children = (
				292311961D86A9B00043A55E /* UIView+cornerRadius.h */,
				292311971D86A9B00043A55E /* UIView+cornerRadius.m */,
				295ECD8B1D86910100DC6EB0 /* NSDictionary+Category.h */,
				295ECD8C1D86910100DC6EB0 /* NSDictionary+Category.m */,
				295ECD881D8690F200DC6EB0 /* NSDate+FormatterAdditions.h */,
				295ECD891D8690F200DC6EB0 /* NSDate+FormatterAdditions.m */,
				295ECD851D86784500DC6EB0 /* UIImage+Rotate.h */,
				295ECD861D86784500DC6EB0 /* UIImage+Rotate.m */,
				2970D19E1D6D8AF500ADB311 /* UILabel+CalculateSize.h */,
				2970D19F1D6D8AF500ADB311 /* UILabel+CalculateSize.m */,
				2970D1AA1D6D991100ADB311 /* UIView+Corners.h */,
				2970D1AB1D6D991100ADB311 /* UIView+Corners.m */,
			);
			path = Category;
			sourceTree = "<group>";
		};
		2970D1951D6D88CB00ADB311 /* HttpManager */ = {
			isa = PBXGroup;
			children = (
				2970D1A41D6D8DBF00ADB311 /* NetworkRequestClassManager.h */,
				2970D1A51D6D8DBF00ADB311 /* NetworkRequestClassManager.m */,
			);
			path = HttpManager;
			sourceTree = "<group>";
		};
		2970D1961D6D88CB00ADB311 /* LoadingAnimation */ = {
			isa = PBXGroup;
			children = (
			);
			path = LoadingAnimation;
			sourceTree = "<group>";
		};
		2970D1971D6D88CB00ADB311 /* UserInformation */ = {
			isa = PBXGroup;
			children = (
				2970D1A11D6D8CE800ADB311 /* UserInforMation.h */,
				2970D1A21D6D8CE800ADB311 /* UserInforMation.m */,
			);
			path = UserInformation;
			sourceTree = "<group>";
		};
		2970D1981D6D894800ADB311 /* Macro */ = {
			isa = PBXGroup;
			children = (
				2970D1991D6D899400ADB311 /* MacroDefinition.h */,
				2970D19A1D6D899400ADB311 /* PrefixHeader.pch */,
				29FDC0501D6DB20800561E4F /* urlInformation.h */,
			);
			path = Macro;
			sourceTree = "<group>";
		};
		2970D1AD1D6D9CA000ADB311 /* BaseModel */ = {
			isa = PBXGroup;
			children = (
				2970D1AE1D6D9CB200ADB311 /* palmwms_objc_json_client.h */,
				2970D1AF1D6D9CB200ADB311 /* palmwms_objc_json_client.m */,
			);
			path = BaseModel;
			sourceTree = "<group>";
		};
		29A1277B1DB0BB42008D4794 /* BaiduNaviHelp */ = {
			isa = PBXGroup;
			children = (
				29A1277C1DB0BB6B008D4794 /* NaviManager.h */,
				29A1277D1DB0BB6B008D4794 /* NaviManager.m */,
			);
			path = BaiduNaviHelp;
			sourceTree = "<group>";
		};
		29A1277F1DB0CFFD008D4794 /* OfflineMapsHelp */ = {
			isa = PBXGroup;
			children = (
				29A127801DB0D00C008D4794 /* OfflineMapsManager.h */,
				29A127811DB0D00C008D4794 /* OfflineMapsManager.m */,
			);
			path = OfflineMapsHelp;
			sourceTree = "<group>";
		};
		29B7D5B91F6146A200ED3C2F /* BaiduNaviSDK */ = {
			isa = PBXGroup;
			children = (
				29B7D5BA1F6146A200ED3C2F /* baiduNaviSDK.bundle */,
				29B7D5BB1F6146A200ED3C2F /* baiduNaviSDK.xcassets */,
				29B7D5BC1F6146A200ED3C2F /* inc */,
				29B7D5C61F6146A200ED3C2F /* libbaiduNaviSDK.a */,
				29B7D5C71F6146A200ED3C2F /* readme.txt */,
				29B7D5C81F6146A200ED3C2F /* thirdlibs */,
				29B7D5CB1F6146A200ED3C2F /* updatelog.txt */,
			);
			path = BaiduNaviSDK;
			sourceTree = "<group>";
		};
		29B7D5BC1F6146A200ED3C2F /* inc */ = {
			isa = PBXGroup;
			children = (
				29B7D5BD1F6146A200ED3C2F /* BNaviModel.h */,
				29B7D5BE1F6146A200ED3C2F /* BNCommonDef.h */,
				29B7D5BF1F6146A200ED3C2F /* BNCoreServices.h */,
				29B7D5C01F6146A200ED3C2F /* BNLocation.h */,
				29B7D5C11F6146A200ED3C2F /* BNLocationManagerProtocol.h */,
				29B7D5C21F6146A200ED3C2F /* BNRoutePlanManagerProtocol.h */,
				29B7D5C31F6146A200ED3C2F /* BNRoutePlanModel.h */,
				29B7D5C41F6146A200ED3C2F /* BNStrategyManagerProtocol.h */,
				29B7D5C51F6146A200ED3C2F /* BNUIManagerProtocol.h */,
			);
			path = inc;
			sourceTree = "<group>";
		};
		29B7D5C81F6146A200ED3C2F /* thirdlibs */ = {
			isa = PBXGroup;
			children = (
				29B7D5C91F6146A200ED3C2F /* libcrypto.a */,
				29B7D5CA1F6146A200ED3C2F /* libssl.a */,
			);
			path = thirdlibs;
			sourceTree = "<group>";
		};
		29CAE2001D6ED4BF0011CCE6 /* Map */ = {
			isa = PBXGroup;
			children = (
				29CAE20D1D6EE34E0011CCE6 /* CustomBMKAnnotationView.h */,
				29CAE20E1D6EE34E0011CCE6 /* CustomBMKAnnotationView.m */,
				29CAE2031D6ED4BF0011CCE6 /* CustomLabel.h */,
				29CAE2041D6ED4BF0011CCE6 /* CustomLabel.m */,
				29CAE2071D6ED4BF0011CCE6 /* UserPaopaoView.h */,
				29CAE2081D6ED4BF0011CCE6 /* UserPaopaoView.m */,
			);
			path = Map;
			sourceTree = "<group>";
		};
		29CF916A1D66B8CC00AE13A8 = {
			isa = PBXGroup;
			children = (
				2970D1861D6D7BF800ADB311 /* Class */,
				2970D1871D6D7BF800ADB311 /* Tools */,
				29CF91751D66B8CC00AE13A8 /* Palmwms */,
				29CF91741D66B8CC00AE13A8 /* Products */,
				4D1268B5A77B318DE79E83B0 /* Frameworks */,
				F25A8A7F8D4386142DF04D88 /* Pods */,
			);
			sourceTree = "<group>";
		};
		29CF91741D66B8CC00AE13A8 /* Products */ = {
			isa = PBXGroup;
			children = (
				29CF91731D66B8CC00AE13A8 /* Palmwms.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		29CF91751D66B8CC00AE13A8 /* Palmwms */ = {
			isa = PBXGroup;
			children = (
				29CF91791D66B8CC00AE13A8 /* AppDelegate.h */,
				29CF917A1D66B8CC00AE13A8 /* AppDelegate.m */,
				2970D18C1D6D7D3900ADB311 /* BaseViewController.h */,
				2970D18D1D6D7D3900ADB311 /* BaseViewController.m */,
				2970D18A1D6D7CFE00ADB311 /* PalmwmsMain.storyboard */,
				29CF91761D66B8CC00AE13A8 /* Supporting Files */,
			);
			path = Palmwms;
			sourceTree = "<group>";
		};
		29CF91761D66B8CC00AE13A8 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				2970D1881D6D7C1000ADB311 /* Images.xcassets */,
				29CF91821D66B8CC00AE13A8 /* Assets.xcassets */,
				29CF91771D66B8CC00AE13A8 /* main.m */,
				29CF91871D66B8CC00AE13A8 /* Info.plist */,
				29CF91841D66B8CC00AE13A8 /* LaunchScreen.storyboard */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		29D7651C1D6F32C00005CA21 /* Cells */ = {
			isa = PBXGroup;
			children = (
				29D7651D1D6F33800005CA21 /* ChangePasswordTableViewCell.h */,
				29D7651E1D6F33800005CA21 /* ChangePasswordTableViewCell.m */,
				29D765201D6F33920005CA21 /* LogoutTableViewCell.h */,
				29D765211D6F33920005CA21 /* LogoutTableViewCell.m */,
			);
			path = Cells;
			sourceTree = "<group>";
		};
		4D1268B5A77B318DE79E83B0 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				29B7D5B71F611EDD00ED3C2F /* UserNotifications.framework */,
				29A127671DB09B41008D4794 /* libz.1.2.5.tbd */,
				29A127651DB09B37008D4794 /* libsqlite3.0.tbd */,
				29A127631DB09B2C008D4794 /* libstdc++.6.0.9.tbd */,
				29A127611DB09B13008D4794 /* GLKit.framework */,
				29A1275F1DB09B0B008D4794 /* OpenGLES.framework */,
				29A1275D1DB09B04008D4794 /* Security.framework */,
				29A1275B1DB09AFD008D4794 /* JavaScriptCore.framework */,
				29A127591DB09AF6008D4794 /* SystemConfiguration.framework */,
				29A127571DB09AEF008D4794 /* AVFoundation.framework */,
				29A127551DB09AE8008D4794 /* MediaPlayer.framework */,
				29A127531DB09AE1008D4794 /* CoreTelephony.framework */,
				29A127511DB09AD8008D4794 /* CoreLocation.framework */,
				29A1274F1DB09ACE008D4794 /* CoreMotion.framework */,
				29A1274D1DB09AC6008D4794 /* ImageIO.framework */,
				29A1274B1DB09ABD008D4794 /* AudioToolbox.framework */,
				12DA58FCCBFF93CB0C6A4572 /* libPods-Palmwms.a */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		F25A8A7F8D4386142DF04D88 /* Pods */ = {
			isa = PBXGroup;
			children = (
				B230C7C649B94FA28F4F9238 /* Pods-Palmwms.debug.xcconfig */,
				B7DE3AC584D04A71DB8A4C03 /* Pods-Palmwms.release.xcconfig */,
			);
			name = Pods;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		29CF91721D66B8CC00AE13A8 /* Palmwms */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 29CF918A1D66B8CC00AE13A8 /* Build configuration list for PBXNativeTarget "Palmwms" */;
			buildPhases = (
				C82C6AD20913293585A410E9 /* [CP] Check Pods Manifest.lock */,
				29CF916F1D66B8CC00AE13A8 /* Sources */,
				29CF91701D66B8CC00AE13A8 /* Frameworks */,
				29CF91711D66B8CC00AE13A8 /* Resources */,
				B5B40723F33AFA45D7448E05 /* [CP] Embed Pods Frameworks */,
				1922718F7F335EFED38FD555 /* [CP] Copy Pods Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Palmwms;
			productName = Palmwms;
			productReference = 29CF91731D66B8CC00AE13A8 /* Palmwms.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		29CF916B1D66B8CC00AE13A8 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0830;
				ORGANIZATIONNAME = "上海勾芒科技有限公司";
				TargetAttributes = {
					29CF91721D66B8CC00AE13A8 = {
						CreatedOnToolsVersion = 7.2;
						DevelopmentTeam = W54V2VB863;
						ProvisioningStyle = Automatic;
						SystemCapabilities = {
							com.apple.BackgroundModes = {
								enabled = 1;
							};
						};
					};
				};
			};
			buildConfigurationList = 29CF916E1D66B8CC00AE13A8 /* Build configuration list for PBXProject "Palmwms" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = 29CF916A1D66B8CC00AE13A8;
			productRefGroup = 29CF91741D66B8CC00AE13A8 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				29CF91721D66B8CC00AE13A8 /* Palmwms */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		29CF91711D66B8CC00AE13A8 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				29B7D5D21F6146A200ED3C2F /* updatelog.txt in Resources */,
				29B7D5CD1F6146A200ED3C2F /* baiduNaviSDK.xcassets in Resources */,
				29CF91861D66B8CC00AE13A8 /* LaunchScreen.storyboard in Resources */,
				29B7D5CC1F6146A200ED3C2F /* baiduNaviSDK.bundle in Resources */,
				2970D1891D6D7C1000ADB311 /* Images.xcassets in Resources */,
				29B7D5CF1F6146A200ED3C2F /* readme.txt in Resources */,
				29CF91831D66B8CC00AE13A8 /* Assets.xcassets in Resources */,
				2970D18B1D6D7CFE00ADB311 /* PalmwmsMain.storyboard in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		1922718F7F335EFED38FD555 /* [CP] Copy Pods Resources */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "[CP] Copy Pods Resources";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Palmwms/Pods-Palmwms-resources.sh\"\n";
			showEnvVarsInLog = 0;
		};
		B5B40723F33AFA45D7448E05 /* [CP] Embed Pods Frameworks */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "[CP] Embed Pods Frameworks";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Palmwms/Pods-Palmwms-frameworks.sh\"\n";
			showEnvVarsInLog = 0;
		};
		C82C6AD20913293585A410E9 /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			name = "[CP] Check Pods Manifest.lock";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		29CF916F1D66B8CC00AE13A8 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				295ECDA51D86977000DC6EB0 /* DeliveryTrackingViewController.mm in Sources */,
				295ECDAB1D86979B00DC6EB0 /* OrderDetailsTableViewCell.m in Sources */,
				2970D1A01D6D8AF500ADB311 /* UILabel+CalculateSize.m in Sources */,
				2970D1A31D6D8CE800ADB311 /* UserInforMation.m in Sources */,
				295ECD8A1D8690F200DC6EB0 /* NSDate+FormatterAdditions.m in Sources */,
				29CAE20C1D6ED4BF0011CCE6 /* UserPaopaoView.m in Sources */,
				295ECD871D86784500DC6EB0 /* UIImage+Rotate.m in Sources */,
				29CF917B1D66B8CC00AE13A8 /* AppDelegate.m in Sources */,
				29DC842F1D6FD9A100F377C3 /* ChangepassWordTableViewController.m in Sources */,
				29D7651B1D6F322A0005CA21 /* UserViewController.m in Sources */,
				29A127821DB0D00C008D4794 /* OfflineMapsManager.m in Sources */,
				2970D1AC1D6D991100ADB311 /* UIView+Corners.m in Sources */,
				292311981D86A9B00043A55E /* UIView+cornerRadius.m in Sources */,
				2970D1B01D6D9CB300ADB311 /* palmwms_objc_json_client.m in Sources */,
				29A1277E1DB0BB6B008D4794 /* NaviManager.m in Sources */,
				295ECDA61D86977000DC6EB0 /* MainViewController.m in Sources */,
				29D765221D6F33920005CA21 /* LogoutTableViewCell.m in Sources */,
				29D7651F1D6F33800005CA21 /* ChangePasswordTableViewCell.m in Sources */,
				295ECDA41D86977000DC6EB0 /* CoordinateAcquisitionViewController.m in Sources */,
				2970D1A61D6D8DBF00ADB311 /* NetworkRequestClassManager.m in Sources */,
				2970D1A91D6D8F9D00ADB311 /* LoginViewController.m in Sources */,
				295ECDA71D86977000DC6EB0 /* OrderDetailsViewController.m in Sources */,
				2970D18E1D6D7D3900ADB311 /* BaseViewController.m in Sources */,
				295ECD8D1D86910100DC6EB0 /* NSDictionary+Category.m in Sources */,
				2927DEF41D87CF3F00E0BC8E /* OrderListTableViewCell.m in Sources */,
				2927DEF11D87CF1200E0BC8E /* OrderListViewController.m in Sources */,
				29CF91781D66B8CC00AE13A8 /* main.m in Sources */,
				29CAE20A1D6ED4BF0011CCE6 /* CustomLabel.m in Sources */,
				295ECDA81D86977000DC6EB0 /* SearchViewController.m in Sources */,
				29CAE20F1D6EE34E0011CCE6 /* CustomBMKAnnotationView.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
		29CF91841D66B8CC00AE13A8 /* LaunchScreen.storyboard */ = {
			isa = PBXVariantGroup;
			children = (
				29CF91851D66B8CC00AE13A8 /* Base */,
			);
			name = LaunchScreen.storyboard;
			sourceTree = "<group>";
		};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
		29CF91881D66B8CC00AE13A8 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 9.2;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		29CF91891D66B8CC00AE13A8 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 9.2;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		29CF918B1D66B8CC00AE13A8 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = B230C7C649B94FA28F4F9238 /* Pods-Palmwms.debug.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Gomore Information Technology Co.,Ltd";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				DEVELOPMENT_TEAM = W54V2VB863;
				ENABLE_BITCODE = NO;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"\"${PODS_ROOT}/BaiduMapKit/BaiduMapKit\"",
					"\"${PODS_ROOT}/UMengAnalytics/umsdk_IOS_analyics_idfa_v4.1.0\"",
				);
				GCC_PREFIX_HEADER = "$(SRCROOT)/Palmwms/Tools/Macro/PrefixHeader.pch";
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"\"${PODS_ROOT}/Headers/Public\"",
					"\"${PODS_ROOT}/Headers/Public/AFNetworking\"",
					"\"${PODS_ROOT}/Headers/Public/DZNEmptyDataSet\"",
					"\"${PODS_ROOT}/Headers/Public/IQKeyboardManager\"",
					"\"${PODS_ROOT}/Headers/Public/JSONModel\"",
					"\"${PODS_ROOT}/Headers/Public/MJRefresh\"",
					"\"${PODS_ROOT}/Headers/Public/Masonry\"",
					"\"${PODS_ROOT}/Headers/Public/SDWebImage\"",
				);
				INFOPLIST_FILE = Palmwms/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Palmwms/Tools/BaiduNaviSDK",
					"$(PROJECT_DIR)/Palmwms/Tools/BaiduNaviSDK/thirdlibs",
				);
				PRODUCT_BUNDLE_IDENTIFIER = com.gomore.palmwms;
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE = "";
				PROVISIONING_PROFILE_SPECIFIER = "";
				TARGETED_DEVICE_FAMILY = 1;
				USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
			};
			name = Debug;
		};
		29CF918C1D66B8CC00AE13A8 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = B7DE3AC584D04A71DB8A4C03 /* Pods-Palmwms.release.xcconfig */;
			buildSettings = {
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
				CODE_SIGN_IDENTITY = "iPhone Distribution: Shanghai Gomore Information Technology Co.,Ltd";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				DEVELOPMENT_TEAM = W54V2VB863;
				ENABLE_BITCODE = NO;
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"\"${PODS_ROOT}/BaiduMapKit/BaiduMapKit\"",
					"\"${PODS_ROOT}/UMengAnalytics/umsdk_IOS_analyics_idfa_v4.1.0\"",
				);
				GCC_PREFIX_HEADER = "$(SRCROOT)/Palmwms/Tools/Macro/PrefixHeader.pch";
				HEADER_SEARCH_PATHS = (
					"$(inherited)",
					"\"${PODS_ROOT}/Headers/Public\"",
					"\"${PODS_ROOT}/Headers/Public/AFNetworking\"",
					"\"${PODS_ROOT}/Headers/Public/DZNEmptyDataSet\"",
					"\"${PODS_ROOT}/Headers/Public/IQKeyboardManager\"",
					"\"${PODS_ROOT}/Headers/Public/JSONModel\"",
					"\"${PODS_ROOT}/Headers/Public/MJRefresh\"",
					"\"${PODS_ROOT}/Headers/Public/Masonry\"",
					"\"${PODS_ROOT}/Headers/Public/SDWebImage\"",
				);
				INFOPLIST_FILE = Palmwms/Info.plist;
				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"$(PROJECT_DIR)/Palmwms/Tools/BaiduNaviSDK",
					"$(PROJECT_DIR)/Palmwms/Tools/BaiduNaviSDK/thirdlibs",
				);
				PRODUCT_BUNDLE_IDENTIFIER = com.gomore.palmwms;
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE = "";
				PROVISIONING_PROFILE_SPECIFIER = "";
				TARGETED_DEVICE_FAMILY = 1;
				USER_HEADER_SEARCH_PATHS = "$(PODS_ROOT)/**";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		29CF916E1D66B8CC00AE13A8 /* Build configuration list for PBXProject "Palmwms" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				29CF91881D66B8CC00AE13A8 /* Debug */,
				29CF91891D66B8CC00AE13A8 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		29CF918A1D66B8CC00AE13A8 /* Build configuration list for PBXNativeTarget "Palmwms" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				29CF918B1D66B8CC00AE13A8 /* Debug */,
				29CF918C1D66B8CC00AE13A8 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 29CF916B1D66B8CC00AE13A8 /* Project object */;
}