Commit 41c9af64 by Michal Šrůtek Committed by GitHub

Fix link to PermissionHandlerEnums.h (#803)

parent e8e588ed
...@@ -77,7 +77,7 @@ You must list permission you want to use in your application : ...@@ -77,7 +77,7 @@ You must list permission you want to use in your application :
# ## dart: PermissionGroup.camera # ## dart: PermissionGroup.camera
# 'PERMISSION_CAMERA=1' # 'PERMISSION_CAMERA=1'
# #
# Preprocessor definitions can be found in: https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h # Preprocessor definitions can be found in: https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
'$(inherited)', '$(inherited)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment