nazocthun 样例中 #!REQUIREMENT "CORE_VERSION>=22 AND SYSTEM==iOS" Group = smart, policyA, policyB 改写成 #!REQUIREMENT SYSTEM==tvOS #!REQUIREMENT SYSTEM==macOS 貌似不生效,目前在用这样的workaround #!REQUIREMENT SYSTEM<>iOS 对于macOS与tvOS的正确写法是什么?
owenlynda @SurgeTeam how do I write correctly the both systems: iOS and macOS in a single line together e.g. #!REQUIREMENT "SYSTEM=='macOS' AND SYSTEM=='iOS'" not working