|
1753 | 1753 | CoreBluetooth,
|
1754 | 1754 | "-lnetwork",
|
1755 | 1755 | "-Wl,-unexported_symbol,\"__Z*\"",
|
| 1756 | + "-Wl,-unexported_symbol,\"___*\"", |
| 1757 | + "-Wl,-unexported_symbol,\"__Unwind_*\"", |
| 1758 | + "-Wl,-unexported_symbol,\"_unw_*\"", |
| 1759 | + "-Wl,-hidden-lCHIP", |
1756 | 1760 | );
|
1757 | 1761 | "OTHER_LDFLAGS[sdk=macosx*]" = (
|
1758 | 1762 | "-framework",
|
|
1767 | 1771 | "-framework",
|
1768 | 1772 | CoreData,
|
1769 | 1773 | "-Wl,-unexported_symbol,\"__Z*\"",
|
| 1774 | + "-Wl,-unexported_symbol,\"___*\"", |
| 1775 | + "-Wl,-unexported_symbol,\"__Unwind_*\"", |
| 1776 | + "-Wl,-unexported_symbol,\"_unw_*\"", |
| 1777 | + "-Wl,-hidden-lCHIP", |
1770 | 1778 | );
|
1771 | 1779 | PRODUCT_BUNDLE_IDENTIFIER = com.csa.matter;
|
1772 | 1780 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
1773 | 1781 | SDKROOT = iphoneos;
|
| 1782 | + TAPI_VERIFY_MODE = Pedantic; |
1774 | 1783 | TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
| 1784 | + VERSION_INFO_EXPORT_DECL = "__attribute__((visibility(\"hidden\")))"; |
1775 | 1785 | };
|
1776 | 1786 | name = Debug;
|
1777 | 1787 | };
|
|
1905 | 1915 | CoreBluetooth,
|
1906 | 1916 | "-lnetwork",
|
1907 | 1917 | "-Wl,-unexported_symbol,\"__Z*\"",
|
| 1918 | + "-Wl,-unexported_symbol,\"___*\"", |
| 1919 | + "-Wl,-unexported_symbol,\"__Unwind_*\"", |
| 1920 | + "-Wl,-unexported_symbol,\"_unw_*\"", |
| 1921 | + "-Wl,-hidden-lCHIP", |
1908 | 1922 | );
|
1909 | 1923 | "OTHER_LDFLAGS[sdk=macosx*]" = (
|
1910 | 1924 | "-framework",
|
|
1919 | 1933 | "-framework",
|
1920 | 1934 | CoreData,
|
1921 | 1935 | "-Wl,-unexported_symbol,\"__Z*\"",
|
| 1936 | + "-Wl,-unexported_symbol,\"___*\"", |
| 1937 | + "-Wl,-unexported_symbol,\"__Unwind_*\"", |
| 1938 | + "-Wl,-unexported_symbol,\"_unw_*\"", |
| 1939 | + "-Wl,-hidden-lCHIP", |
1922 | 1940 | );
|
1923 | 1941 | PRODUCT_BUNDLE_IDENTIFIER = com.csa.matter;
|
1924 | 1942 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
1925 | 1943 | SDKROOT = iphoneos;
|
1926 | 1944 | STRIP_STYLE = "non-global";
|
| 1945 | + TAPI_VERIFY_MODE = Pedantic; |
1927 | 1946 | TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
| 1947 | + VERSION_INFO_EXPORT_DECL = "__attribute__((visibility(\"hidden\")))"; |
1928 | 1948 | };
|
1929 | 1949 | name = Release;
|
1930 | 1950 | };
|
|
0 commit comments