From 0f7c873358d3fceb3554732eff1c7c64db206a33 Mon Sep 17 00:00:00 2001 From: LinXunFeng Date: Wed, 4 Sep 2024 14:51:34 +0800 Subject: [PATCH] Fix link to PermissionHandlerEnums.h (#1373) --- permission_handler/README.md | 2 +- permission_handler/example/ios/Podfile | 2 +- permission_handler_apple/example/ios/Podfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/permission_handler/README.md b/permission_handler/README.md index 317c52e71..0ef5377b5 100644 --- a/permission_handler/README.md +++ b/permission_handler/README.md @@ -72,7 +72,7 @@ You must list the permission you want to use in your application: target.build_configurations.each do |config| # You can remove unused permissions here - # for more information: https://github.com/BaseflowIT/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h + # for more information: https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h # e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0' config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)', diff --git a/permission_handler/example/ios/Podfile b/permission_handler/example/ios/Podfile index 0eef7cfb8..008edb50d 100644 --- a/permission_handler/example/ios/Podfile +++ b/permission_handler/example/ios/Podfile @@ -40,7 +40,7 @@ post_install do |installer| target.build_configurations.each do |config| # You can remove unused permissions here - # for more infomation: https://github.com/BaseflowIT/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h + # for more infomation: https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h # e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0' config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)', diff --git a/permission_handler_apple/example/ios/Podfile b/permission_handler_apple/example/ios/Podfile index ffcc328e2..797c20f55 100644 --- a/permission_handler_apple/example/ios/Podfile +++ b/permission_handler_apple/example/ios/Podfile @@ -40,7 +40,7 @@ post_install do |installer| target.build_configurations.each do |config| # You can remove unused permissions here - # for more information: https://github.com/BaseflowIT/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h + # for more information: https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h # e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0' config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)',