Skip to content

Commit 0f7c873

Browse files
authored
Fix link to PermissionHandlerEnums.h (#1373)
1 parent b537cec commit 0f7c873

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

permission_handler/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You must list the permission you want to use in your application:
7272

7373
target.build_configurations.each do |config|
7474
# You can remove unused permissions here
75-
# for more information: https://github.com/BaseflowIT/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h
75+
# for more information: https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h
7676
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
7777
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
7878
'$(inherited)',

permission_handler/example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ post_install do |installer|
4040

4141
target.build_configurations.each do |config|
4242
# You can remove unused permissions here
43-
# for more infomation: https://github.com/BaseflowIT/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h
43+
# for more infomation: https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h
4444
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
4545
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
4646
'$(inherited)',

permission_handler_apple/example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ post_install do |installer|
4040

4141
target.build_configurations.each do |config|
4242
# You can remove unused permissions here
43-
# for more information: https://github.com/BaseflowIT/flutter-permission-handler/blob/master/permission_handler/ios/Classes/PermissionHandlerEnums.h
43+
# for more information: https://github.com/Baseflow/flutter-permission-handler/blob/main/permission_handler_apple/ios/Classes/PermissionHandlerEnums.h
4444
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
4545
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
4646
'$(inherited)',

0 commit comments

Comments
 (0)