status-react/ios/StatusIm.xcodeproj
Siddarth Kumar a15c9788fe
add support for Xcode 15 (#17343)
After upgrading to Xcode 15 make run-ios would fail with

```
 /Users/siddarthkumar/code/status-im/PR/status-mobile/ios/Pods/boost/boost/container_hash/hash.hpp:131:33: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
        struct hash_base : std::unary_function<T, std::size_t> {};
```

This commit fixes the issue and makes existing codebase compatible with newer Xcode.

reference issue in react-native repo : facebook/react-native#37748
2023-09-20 14:41:12 +05:30
..
xcshareddata/xcschemes Add PR Scheme for iOs build 2020-06-29 16:16:35 +03:00
project.pbxproj add support for Xcode 15 (#17343) 2023-09-20 14:41:12 +05:30