Leave
Leave
deterministic builds
I will check that. If it's caused by dSYM, do you think provide a ability to add custom flag for building is a good choice? https://github.com/leavez/cocoapods-binary/blob/3043ef216fae13dc5c3a1fbf8e522c7f881f4eab/lib/cocoapods-binary/Main.rb#L41 You could add `"DEBUG_INFORMATION_FORMAT=dwarf"`...
Place the dSYM file beside the framework match the default behavior of cocoapods. It will be included in the archive automatically. I recommend to use "static framework", which have no...
@Rag0n It should be `set_custom_xcodebuild_options_for_prebuilt_frameworks "DEBUG_INFORMATION_FORMAT=dwarf"`. There's no `=`
@Alexs1987 YES. Static framework is still a framework, not static library. More detail at https://github.com/leavez/cocoapods-static-swift-framework#about-static-framework
It's because the generated fabric framework has the same name with the framework it contains natively. I think there should be an improvement. Workaround: add `:binary => false` to fabric
@kapoorsahil I didn't reproduce it. Would you like to provide a demo?
Sorry, it doesn't reproduce. Maybe I doesn't understand precisely. Please provide a demo to demonstrate the problem. ( A blank project with cocoapods-binary can be downloaded [here](https://github.com/leavez/cocoapods-binary/files/3086250/BinaryDemo.zip))
这个数据是从 app 发出的 http 请求中解析出来的吗?
自己抓了一份, 基本可用。 但单纯调节温度的时候,看 homebridge 的 log,并没有发出控制信号。 ``` "customize": { "off": "010001072701011901004000205002112000D04000207002000000A0", "on": "010001072711011901001909205002102000F01909207002000010D0", "auto": "010001072712311111000809205002102000E00809207002000000B0", "heat":{ "30": "010001072710311e11000C0E205002102000700C0E20700200000040", "29": "010001072710311d11000C0D205002102000600C0D20700200000030", "28": "010001072710311c11000C0C205002102000500C0C20700200000020", "27": "010001072710311b11000C0B205002102000400C0B20700200000010", "26": "010001072710311a11000C0A205002102000300C0A20700200000000", "25": "010001072710311911000C09205002102000200C09207002000000F0", "24": "010001072710311811000C08205002102000100C08207002000000E0",...