Kazuki Sakamoto
ba0bb10366
Build iOS fat static library for Unity and Xamarin
Summary:
$ buck build //csharp:yoganet-ios
$ buck targets --show-output //csharp:yoganet-ios
//csharp:yoganet-ios buck-out/gen/csharp/yoganet-ios/libyoga.a
$ lipo -info buck-out/gen/csharp/yoganet-ios/libyoga.a
Architectures in the fat file: buck-out/gen/csharp/yoganet-ios/libyoga.a are: armv7 x86_64 arm64
$ nm buck-out/gen/csharp/yoganet-ios/libyoga.a|grep -e 'T _YGNodeNew' -e 'ygNode' -e 'T _YGInteropSetLogger'
0000000000000000 T _YGNodeNew
0000000000001070 t -[UIView(Yoga) ygNode]
0000000000000000 T _YGInteropSetLogger
Closes https://github.com/facebook/yoga/pull/286
Reviewed By: emilsjolander
Differential Revision: D4338919
Pulled By: splhack
fbshipit-source-id: 7acfdfa0dc4d152d7bfe92161efdeb9f161f70e6
2016-12-16 06:54:35 -08:00
..
2016-12-16 04:39:41 -08:00
2016-12-15 13:54:34 -08:00
2016-12-15 07:24:46 -08:00
2016-12-05 12:37:36 -08:00
2016-12-05 12:37:36 -08:00
2016-12-16 06:54:35 -08:00
2016-12-02 11:23:20 -08:00