project.pbxproj 70.7 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 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 55;
	objects = {

/* Begin PBXBuildFile section */
		90A642C63E50BDC7DA58E1A5 /* Pods_warplySDKFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54EF34AC17684303DE26E296 /* Pods_warplySDKFramework.framework */; };
		E6C5304A27A2D64900887C35 /* warplySDKFramework.docc in Sources */ = {isa = PBXBuildFile; fileRef = E6C5304927A2D64900887C35 /* warplySDKFramework.docc */; };
		E6C5304B27A2D64900887C35 /* warplySDKFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5304827A2D64900887C35 /* warplySDKFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
		E6C530CA27A2D68000887C35 /* WLNativeAdCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5305327A2D67F00887C35 /* WLNativeAdCollectionViewCell.h */; };
		E6C530CB27A2D68000887C35 /* WLNativeVideoTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E6C5305427A2D67F00887C35 /* WLNativeVideoTableViewCell.xib */; };
		E6C530CC27A2D68000887C35 /* WLNativeAdTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5305527A2D67F00887C35 /* WLNativeAdTableViewCell.h */; };
		E6C530CD27A2D68000887C35 /* WLNativeVideoTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305627A2D67F00887C35 /* WLNativeVideoTableViewCell.m */; };
		E6C530CE27A2D68000887C35 /* WLCustomNativeCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305727A2D67F00887C35 /* WLCustomNativeCollectionViewCell.m */; };
		E6C530CF27A2D68000887C35 /* WLNativeAdsTableMode.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305827A2D67F00887C35 /* WLNativeAdsTableMode.m */; };
		E6C530D027A2D68000887C35 /* WLCustomNativeAdTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5305927A2D67F00887C35 /* WLCustomNativeAdTableViewCell.h */; };
		E6C530D127A2D68000887C35 /* WLNativeAdsCollectionMode.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305A27A2D67F00887C35 /* WLNativeAdsCollectionMode.m */; };
		E6C530D227A2D68000887C35 /* WLNativeAdTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305B27A2D67F00887C35 /* WLNativeAdTableViewCell.m */; };
		E6C530D327A2D68000887C35 /* WLNativeAdCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305C27A2D67F00887C35 /* WLNativeAdCollectionViewCell.m */; };
		E6C530D427A2D68000887C35 /* WLNativeAdTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E6C5305D27A2D67F00887C35 /* WLNativeAdTableViewCell.xib */; };
		E6C530D527A2D68000887C35 /* WLNativeAdCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = E6C5305E27A2D67F00887C35 /* WLNativeAdCollectionViewCell.xib */; };
		E6C530D627A2D68000887C35 /* WLCustomNativeAdTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5305F27A2D67F00887C35 /* WLCustomNativeAdTableViewCell.m */; };
		E6C530D727A2D68000887C35 /* WLNativeAdsTableMode.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306027A2D67F00887C35 /* WLNativeAdsTableMode.h */; };
		E6C530D827A2D68000887C35 /* WLCustomNativeCollectionViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306127A2D67F00887C35 /* WLCustomNativeCollectionViewCell.h */; };
		E6C530D927A2D68000887C35 /* WLNativeVideoTableViewCell.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306227A2D67F00887C35 /* WLNativeVideoTableViewCell.h */; };
		E6C530DA27A2D68000887C35 /* WLNativeAdsCollectionMode.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306327A2D67F00887C35 /* WLNativeAdsCollectionMode.h */; };
		E6C530DB27A2D68000887C35 /* WLBeacon.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306527A2D67F00887C35 /* WLBeacon.h */; };
		E6C530DC27A2D68000887C35 /* WLBaseItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306627A2D67F00887C35 /* WLBaseItem.h */; };
		E6C530DD27A2D68000887C35 /* WLInboxItemViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306727A2D67F00887C35 /* WLInboxItemViewController.h */; };
		E6C530DE27A2D68000887C35 /* WLInboxItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5306827A2D67F00887C35 /* WLInboxItem.m */; };
		E6C530DF27A2D68000887C35 /* WLAPSItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306927A2D67F00887C35 /* WLAPSItem.h */; };
		E6C530E027A2D68000887C35 /* WLBeacon.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5306A27A2D67F00887C35 /* WLBeacon.m */; };
		E6C530E127A2D68000887C35 /* WLInboxItemViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5306B27A2D67F00887C35 /* WLInboxItemViewController.m */; };
		E6C530E227A2D68000887C35 /* WLBaseItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5306C27A2D67F00887C35 /* WLBaseItem.m */; };
		E6C530E327A2D68000887C35 /* WLInboxItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5306D27A2D67F00887C35 /* WLInboxItem.h */; };
		E6C530E427A2D68000887C35 /* WLAPSItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5306E27A2D67F00887C35 /* WLAPSItem.m */; };
		E6C530E527A2D68000887C35 /* WLEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5306F27A2D67F00887C35 /* WLEvent.m */; };
		E6C530E627A2D68000887C35 /* warp_white_back_button@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E6C5307127A2D67F00887C35 /* warp_white_back_button@2x.png */; };
		E6C530E727A2D68000887C35 /* warp_white_forward_button.png in Resources */ = {isa = PBXBuildFile; fileRef = E6C5307227A2D67F00887C35 /* warp_white_forward_button.png */; };
		E6C530E827A2D68000887C35 /* warp_white_back_button.png in Resources */ = {isa = PBXBuildFile; fileRef = E6C5307327A2D67F00887C35 /* warp_white_back_button.png */; };
		E6C530E927A2D68000887C35 /* warp_white_close_button@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E6C5307427A2D67F00887C35 /* warp_white_close_button@2x.png */; };
		E6C530EA27A2D68000887C35 /* warp_white_forward_button@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E6C5307527A2D67F00887C35 /* warp_white_forward_button@2x.png */; };
		E6C530EB27A2D68000887C35 /* warp_white_close_button.png in Resources */ = {isa = PBXBuildFile; fileRef = E6C5307627A2D67F00887C35 /* warp_white_close_button.png */; };
		E6C530EC27A2D68000887C35 /* WLPushManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5307827A2D67F00887C35 /* WLPushManager.m */; };
		E6C530ED27A2D68000887C35 /* WLBeaconManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5307927A2D67F00887C35 /* WLBeaconManager.m */; };
		E6C530EE27A2D68000887C35 /* WLLocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5307A27A2D67F00887C35 /* WLLocationManager.m */; };
		E6C530EF27A2D68000887C35 /* WLAnalyticsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5307B27A2D67F00887C35 /* WLAnalyticsManager.h */; };
		E6C530F027A2D68000887C35 /* WLUserManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5307C27A2D67F00887C35 /* WLUserManager.h */; };
		E6C530F127A2D68000887C35 /* WLBeaconManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5307D27A2D67F00887C35 /* WLBeaconManager.h */; };
		E6C530F227A2D68000887C35 /* WLPushManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5307E27A2D67F00887C35 /* WLPushManager.h */; };
		E6C530F327A2D68000887C35 /* WLAnalyticsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5307F27A2D67F00887C35 /* WLAnalyticsManager.m */; };
		E6C530F427A2D68000887C35 /* WLLocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308027A2D67F00887C35 /* WLLocationManager.h */; };
		E6C530F527A2D68000887C35 /* WLUserManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308127A2D67F00887C35 /* WLUserManager.m */; };
		E6C530F627A2D68000887C35 /* WLUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308327A2D67F00887C35 /* WLUtils.m */; };
		E6C530F727A2D68000887C35 /* UIViewController+WLAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308427A2D67F00887C35 /* UIViewController+WLAdditions.h */; };
		E6C530F827A2D68000887C35 /* UIViewController+WLAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308527A2D67F00887C35 /* UIViewController+WLAdditions.m */; };
		E6C530F927A2D68000887C35 /* WLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308627A2D67F00887C35 /* WLUtils.h */; };
		E6C530FA27A2D68000887C35 /* Warply.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308727A2D67F00887C35 /* Warply.m */; };
		E6C530FB27A2D68000887C35 /* WLAPPActionHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308927A2D67F00887C35 /* WLAPPActionHandler.m */; };
		E6C530FC27A2D68000887C35 /* WLSMSActionHanlder.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308A27A2D67F00887C35 /* WLSMSActionHanlder.h */; };
		E6C530FD27A2D68000887C35 /* WLSMSActionHandlerDeprecated.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308B27A2D67F00887C35 /* WLSMSActionHandlerDeprecated.m */; };
		E6C530FE27A2D68000887C35 /* WLSMSActionHandlerDeprecated.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308C27A2D67F00887C35 /* WLSMSActionHandlerDeprecated.h */; };
		E6C530FF27A2D68000887C35 /* WLSMSActionHanlder.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5308D27A2D67F00887C35 /* WLSMSActionHanlder.m */; };
		E6C5310027A2D68000887C35 /* WLAPPActionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308E27A2D67F00887C35 /* WLAPPActionHandler.h */; };
		E6C5310127A2D68000887C35 /* WLGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5308F27A2D67F00887C35 /* WLGlobals.h */; };
		E6C5310227A2D68000887C35 /* NSString+SSToolkitAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309227A2D67F00887C35 /* NSString+SSToolkitAdditions.h */; };
		E6C5310327A2D68000887C35 /* NSData+SSToolkitAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5309327A2D67F00887C35 /* NSData+SSToolkitAdditions.m */; };
		E6C5310427A2D68000887C35 /* NSData+SSToolkitAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309427A2D67F00887C35 /* NSData+SSToolkitAdditions.h */; };
		E6C5310527A2D68000887C35 /* NSString+SSToolkitAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5309527A2D67F00887C35 /* NSString+SSToolkitAdditions.m */; };
		E6C5310627A2D68000887C35 /* UIProgressView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5309727A2D67F00887C35 /* UIProgressView+AFNetworking.m */; };
		E6C5310727A2D68000887C35 /* UIButton+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309827A2D67F00887C35 /* UIButton+AFNetworking.h */; };
		E6C5310827A2D68000887C35 /* UIRefreshControl+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5309927A2D67F00887C35 /* UIRefreshControl+AFNetworking.m */; };
		E6C5310927A2D68000887C35 /* UIImageView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309A27A2D67F00887C35 /* UIImageView+AFNetworking.h */; };
		E6C5310A27A2D68000887C35 /* AFImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309B27A2D67F00887C35 /* AFImageDownloader.h */; };
		E6C5310B27A2D68000887C35 /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5309C27A2D67F00887C35 /* AFNetworkActivityIndicatorManager.m */; };
		E6C5310C27A2D68000887C35 /* AFAutoPurgingImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309D27A2D67F00887C35 /* AFAutoPurgingImageCache.h */; };
		E6C5310D27A2D68000887C35 /* UIWebView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309E27A2D67F00887C35 /* UIWebView+AFNetworking.h */; };
		E6C5310E27A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5309F27A2D67F00887C35 /* UIActivityIndicatorView+AFNetworking.h */; };
		E6C5310F27A2D68000887C35 /* UIImage+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530A027A2D67F00887C35 /* UIImage+AFNetworking.h */; };
		E6C5311027A2D68000887C35 /* UIProgressView+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530A127A2D67F00887C35 /* UIProgressView+AFNetworking.h */; };
		E6C5311127A2D68000887C35 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530A227A2D67F00887C35 /* UIImageView+AFNetworking.m */; };
		E6C5311227A2D68000887C35 /* UIKit+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530A327A2D67F00887C35 /* UIKit+AFNetworking.h */; };
		E6C5311327A2D68000887C35 /* UIRefreshControl+AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530A427A2D68000887C35 /* UIRefreshControl+AFNetworking.h */; };
		E6C5311427A2D68000887C35 /* UIButton+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530A527A2D68000887C35 /* UIButton+AFNetworking.m */; };
		E6C5311527A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530A627A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.m */; };
		E6C5311627A2D68000887C35 /* UIWebView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530A727A2D68000887C35 /* UIWebView+AFNetworking.m */; };
		E6C5311727A2D68000887C35 /* AFAutoPurgingImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530A827A2D68000887C35 /* AFAutoPurgingImageCache.m */; };
		E6C5311827A2D68000887C35 /* AFNetworkActivityIndicatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530A927A2D68000887C35 /* AFNetworkActivityIndicatorManager.h */; };
		E6C5311927A2D68000887C35 /* AFImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530AA27A2D68000887C35 /* AFImageDownloader.m */; };
		E6C5311A27A2D68000887C35 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530AC27A2D68000887C35 /* AFSecurityPolicy.h */; };
		E6C5311B27A2D68000887C35 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530AD27A2D68000887C35 /* AFNetworkReachabilityManager.h */; };
		E6C5311C27A2D68000887C35 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530AE27A2D68000887C35 /* AFURLSessionManager.h */; };
		E6C5311D27A2D68000887C35 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530AF27A2D68000887C35 /* AFURLRequestSerialization.h */; };
		E6C5311E27A2D68000887C35 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530B027A2D68000887C35 /* AFURLResponseSerialization.m */; };
		E6C5311F27A2D68000887C35 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530B127A2D68000887C35 /* AFHTTPSessionManager.m */; };
		E6C5312027A2D68000887C35 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530B227A2D68000887C35 /* AFURLResponseSerialization.h */; };
		E6C5312127A2D68000887C35 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530B327A2D68000887C35 /* AFURLSessionManager.m */; };
		E6C5312227A2D68000887C35 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530B427A2D68000887C35 /* AFURLRequestSerialization.m */; };
		E6C5312327A2D68000887C35 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530B527A2D68000887C35 /* AFNetworking.h */; };
		E6C5312427A2D68100887C35 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530B627A2D68000887C35 /* AFNetworkReachabilityManager.m */; };
		E6C5312527A2D68100887C35 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530B727A2D68000887C35 /* AFSecurityPolicy.m */; };
		E6C5312627A2D68100887C35 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530B827A2D68000887C35 /* AFHTTPSessionManager.h */; };
		E6C5312727A2D68100887C35 /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530BA27A2D68000887C35 /* FMDatabase.h */; };
		E6C5312827A2D68100887C35 /* FMDatabaseQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530BB27A2D68000887C35 /* FMDatabaseQueue.m */; };
		E6C5312927A2D68100887C35 /* FMResultSet.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530BC27A2D68000887C35 /* FMResultSet.h */; };
		E6C5312A27A2D68100887C35 /* FMDatabasePool.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530BD27A2D68000887C35 /* FMDatabasePool.h */; };
		E6C5312B27A2D68100887C35 /* FMDatabaseAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530BE27A2D68000887C35 /* FMDatabaseAdditions.m */; };
		E6C5312C27A2D68100887C35 /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530BF27A2D68000887C35 /* FMDatabase.m */; };
		E6C5312D27A2D68100887C35 /* FMDatabaseQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530C027A2D68000887C35 /* FMDatabaseQueue.h */; };
		E6C5312E27A2D68100887C35 /* FMDB.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530C127A2D68000887C35 /* FMDB.h */; };
		E6C5312F27A2D68100887C35 /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530C227A2D68000887C35 /* FMDatabaseAdditions.h */; };
		E6C5313027A2D68100887C35 /* FMDatabasePool.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530C327A2D68000887C35 /* FMDatabasePool.m */; };
		E6C5313127A2D68100887C35 /* FMResultSet.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530C427A2D68000887C35 /* FMResultSet.m */; };
		E6C5313227A2D68100887C35 /* WLEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530C527A2D68000887C35 /* WLEvent.h */; };
		E6C5313327A2D68100887C35 /* Warply.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530C627A2D68000887C35 /* Warply.h */; };
		E6C5313427A2D68100887C35 /* WarplyReactMethods.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C530C827A2D68000887C35 /* WarplyReactMethods.m */; };
		E6C5313527A2D68100887C35 /* WarplyReactMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C530C927A2D68000887C35 /* WarplyReactMethods.h */; };
		E6C5313B27A2D68B00887C35 /* ProfileViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C5313627A2D68B00887C35 /* ProfileViewInterface.swift */; };
		E6C5313C27A2D68B00887C35 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C5313727A2D68B00887C35 /* ProfileView.swift */; };
		E6C5313D27A2D68B00887C35 /* MyApi.m in Sources */ = {isa = PBXBuildFile; fileRef = E6C5313827A2D68B00887C35 /* MyApi.m */; };
		E6C5313E27A2D68B00887C35 /* View.xib in Resources */ = {isa = PBXBuildFile; fileRef = E6C5313927A2D68B00887C35 /* View.xib */; };
		E6C5313F27A2D68B00887C35 /* MyApi.h in Headers */ = {isa = PBXBuildFile; fileRef = E6C5313A27A2D68B00887C35 /* MyApi.h */; settings = {ATTRIBUTES = (Public, ); }; };
		E6C5314127A2FFA700887C35 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E6C5314027A2FFA700887C35 /* Media.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		152CCA162C89BD321D58EEBB /* Pods-warplySDKFramework.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-warplySDKFramework.release.xcconfig"; path = "Target Support Files/Pods-warplySDKFramework/Pods-warplySDKFramework.release.xcconfig"; sourceTree = "<group>"; };
		4284A3DF2AEA88E10D49ED0A /* Pods-warplySDKFramework.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-warplySDKFramework.debug.xcconfig"; path = "Target Support Files/Pods-warplySDKFramework/Pods-warplySDKFramework.debug.xcconfig"; sourceTree = "<group>"; };
		54EF34AC17684303DE26E296 /* Pods_warplySDKFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_warplySDKFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		E6C5304527A2D64900887C35 /* warplySDKFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = warplySDKFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		E6C5304827A2D64900887C35 /* warplySDKFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = warplySDKFramework.h; sourceTree = "<group>"; };
		E6C5304927A2D64900887C35 /* warplySDKFramework.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = warplySDKFramework.docc; sourceTree = "<group>"; };
		E6C5305327A2D67F00887C35 /* WLNativeAdCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLNativeAdCollectionViewCell.h; sourceTree = "<group>"; };
		E6C5305427A2D67F00887C35 /* WLNativeVideoTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = WLNativeVideoTableViewCell.xib; sourceTree = "<group>"; };
		E6C5305527A2D67F00887C35 /* WLNativeAdTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLNativeAdTableViewCell.h; sourceTree = "<group>"; };
		E6C5305627A2D67F00887C35 /* WLNativeVideoTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLNativeVideoTableViewCell.m; sourceTree = "<group>"; };
		E6C5305727A2D67F00887C35 /* WLCustomNativeCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLCustomNativeCollectionViewCell.m; sourceTree = "<group>"; };
		E6C5305827A2D67F00887C35 /* WLNativeAdsTableMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLNativeAdsTableMode.m; sourceTree = "<group>"; };
		E6C5305927A2D67F00887C35 /* WLCustomNativeAdTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLCustomNativeAdTableViewCell.h; sourceTree = "<group>"; };
		E6C5305A27A2D67F00887C35 /* WLNativeAdsCollectionMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLNativeAdsCollectionMode.m; sourceTree = "<group>"; };
		E6C5305B27A2D67F00887C35 /* WLNativeAdTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLNativeAdTableViewCell.m; sourceTree = "<group>"; };
		E6C5305C27A2D67F00887C35 /* WLNativeAdCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLNativeAdCollectionViewCell.m; sourceTree = "<group>"; };
		E6C5305D27A2D67F00887C35 /* WLNativeAdTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = WLNativeAdTableViewCell.xib; sourceTree = "<group>"; };
		E6C5305E27A2D67F00887C35 /* WLNativeAdCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = WLNativeAdCollectionViewCell.xib; sourceTree = "<group>"; };
		E6C5305F27A2D67F00887C35 /* WLCustomNativeAdTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLCustomNativeAdTableViewCell.m; sourceTree = "<group>"; };
		E6C5306027A2D67F00887C35 /* WLNativeAdsTableMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLNativeAdsTableMode.h; sourceTree = "<group>"; };
		E6C5306127A2D67F00887C35 /* WLCustomNativeCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLCustomNativeCollectionViewCell.h; sourceTree = "<group>"; };
		E6C5306227A2D67F00887C35 /* WLNativeVideoTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLNativeVideoTableViewCell.h; sourceTree = "<group>"; };
		E6C5306327A2D67F00887C35 /* WLNativeAdsCollectionMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLNativeAdsCollectionMode.h; sourceTree = "<group>"; };
		E6C5306527A2D67F00887C35 /* WLBeacon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLBeacon.h; sourceTree = "<group>"; };
		E6C5306627A2D67F00887C35 /* WLBaseItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLBaseItem.h; sourceTree = "<group>"; };
		E6C5306727A2D67F00887C35 /* WLInboxItemViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLInboxItemViewController.h; sourceTree = "<group>"; };
		E6C5306827A2D67F00887C35 /* WLInboxItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLInboxItem.m; sourceTree = "<group>"; };
		E6C5306927A2D67F00887C35 /* WLAPSItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLAPSItem.h; sourceTree = "<group>"; };
		E6C5306A27A2D67F00887C35 /* WLBeacon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLBeacon.m; sourceTree = "<group>"; };
		E6C5306B27A2D67F00887C35 /* WLInboxItemViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLInboxItemViewController.m; sourceTree = "<group>"; };
		E6C5306C27A2D67F00887C35 /* WLBaseItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLBaseItem.m; sourceTree = "<group>"; };
		E6C5306D27A2D67F00887C35 /* WLInboxItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLInboxItem.h; sourceTree = "<group>"; };
		E6C5306E27A2D67F00887C35 /* WLAPSItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLAPSItem.m; sourceTree = "<group>"; };
		E6C5306F27A2D67F00887C35 /* WLEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLEvent.m; sourceTree = "<group>"; };
		E6C5307127A2D67F00887C35 /* warp_white_back_button@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "warp_white_back_button@2x.png"; sourceTree = "<group>"; };
		E6C5307227A2D67F00887C35 /* warp_white_forward_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = warp_white_forward_button.png; sourceTree = "<group>"; };
		E6C5307327A2D67F00887C35 /* warp_white_back_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = warp_white_back_button.png; sourceTree = "<group>"; };
		E6C5307427A2D67F00887C35 /* warp_white_close_button@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "warp_white_close_button@2x.png"; sourceTree = "<group>"; };
		E6C5307527A2D67F00887C35 /* warp_white_forward_button@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "warp_white_forward_button@2x.png"; sourceTree = "<group>"; };
		E6C5307627A2D67F00887C35 /* warp_white_close_button.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = warp_white_close_button.png; sourceTree = "<group>"; };
		E6C5307827A2D67F00887C35 /* WLPushManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLPushManager.m; sourceTree = "<group>"; };
		E6C5307927A2D67F00887C35 /* WLBeaconManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLBeaconManager.m; sourceTree = "<group>"; };
		E6C5307A27A2D67F00887C35 /* WLLocationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLLocationManager.m; sourceTree = "<group>"; };
		E6C5307B27A2D67F00887C35 /* WLAnalyticsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLAnalyticsManager.h; sourceTree = "<group>"; };
		E6C5307C27A2D67F00887C35 /* WLUserManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLUserManager.h; sourceTree = "<group>"; };
		E6C5307D27A2D67F00887C35 /* WLBeaconManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLBeaconManager.h; sourceTree = "<group>"; };
		E6C5307E27A2D67F00887C35 /* WLPushManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLPushManager.h; sourceTree = "<group>"; };
		E6C5307F27A2D67F00887C35 /* WLAnalyticsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLAnalyticsManager.m; sourceTree = "<group>"; };
		E6C5308027A2D67F00887C35 /* WLLocationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLLocationManager.h; sourceTree = "<group>"; };
		E6C5308127A2D67F00887C35 /* WLUserManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLUserManager.m; sourceTree = "<group>"; };
		E6C5308327A2D67F00887C35 /* WLUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLUtils.m; sourceTree = "<group>"; };
		E6C5308427A2D67F00887C35 /* UIViewController+WLAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+WLAdditions.h"; sourceTree = "<group>"; };
		E6C5308527A2D67F00887C35 /* UIViewController+WLAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+WLAdditions.m"; sourceTree = "<group>"; };
		E6C5308627A2D67F00887C35 /* WLUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLUtils.h; sourceTree = "<group>"; };
		E6C5308727A2D67F00887C35 /* Warply.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Warply.m; sourceTree = "<group>"; };
		E6C5308927A2D67F00887C35 /* WLAPPActionHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLAPPActionHandler.m; sourceTree = "<group>"; };
		E6C5308A27A2D67F00887C35 /* WLSMSActionHanlder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLSMSActionHanlder.h; sourceTree = "<group>"; };
		E6C5308B27A2D67F00887C35 /* WLSMSActionHandlerDeprecated.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLSMSActionHandlerDeprecated.m; sourceTree = "<group>"; };
		E6C5308C27A2D67F00887C35 /* WLSMSActionHandlerDeprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLSMSActionHandlerDeprecated.h; sourceTree = "<group>"; };
		E6C5308D27A2D67F00887C35 /* WLSMSActionHanlder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLSMSActionHanlder.m; sourceTree = "<group>"; };
		E6C5308E27A2D67F00887C35 /* WLAPPActionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLAPPActionHandler.h; sourceTree = "<group>"; };
		E6C5308F27A2D67F00887C35 /* WLGlobals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLGlobals.h; sourceTree = "<group>"; };
		E6C5309227A2D67F00887C35 /* NSString+SSToolkitAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+SSToolkitAdditions.h"; sourceTree = "<group>"; };
		E6C5309327A2D67F00887C35 /* NSData+SSToolkitAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+SSToolkitAdditions.m"; sourceTree = "<group>"; };
		E6C5309427A2D67F00887C35 /* NSData+SSToolkitAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+SSToolkitAdditions.h"; sourceTree = "<group>"; };
		E6C5309527A2D67F00887C35 /* NSString+SSToolkitAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+SSToolkitAdditions.m"; sourceTree = "<group>"; };
		E6C5309727A2D67F00887C35 /* UIProgressView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIProgressView+AFNetworking.m"; sourceTree = "<group>"; };
		E6C5309827A2D67F00887C35 /* UIButton+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+AFNetworking.h"; sourceTree = "<group>"; };
		E6C5309927A2D67F00887C35 /* UIRefreshControl+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIRefreshControl+AFNetworking.m"; sourceTree = "<group>"; };
		E6C5309A27A2D67F00887C35 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+AFNetworking.h"; sourceTree = "<group>"; };
		E6C5309B27A2D67F00887C35 /* AFImageDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFImageDownloader.h; sourceTree = "<group>"; };
		E6C5309C27A2D67F00887C35 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFNetworkActivityIndicatorManager.m; sourceTree = "<group>"; };
		E6C5309D27A2D67F00887C35 /* AFAutoPurgingImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFAutoPurgingImageCache.h; sourceTree = "<group>"; };
		E6C5309E27A2D67F00887C35 /* UIWebView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIWebView+AFNetworking.h"; sourceTree = "<group>"; };
		E6C5309F27A2D67F00887C35 /* UIActivityIndicatorView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIActivityIndicatorView+AFNetworking.h"; sourceTree = "<group>"; };
		E6C530A027A2D67F00887C35 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+AFNetworking.h"; sourceTree = "<group>"; };
		E6C530A127A2D67F00887C35 /* UIProgressView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIProgressView+AFNetworking.h"; sourceTree = "<group>"; };
		E6C530A227A2D67F00887C35 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+AFNetworking.m"; sourceTree = "<group>"; };
		E6C530A327A2D67F00887C35 /* UIKit+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIKit+AFNetworking.h"; sourceTree = "<group>"; };
		E6C530A427A2D68000887C35 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIRefreshControl+AFNetworking.h"; sourceTree = "<group>"; };
		E6C530A527A2D68000887C35 /* UIButton+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+AFNetworking.m"; sourceTree = "<group>"; };
		E6C530A627A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIActivityIndicatorView+AFNetworking.m"; sourceTree = "<group>"; };
		E6C530A727A2D68000887C35 /* UIWebView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIWebView+AFNetworking.m"; sourceTree = "<group>"; };
		E6C530A827A2D68000887C35 /* AFAutoPurgingImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFAutoPurgingImageCache.m; sourceTree = "<group>"; };
		E6C530A927A2D68000887C35 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworkActivityIndicatorManager.h; sourceTree = "<group>"; };
		E6C530AA27A2D68000887C35 /* AFImageDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFImageDownloader.m; sourceTree = "<group>"; };
		E6C530AC27A2D68000887C35 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFSecurityPolicy.h; sourceTree = "<group>"; };
		E6C530AD27A2D68000887C35 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworkReachabilityManager.h; sourceTree = "<group>"; };
		E6C530AE27A2D68000887C35 /* AFURLSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLSessionManager.h; sourceTree = "<group>"; };
		E6C530AF27A2D68000887C35 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLRequestSerialization.h; sourceTree = "<group>"; };
		E6C530B027A2D68000887C35 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLResponseSerialization.m; sourceTree = "<group>"; };
		E6C530B127A2D68000887C35 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPSessionManager.m; sourceTree = "<group>"; };
		E6C530B227A2D68000887C35 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLResponseSerialization.h; sourceTree = "<group>"; };
		E6C530B327A2D68000887C35 /* AFURLSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLSessionManager.m; sourceTree = "<group>"; };
		E6C530B427A2D68000887C35 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLRequestSerialization.m; sourceTree = "<group>"; };
		E6C530B527A2D68000887C35 /* AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworking.h; sourceTree = "<group>"; };
		E6C530B627A2D68000887C35 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFNetworkReachabilityManager.m; sourceTree = "<group>"; };
		E6C530B727A2D68000887C35 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFSecurityPolicy.m; sourceTree = "<group>"; };
		E6C530B827A2D68000887C35 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPSessionManager.h; sourceTree = "<group>"; };
		E6C530BA27A2D68000887C35 /* FMDatabase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabase.h; sourceTree = "<group>"; };
		E6C530BB27A2D68000887C35 /* FMDatabaseQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseQueue.m; sourceTree = "<group>"; };
		E6C530BC27A2D68000887C35 /* FMResultSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMResultSet.h; sourceTree = "<group>"; };
		E6C530BD27A2D68000887C35 /* FMDatabasePool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabasePool.h; sourceTree = "<group>"; };
		E6C530BE27A2D68000887C35 /* FMDatabaseAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabaseAdditions.m; sourceTree = "<group>"; };
		E6C530BF27A2D68000887C35 /* FMDatabase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabase.m; sourceTree = "<group>"; };
		E6C530C027A2D68000887C35 /* FMDatabaseQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabaseQueue.h; sourceTree = "<group>"; };
		E6C530C127A2D68000887C35 /* FMDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDB.h; sourceTree = "<group>"; };
		E6C530C227A2D68000887C35 /* FMDatabaseAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FMDatabaseAdditions.h; sourceTree = "<group>"; };
		E6C530C327A2D68000887C35 /* FMDatabasePool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMDatabasePool.m; sourceTree = "<group>"; };
		E6C530C427A2D68000887C35 /* FMResultSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FMResultSet.m; sourceTree = "<group>"; };
		E6C530C527A2D68000887C35 /* WLEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLEvent.h; sourceTree = "<group>"; };
		E6C530C627A2D68000887C35 /* Warply.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Warply.h; sourceTree = "<group>"; };
		E6C530C827A2D68000887C35 /* WarplyReactMethods.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WarplyReactMethods.m; sourceTree = "<group>"; };
		E6C530C927A2D68000887C35 /* WarplyReactMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WarplyReactMethods.h; sourceTree = "<group>"; };
		E6C5313627A2D68B00887C35 /* ProfileViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileViewInterface.swift; sourceTree = "<group>"; };
		E6C5313727A2D68B00887C35 /* ProfileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
		E6C5313827A2D68B00887C35 /* MyApi.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyApi.m; sourceTree = "<group>"; };
		E6C5313927A2D68B00887C35 /* View.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = View.xib; sourceTree = "<group>"; };
		E6C5313A27A2D68B00887C35 /* MyApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyApi.h; sourceTree = "<group>"; };
		E6C5314027A2FFA700887C35 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		E6C5304227A2D64900887C35 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				90A642C63E50BDC7DA58E1A5 /* Pods_warplySDKFramework.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		6D1DBB4B3A504F7B2CB4B9B5 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				54EF34AC17684303DE26E296 /* Pods_warplySDKFramework.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		ADC0D35BA4118743A3B142F2 /* Pods */ = {
			isa = PBXGroup;
			children = (
				4284A3DF2AEA88E10D49ED0A /* Pods-warplySDKFramework.debug.xcconfig */,
				152CCA162C89BD321D58EEBB /* Pods-warplySDKFramework.release.xcconfig */,
			);
			path = Pods;
			sourceTree = "<group>";
		};
		E6C5303B27A2D64900887C35 = {
			isa = PBXGroup;
			children = (
				E6C5304727A2D64900887C35 /* warplySDKFramework */,
				E6C5304627A2D64900887C35 /* Products */,
				ADC0D35BA4118743A3B142F2 /* Pods */,
				6D1DBB4B3A504F7B2CB4B9B5 /* Frameworks */,
			);
			sourceTree = "<group>";
		};
		E6C5304627A2D64900887C35 /* Products */ = {
			isa = PBXGroup;
			children = (
				E6C5304527A2D64900887C35 /* warplySDKFramework.framework */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		E6C5304727A2D64900887C35 /* warplySDKFramework */ = {
			isa = PBXGroup;
			children = (
				E6C5314027A2FFA700887C35 /* Media.xcassets */,
				E6C5313A27A2D68B00887C35 /* MyApi.h */,
				E6C5313827A2D68B00887C35 /* MyApi.m */,
				E6C5313727A2D68B00887C35 /* ProfileView.swift */,
				E6C5313627A2D68B00887C35 /* ProfileViewInterface.swift */,
				E6C5313927A2D68B00887C35 /* View.xib */,
				E6C530C727A2D68000887C35 /* Helpers */,
				E6C5305127A2D67F00887C35 /* Warply */,
				E6C5304827A2D64900887C35 /* warplySDKFramework.h */,
				E6C5304927A2D64900887C35 /* warplySDKFramework.docc */,
			);
			path = warplySDKFramework;
			sourceTree = "<group>";
		};
		E6C5305127A2D67F00887C35 /* Warply */ = {
			isa = PBXGroup;
			children = (
				E6C5305227A2D67F00887C35 /* nativeAds */,
				E6C5306427A2D67F00887C35 /* inbox */,
				E6C5306F27A2D67F00887C35 /* WLEvent.m */,
				E6C5307027A2D67F00887C35 /* resources */,
				E6C5307727A2D67F00887C35 /* managers */,
				E6C5308227A2D67F00887C35 /* foundation */,
				E6C5308727A2D67F00887C35 /* Warply.m */,
				E6C5308827A2D67F00887C35 /* actions */,
				E6C5308F27A2D67F00887C35 /* WLGlobals.h */,
				E6C5309027A2D67F00887C35 /* external */,
				E6C530C527A2D68000887C35 /* WLEvent.h */,
				E6C530C627A2D68000887C35 /* Warply.h */,
			);
			path = Warply;
			sourceTree = SOURCE_ROOT;
		};
		E6C5305227A2D67F00887C35 /* nativeAds */ = {
			isa = PBXGroup;
			children = (
				E6C5305327A2D67F00887C35 /* WLNativeAdCollectionViewCell.h */,
				E6C5305427A2D67F00887C35 /* WLNativeVideoTableViewCell.xib */,
				E6C5305527A2D67F00887C35 /* WLNativeAdTableViewCell.h */,
				E6C5305627A2D67F00887C35 /* WLNativeVideoTableViewCell.m */,
				E6C5305727A2D67F00887C35 /* WLCustomNativeCollectionViewCell.m */,
				E6C5305827A2D67F00887C35 /* WLNativeAdsTableMode.m */,
				E6C5305927A2D67F00887C35 /* WLCustomNativeAdTableViewCell.h */,
				E6C5305A27A2D67F00887C35 /* WLNativeAdsCollectionMode.m */,
				E6C5305B27A2D67F00887C35 /* WLNativeAdTableViewCell.m */,
				E6C5305C27A2D67F00887C35 /* WLNativeAdCollectionViewCell.m */,
				E6C5305D27A2D67F00887C35 /* WLNativeAdTableViewCell.xib */,
				E6C5305E27A2D67F00887C35 /* WLNativeAdCollectionViewCell.xib */,
				E6C5305F27A2D67F00887C35 /* WLCustomNativeAdTableViewCell.m */,
				E6C5306027A2D67F00887C35 /* WLNativeAdsTableMode.h */,
				E6C5306127A2D67F00887C35 /* WLCustomNativeCollectionViewCell.h */,
				E6C5306227A2D67F00887C35 /* WLNativeVideoTableViewCell.h */,
				E6C5306327A2D67F00887C35 /* WLNativeAdsCollectionMode.h */,
			);
			path = nativeAds;
			sourceTree = "<group>";
		};
		E6C5306427A2D67F00887C35 /* inbox */ = {
			isa = PBXGroup;
			children = (
				E6C5306527A2D67F00887C35 /* WLBeacon.h */,
				E6C5306627A2D67F00887C35 /* WLBaseItem.h */,
				E6C5306727A2D67F00887C35 /* WLInboxItemViewController.h */,
				E6C5306827A2D67F00887C35 /* WLInboxItem.m */,
				E6C5306927A2D67F00887C35 /* WLAPSItem.h */,
				E6C5306A27A2D67F00887C35 /* WLBeacon.m */,
				E6C5306B27A2D67F00887C35 /* WLInboxItemViewController.m */,
				E6C5306C27A2D67F00887C35 /* WLBaseItem.m */,
				E6C5306D27A2D67F00887C35 /* WLInboxItem.h */,
				E6C5306E27A2D67F00887C35 /* WLAPSItem.m */,
			);
			path = inbox;
			sourceTree = "<group>";
		};
		E6C5307027A2D67F00887C35 /* resources */ = {
			isa = PBXGroup;
			children = (
				E6C5307127A2D67F00887C35 /* warp_white_back_button@2x.png */,
				E6C5307227A2D67F00887C35 /* warp_white_forward_button.png */,
				E6C5307327A2D67F00887C35 /* warp_white_back_button.png */,
				E6C5307427A2D67F00887C35 /* warp_white_close_button@2x.png */,
				E6C5307527A2D67F00887C35 /* warp_white_forward_button@2x.png */,
				E6C5307627A2D67F00887C35 /* warp_white_close_button.png */,
			);
			path = resources;
			sourceTree = "<group>";
		};
		E6C5307727A2D67F00887C35 /* managers */ = {
			isa = PBXGroup;
			children = (
				E6C5307827A2D67F00887C35 /* WLPushManager.m */,
				E6C5307927A2D67F00887C35 /* WLBeaconManager.m */,
				E6C5307A27A2D67F00887C35 /* WLLocationManager.m */,
				E6C5307B27A2D67F00887C35 /* WLAnalyticsManager.h */,
				E6C5307C27A2D67F00887C35 /* WLUserManager.h */,
				E6C5307D27A2D67F00887C35 /* WLBeaconManager.h */,
				E6C5307E27A2D67F00887C35 /* WLPushManager.h */,
				E6C5307F27A2D67F00887C35 /* WLAnalyticsManager.m */,
				E6C5308027A2D67F00887C35 /* WLLocationManager.h */,
				E6C5308127A2D67F00887C35 /* WLUserManager.m */,
			);
			path = managers;
			sourceTree = "<group>";
		};
		E6C5308227A2D67F00887C35 /* foundation */ = {
			isa = PBXGroup;
			children = (
				E6C5308327A2D67F00887C35 /* WLUtils.m */,
				E6C5308427A2D67F00887C35 /* UIViewController+WLAdditions.h */,
				E6C5308527A2D67F00887C35 /* UIViewController+WLAdditions.m */,
				E6C5308627A2D67F00887C35 /* WLUtils.h */,
			);
			path = foundation;
			sourceTree = "<group>";
		};
		E6C5308827A2D67F00887C35 /* actions */ = {
			isa = PBXGroup;
			children = (
				E6C5308927A2D67F00887C35 /* WLAPPActionHandler.m */,
				E6C5308A27A2D67F00887C35 /* WLSMSActionHanlder.h */,
				E6C5308B27A2D67F00887C35 /* WLSMSActionHandlerDeprecated.m */,
				E6C5308C27A2D67F00887C35 /* WLSMSActionHandlerDeprecated.h */,
				E6C5308D27A2D67F00887C35 /* WLSMSActionHanlder.m */,
				E6C5308E27A2D67F00887C35 /* WLAPPActionHandler.h */,
			);
			path = actions;
			sourceTree = "<group>";
		};
		E6C5309027A2D67F00887C35 /* external */ = {
			isa = PBXGroup;
			children = (
				E6C5309127A2D67F00887C35 /* sstoolkit */,
				E6C5309627A2D67F00887C35 /* UIKit+AFNetworking */,
				E6C530AB27A2D68000887C35 /* AFNetworking */,
				E6C530B927A2D68000887C35 /* fmdb */,
			);
			path = external;
			sourceTree = "<group>";
		};
		E6C5309127A2D67F00887C35 /* sstoolkit */ = {
			isa = PBXGroup;
			children = (
				E6C5309227A2D67F00887C35 /* NSString+SSToolkitAdditions.h */,
				E6C5309327A2D67F00887C35 /* NSData+SSToolkitAdditions.m */,
				E6C5309427A2D67F00887C35 /* NSData+SSToolkitAdditions.h */,
				E6C5309527A2D67F00887C35 /* NSString+SSToolkitAdditions.m */,
			);
			path = sstoolkit;
			sourceTree = "<group>";
		};
		E6C5309627A2D67F00887C35 /* UIKit+AFNetworking */ = {
			isa = PBXGroup;
			children = (
				E6C5309727A2D67F00887C35 /* UIProgressView+AFNetworking.m */,
				E6C5309827A2D67F00887C35 /* UIButton+AFNetworking.h */,
				E6C5309927A2D67F00887C35 /* UIRefreshControl+AFNetworking.m */,
				E6C5309A27A2D67F00887C35 /* UIImageView+AFNetworking.h */,
				E6C5309B27A2D67F00887C35 /* AFImageDownloader.h */,
				E6C5309C27A2D67F00887C35 /* AFNetworkActivityIndicatorManager.m */,
				E6C5309D27A2D67F00887C35 /* AFAutoPurgingImageCache.h */,
				E6C5309E27A2D67F00887C35 /* UIWebView+AFNetworking.h */,
				E6C5309F27A2D67F00887C35 /* UIActivityIndicatorView+AFNetworking.h */,
				E6C530A027A2D67F00887C35 /* UIImage+AFNetworking.h */,
				E6C530A127A2D67F00887C35 /* UIProgressView+AFNetworking.h */,
				E6C530A227A2D67F00887C35 /* UIImageView+AFNetworking.m */,
				E6C530A327A2D67F00887C35 /* UIKit+AFNetworking.h */,
				E6C530A427A2D68000887C35 /* UIRefreshControl+AFNetworking.h */,
				E6C530A527A2D68000887C35 /* UIButton+AFNetworking.m */,
				E6C530A627A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.m */,
				E6C530A727A2D68000887C35 /* UIWebView+AFNetworking.m */,
				E6C530A827A2D68000887C35 /* AFAutoPurgingImageCache.m */,
				E6C530A927A2D68000887C35 /* AFNetworkActivityIndicatorManager.h */,
				E6C530AA27A2D68000887C35 /* AFImageDownloader.m */,
			);
			path = "UIKit+AFNetworking";
			sourceTree = "<group>";
		};
		E6C530AB27A2D68000887C35 /* AFNetworking */ = {
			isa = PBXGroup;
			children = (
				E6C530AC27A2D68000887C35 /* AFSecurityPolicy.h */,
				E6C530AD27A2D68000887C35 /* AFNetworkReachabilityManager.h */,
				E6C530AE27A2D68000887C35 /* AFURLSessionManager.h */,
				E6C530AF27A2D68000887C35 /* AFURLRequestSerialization.h */,
				E6C530B027A2D68000887C35 /* AFURLResponseSerialization.m */,
				E6C530B127A2D68000887C35 /* AFHTTPSessionManager.m */,
				E6C530B227A2D68000887C35 /* AFURLResponseSerialization.h */,
				E6C530B327A2D68000887C35 /* AFURLSessionManager.m */,
				E6C530B427A2D68000887C35 /* AFURLRequestSerialization.m */,
				E6C530B527A2D68000887C35 /* AFNetworking.h */,
				E6C530B627A2D68000887C35 /* AFNetworkReachabilityManager.m */,
				E6C530B727A2D68000887C35 /* AFSecurityPolicy.m */,
				E6C530B827A2D68000887C35 /* AFHTTPSessionManager.h */,
			);
			path = AFNetworking;
			sourceTree = "<group>";
		};
		E6C530B927A2D68000887C35 /* fmdb */ = {
			isa = PBXGroup;
			children = (
				E6C530BA27A2D68000887C35 /* FMDatabase.h */,
				E6C530BB27A2D68000887C35 /* FMDatabaseQueue.m */,
				E6C530BC27A2D68000887C35 /* FMResultSet.h */,
				E6C530BD27A2D68000887C35 /* FMDatabasePool.h */,
				E6C530BE27A2D68000887C35 /* FMDatabaseAdditions.m */,
				E6C530BF27A2D68000887C35 /* FMDatabase.m */,
				E6C530C027A2D68000887C35 /* FMDatabaseQueue.h */,
				E6C530C127A2D68000887C35 /* FMDB.h */,
				E6C530C227A2D68000887C35 /* FMDatabaseAdditions.h */,
				E6C530C327A2D68000887C35 /* FMDatabasePool.m */,
				E6C530C427A2D68000887C35 /* FMResultSet.m */,
			);
			path = fmdb;
			sourceTree = "<group>";
		};
		E6C530C727A2D68000887C35 /* Helpers */ = {
			isa = PBXGroup;
			children = (
				E6C530C827A2D68000887C35 /* WarplyReactMethods.m */,
				E6C530C927A2D68000887C35 /* WarplyReactMethods.h */,
			);
			path = Helpers;
			sourceTree = SOURCE_ROOT;
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		E6C5304027A2D64900887C35 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E6C5310C27A2D68000887C35 /* AFAutoPurgingImageCache.h in Headers */,
				E6C5310427A2D68000887C35 /* NSData+SSToolkitAdditions.h in Headers */,
				E6C5312627A2D68100887C35 /* AFHTTPSessionManager.h in Headers */,
				E6C530DD27A2D68000887C35 /* WLInboxItemViewController.h in Headers */,
				E6C530CA27A2D68000887C35 /* WLNativeAdCollectionViewCell.h in Headers */,
				E6C530D927A2D68000887C35 /* WLNativeVideoTableViewCell.h in Headers */,
				E6C5310D27A2D68000887C35 /* UIWebView+AFNetworking.h in Headers */,
				E6C5312327A2D68000887C35 /* AFNetworking.h in Headers */,
				E6C530FE27A2D68000887C35 /* WLSMSActionHandlerDeprecated.h in Headers */,
				E6C5304B27A2D64900887C35 /* warplySDKFramework.h in Headers */,
				E6C5311227A2D68000887C35 /* UIKit+AFNetworking.h in Headers */,
				E6C530EF27A2D68000887C35 /* WLAnalyticsManager.h in Headers */,
				E6C530F027A2D68000887C35 /* WLUserManager.h in Headers */,
				E6C530FC27A2D68000887C35 /* WLSMSActionHanlder.h in Headers */,
				E6C5312F27A2D68100887C35 /* FMDatabaseAdditions.h in Headers */,
				E6C5310127A2D68000887C35 /* WLGlobals.h in Headers */,
				E6C5312A27A2D68100887C35 /* FMDatabasePool.h in Headers */,
				E6C5312927A2D68100887C35 /* FMResultSet.h in Headers */,
				E6C530D827A2D68000887C35 /* WLCustomNativeCollectionViewCell.h in Headers */,
				E6C5311D27A2D68000887C35 /* AFURLRequestSerialization.h in Headers */,
				E6C5312E27A2D68100887C35 /* FMDB.h in Headers */,
				E6C5313327A2D68100887C35 /* Warply.h in Headers */,
				E6C5311027A2D68000887C35 /* UIProgressView+AFNetworking.h in Headers */,
				E6C5312D27A2D68100887C35 /* FMDatabaseQueue.h in Headers */,
				E6C530F927A2D68000887C35 /* WLUtils.h in Headers */,
				E6C5310227A2D68000887C35 /* NSString+SSToolkitAdditions.h in Headers */,
				E6C5311A27A2D68000887C35 /* AFSecurityPolicy.h in Headers */,
				E6C5311327A2D68000887C35 /* UIRefreshControl+AFNetworking.h in Headers */,
				E6C530DA27A2D68000887C35 /* WLNativeAdsCollectionMode.h in Headers */,
				E6C5311C27A2D68000887C35 /* AFURLSessionManager.h in Headers */,
				E6C530F727A2D68000887C35 /* UIViewController+WLAdditions.h in Headers */,
				E6C5313227A2D68100887C35 /* WLEvent.h in Headers */,
				E6C530D027A2D68000887C35 /* WLCustomNativeAdTableViewCell.h in Headers */,
				E6C530DB27A2D68000887C35 /* WLBeacon.h in Headers */,
				E6C530F427A2D68000887C35 /* WLLocationManager.h in Headers */,
				E6C530D727A2D68000887C35 /* WLNativeAdsTableMode.h in Headers */,
				E6C5313527A2D68100887C35 /* WarplyReactMethods.h in Headers */,
				E6C5310A27A2D68000887C35 /* AFImageDownloader.h in Headers */,
				E6C5311827A2D68000887C35 /* AFNetworkActivityIndicatorManager.h in Headers */,
				E6C5311B27A2D68000887C35 /* AFNetworkReachabilityManager.h in Headers */,
				E6C530CC27A2D68000887C35 /* WLNativeAdTableViewCell.h in Headers */,
				E6C530DC27A2D68000887C35 /* WLBaseItem.h in Headers */,
				E6C530F127A2D68000887C35 /* WLBeaconManager.h in Headers */,
				E6C5310E27A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.h in Headers */,
				E6C5310927A2D68000887C35 /* UIImageView+AFNetworking.h in Headers */,
				E6C5313F27A2D68B00887C35 /* MyApi.h in Headers */,
				E6C530DF27A2D68000887C35 /* WLAPSItem.h in Headers */,
				E6C5312727A2D68100887C35 /* FMDatabase.h in Headers */,
				E6C5310027A2D68000887C35 /* WLAPPActionHandler.h in Headers */,
				E6C530E327A2D68000887C35 /* WLInboxItem.h in Headers */,
				E6C5310F27A2D68000887C35 /* UIImage+AFNetworking.h in Headers */,
				E6C5312027A2D68000887C35 /* AFURLResponseSerialization.h in Headers */,
				E6C530F227A2D68000887C35 /* WLPushManager.h in Headers */,
				E6C5310727A2D68000887C35 /* UIButton+AFNetworking.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		E6C5304427A2D64900887C35 /* warplySDKFramework */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = E6C5304E27A2D64900887C35 /* Build configuration list for PBXNativeTarget "warplySDKFramework" */;
			buildPhases = (
				ED59C5B23D2DCAD4E2B50E22 /* [CP] Check Pods Manifest.lock */,
				E6C5304027A2D64900887C35 /* Headers */,
				E6C5304127A2D64900887C35 /* Sources */,
				E6C5304227A2D64900887C35 /* Frameworks */,
				E6C5304327A2D64900887C35 /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = warplySDKFramework;
			productName = warplySDKFramework;
			productReference = E6C5304527A2D64900887C35 /* warplySDKFramework.framework */;
			productType = "com.apple.product-type.framework";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		E6C5303C27A2D64900887C35 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				BuildIndependentTargetsInParallel = 1;
				LastUpgradeCheck = 1310;
				TargetAttributes = {
					E6C5304427A2D64900887C35 = {
						CreatedOnToolsVersion = 13.1;
						LastSwiftMigration = 1310;
					};
				};
			};
			buildConfigurationList = E6C5303F27A2D64900887C35 /* Build configuration list for PBXProject "warplySDKFramework" */;
			compatibilityVersion = "Xcode 13.0";
			developmentRegion = en;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
				Base,
			);
			mainGroup = E6C5303B27A2D64900887C35;
			productRefGroup = E6C5304627A2D64900887C35 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				E6C5304427A2D64900887C35 /* warplySDKFramework */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		E6C5304327A2D64900887C35 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E6C530EB27A2D68000887C35 /* warp_white_close_button.png in Resources */,
				E6C530E827A2D68000887C35 /* warp_white_back_button.png in Resources */,
				E6C530E927A2D68000887C35 /* warp_white_close_button@2x.png in Resources */,
				E6C530E727A2D68000887C35 /* warp_white_forward_button.png in Resources */,
				E6C530D427A2D68000887C35 /* WLNativeAdTableViewCell.xib in Resources */,
				E6C5314127A2FFA700887C35 /* Media.xcassets in Resources */,
				E6C530EA27A2D68000887C35 /* warp_white_forward_button@2x.png in Resources */,
				E6C5313E27A2D68B00887C35 /* View.xib in Resources */,
				E6C530CB27A2D68000887C35 /* WLNativeVideoTableViewCell.xib in Resources */,
				E6C530D527A2D68000887C35 /* WLNativeAdCollectionViewCell.xib in Resources */,
				E6C530E627A2D68000887C35 /* warp_white_back_button@2x.png in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		ED59C5B23D2DCAD4E2B50E22 /* [CP] Check Pods Manifest.lock */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputFileListPaths = (
			);
			inputPaths = (
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
				"${PODS_ROOT}/Manifest.lock",
			);
			name = "[CP] Check Pods Manifest.lock";
			outputFileListPaths = (
			);
			outputPaths = (
				"$(DERIVED_FILE_DIR)/Pods-warplySDKFramework-checkManifestLockResult.txt",
			);
			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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		E6C5304127A2D64900887C35 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				E6C5311127A2D68000887C35 /* UIImageView+AFNetworking.m in Sources */,
				E6C5311F27A2D68000887C35 /* AFHTTPSessionManager.m in Sources */,
				E6C5310627A2D68000887C35 /* UIProgressView+AFNetworking.m in Sources */,
				E6C5313027A2D68100887C35 /* FMDatabasePool.m in Sources */,
				E6C5312C27A2D68100887C35 /* FMDatabase.m in Sources */,
				E6C5310827A2D68000887C35 /* UIRefreshControl+AFNetworking.m in Sources */,
				E6C5311527A2D68000887C35 /* UIActivityIndicatorView+AFNetworking.m in Sources */,
				E6C530CF27A2D68000887C35 /* WLNativeAdsTableMode.m in Sources */,
				E6C5311727A2D68000887C35 /* AFAutoPurgingImageCache.m in Sources */,
				E6C5312B27A2D68100887C35 /* FMDatabaseAdditions.m in Sources */,
				E6C5313127A2D68100887C35 /* FMResultSet.m in Sources */,
				E6C5313B27A2D68B00887C35 /* ProfileViewInterface.swift in Sources */,
				E6C5313D27A2D68B00887C35 /* MyApi.m in Sources */,
				E6C5312227A2D68000887C35 /* AFURLRequestSerialization.m in Sources */,
				E6C530CE27A2D68000887C35 /* WLCustomNativeCollectionViewCell.m in Sources */,
				E6C530FF27A2D68000887C35 /* WLSMSActionHanlder.m in Sources */,
				E6C5311E27A2D68000887C35 /* AFURLResponseSerialization.m in Sources */,
				E6C5311427A2D68000887C35 /* UIButton+AFNetworking.m in Sources */,
				E6C530ED27A2D68000887C35 /* WLBeaconManager.m in Sources */,
				E6C530F527A2D68000887C35 /* WLUserManager.m in Sources */,
				E6C5311927A2D68000887C35 /* AFImageDownloader.m in Sources */,
				E6C5311627A2D68000887C35 /* UIWebView+AFNetworking.m in Sources */,
				E6C530F827A2D68000887C35 /* UIViewController+WLAdditions.m in Sources */,
				E6C530D227A2D68000887C35 /* WLNativeAdTableViewCell.m in Sources */,
				E6C530EC27A2D68000887C35 /* WLPushManager.m in Sources */,
				E6C5304A27A2D64900887C35 /* warplySDKFramework.docc in Sources */,
				E6C530D127A2D68000887C35 /* WLNativeAdsCollectionMode.m in Sources */,
				E6C530FB27A2D68000887C35 /* WLAPPActionHandler.m in Sources */,
				E6C530D327A2D68000887C35 /* WLNativeAdCollectionViewCell.m in Sources */,
				E6C5310B27A2D68000887C35 /* AFNetworkActivityIndicatorManager.m in Sources */,
				E6C530E427A2D68000887C35 /* WLAPSItem.m in Sources */,
				E6C5312127A2D68000887C35 /* AFURLSessionManager.m in Sources */,
				E6C530FD27A2D68000887C35 /* WLSMSActionHandlerDeprecated.m in Sources */,
				E6C5313C27A2D68B00887C35 /* ProfileView.swift in Sources */,
				E6C530DE27A2D68000887C35 /* WLInboxItem.m in Sources */,
				E6C5312527A2D68100887C35 /* AFSecurityPolicy.m in Sources */,
				E6C5313427A2D68100887C35 /* WarplyReactMethods.m in Sources */,
				E6C530EE27A2D68000887C35 /* WLLocationManager.m in Sources */,
				E6C530F627A2D68000887C35 /* WLUtils.m in Sources */,
				E6C530E127A2D68000887C35 /* WLInboxItemViewController.m in Sources */,
				E6C530E527A2D68000887C35 /* WLEvent.m in Sources */,
				E6C5310327A2D68000887C35 /* NSData+SSToolkitAdditions.m in Sources */,
				E6C5312427A2D68100887C35 /* AFNetworkReachabilityManager.m in Sources */,
				E6C530E227A2D68000887C35 /* WLBaseItem.m in Sources */,
				E6C530CD27A2D68000887C35 /* WLNativeVideoTableViewCell.m in Sources */,
				E6C530E027A2D68000887C35 /* WLBeacon.m in Sources */,
				E6C530D627A2D68000887C35 /* WLCustomNativeAdTableViewCell.m in Sources */,
				E6C530FA27A2D68000887C35 /* Warply.m in Sources */,
				E6C5310527A2D68000887C35 /* NSString+SSToolkitAdditions.m in Sources */,
				E6C530F327A2D68000887C35 /* WLAnalyticsManager.m in Sources */,
				E6C5312827A2D68100887C35 /* FMDatabaseQueue.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		E6C5304C27A2D64900887C35 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				CURRENT_PROJECT_VERSION = 1;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				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 = 15.0;
				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
				MTL_FAST_MATH = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Debug;
		};
		E6C5304D27A2D64900887C35 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_ENABLE_OBJC_WEAK = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				CURRENT_PROJECT_VERSION = 1;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu11;
				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 = 15.0;
				MTL_ENABLE_DEBUG_INFO = NO;
				MTL_FAST_MATH = YES;
				SDKROOT = iphoneos;
				VALIDATE_PRODUCT = YES;
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Release;
		};
		E6C5304F27A2D64900887C35 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 4284A3DF2AEA88E10D49ED0A /* Pods-warplySDKFramework.debug.xcconfig */;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				DEFINES_MODULE = YES;
				DEVELOPMENT_TEAM = VW5AF53FLP;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				GENERATE_INFOPLIST_FILE = YES;
				INFOPLIST_KEY_NSHumanReadableCopyright = "";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
				IPHONEOS_DEPLOYMENT_TARGET = 13.0;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
					"@loader_path/Frameworks",
				);
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = framework.warp.ly.warplySDKFramework;
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
				SKIP_INSTALL = YES;
				SUPPORTS_MACCATALYST = NO;
				SWIFT_EMIT_LOC_STRINGS = YES;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		E6C5305027A2D64900887C35 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 152CCA162C89BD321D58EEBB /* Pods-warplySDKFramework.release.xcconfig */;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				CODE_SIGN_STYLE = Automatic;
				CURRENT_PROJECT_VERSION = 1;
				DEFINES_MODULE = YES;
				DEVELOPMENT_TEAM = VW5AF53FLP;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				GENERATE_INFOPLIST_FILE = YES;
				INFOPLIST_KEY_NSHumanReadableCopyright = "";
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
				IPHONEOS_DEPLOYMENT_TARGET = 13.0;
				LD_RUNPATH_SEARCH_PATHS = (
					"$(inherited)",
					"@executable_path/Frameworks",
					"@loader_path/Frameworks",
				);
				MARKETING_VERSION = 1.0;
				PRODUCT_BUNDLE_IDENTIFIER = framework.warp.ly.warplySDKFramework;
				PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
				SKIP_INSTALL = YES;
				SUPPORTS_MACCATALYST = NO;
				SWIFT_EMIT_LOC_STRINGS = YES;
				SWIFT_VERSION = 5.0;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		E6C5303F27A2D64900887C35 /* Build configuration list for PBXProject "warplySDKFramework" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E6C5304C27A2D64900887C35 /* Debug */,
				E6C5304D27A2D64900887C35 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		E6C5304E27A2D64900887C35 /* Build configuration list for PBXNativeTarget "warplySDKFramework" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				E6C5304F27A2D64900887C35 /* Debug */,
				E6C5305027A2D64900887C35 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = E6C5303C27A2D64900887C35 /* Project object */;
}