# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'
target 'Unity-iPhone' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
pod "RSKImageCropper"
pod "QBImagePickerController"
react_native_path = "../node_modules/react-native"
yoga_path = File.join(react_native_path, 'ReactCommon/yoga')
pod "Yoga", :path => yoga_path
pod "React", :path => react_native_path, :subspecs => [
'Core',
'RCTActionSheet',
'RCTAnimation',
'RCTImage',
'RCTLinkingIOS',
'RCTNetwork',
'RCTSettings',
'RCTText',
'RCTWebSocket'
]
end
设置是否要求privacy.usercontext.about_newtab_segregation.enabled
为真?
第二个设置启用了容器选项卡所需的菜单项(即使禁用了privacy.userContext.enabled
),此时此时并非默认(firefox 52)。