|
596 | 596 | ); |
597 | 597 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
598 | 598 | MARKETING_VERSION = 1.25; |
| 599 | + OTHER_LDFLAGS = ( |
| 600 | + "$(inherited)", |
| 601 | + "-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk", |
| 602 | + "-mios-version-min=14.0", |
| 603 | + "-fembed-bitcode", |
| 604 | + "-arch", |
| 605 | + x86_64, |
| 606 | + "-lpugixml", |
| 607 | + "-lcryptopp", |
| 608 | + "-lminiz", |
| 609 | + "-lodr-static", |
| 610 | + ); |
599 | 611 | PRODUCT_BUNDLE_IDENTIFIER = at.tomtasche.reader.lite1; |
600 | 612 | PRODUCT_NAME = "$(BUNDLE_DISPLAY_NAME)"; |
601 | 613 | SWIFT_OBJC_BRIDGING_HEADER = OpenDocumentReader/BridgingHeader.h; |
|
686 | 698 | ); |
687 | 699 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
688 | 700 | MARKETING_VERSION = 1.25; |
| 701 | + OTHER_LDFLAGS = ( |
| 702 | + "$(inherited)", |
| 703 | + "-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk", |
| 704 | + "-mios-version-min=14.0", |
| 705 | + "-fembed-bitcode", |
| 706 | + "-arch", |
| 707 | + x86_64, |
| 708 | + "-lpugixml", |
| 709 | + "-lcryptopp", |
| 710 | + "-lminiz", |
| 711 | + "-lodr-static", |
| 712 | + ); |
689 | 713 | PRODUCT_BUNDLE_IDENTIFIER = at.tomtasche.reader.lite1; |
690 | 714 | PRODUCT_NAME = "$(BUNDLE_DISPLAY_NAME)"; |
691 | 715 | SWIFT_OBJC_BRIDGING_HEADER = OpenDocumentReader/BridgingHeader.h; |
|
928 | 952 | ); |
929 | 953 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
930 | 954 | MARKETING_VERSION = 1.25; |
| 955 | + OTHER_LDFLAGS = ( |
| 956 | + "$(inherited)", |
| 957 | + "-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk", |
| 958 | + "-mios-version-min=14.0", |
| 959 | + "-fembed-bitcode", |
| 960 | + "-arch", |
| 961 | + x86_64, |
| 962 | + "-lpugixml", |
| 963 | + "-lcryptopp", |
| 964 | + "-lminiz", |
| 965 | + "-lodr-static", |
| 966 | + ); |
931 | 967 | PRODUCT_BUNDLE_IDENTIFIER = "at.tomtasche.reader$(BUNDLE_ID_SUFFIX)"; |
932 | 968 | PRODUCT_NAME = "$(BUNDLE_DISPLAY_NAME)"; |
933 | 969 | SWIFT_OBJC_BRIDGING_HEADER = OpenDocumentReader/BridgingHeader.h; |
|
959 | 995 | ); |
960 | 996 | LIBRARY_SEARCH_PATHS = "$(inherited)"; |
961 | 997 | MARKETING_VERSION = 1.25; |
| 998 | + OTHER_LDFLAGS = ( |
| 999 | + "$(inherited)", |
| 1000 | + "-isysroot/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk", |
| 1001 | + "-mios-version-min=14.0", |
| 1002 | + "-fembed-bitcode", |
| 1003 | + "-arch", |
| 1004 | + x86_64, |
| 1005 | + "-lpugixml", |
| 1006 | + "-lcryptopp", |
| 1007 | + "-lminiz", |
| 1008 | + "-lodr-static", |
| 1009 | + ); |
962 | 1010 | PRODUCT_BUNDLE_IDENTIFIER = "at.tomtasche.reader$(BUNDLE_ID_SUFFIX)"; |
963 | 1011 | PRODUCT_NAME = "$(BUNDLE_DISPLAY_NAME)"; |
964 | 1012 | SWIFT_OBJC_BRIDGING_HEADER = OpenDocumentReader/BridgingHeader.h; |
|
0 commit comments