File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
permission_handler_apple/example/ios Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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)' ,
Original file line number Diff line number Diff 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)' ,
Original file line number Diff line number Diff 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)' ,
You can’t perform that action at this time.
0 commit comments