Commit 3ff8349d by Masayuki Ono

Fix the link noted at Podfile code in README

parent 59148404
...@@ -69,7 +69,7 @@ You must list permission you want to use in your application : ...@@ -69,7 +69,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/develop/permission_handler/ios/Classes/PermissionHandlerEnums.h # Preprocessor definitions can be found in: https://github.com/Baseflow/flutter-permission-handler/blob/master/permission_handler/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