File tree 3 files changed +3
-3
lines changed
permission_handler_apple/example/ios
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:
72
72
73
73
target.build_configurations.each do |config |
74
74
# 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
76
76
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
77
77
config.build_settings[' GCC_PREPROCESSOR_DEFINITIONS' ] ||= [
78
78
' $(inherited)' ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ post_install do |installer|
40
40
41
41
target . build_configurations . each do |config |
42
42
# 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
44
44
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
45
45
config . build_settings [ 'GCC_PREPROCESSOR_DEFINITIONS' ] ||= [
46
46
'$(inherited)' ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ post_install do |installer|
40
40
41
41
target . build_configurations . each do |config |
42
42
# 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
44
44
# e.g. when you don't need camera permission, just add 'PERMISSION_CAMERA=0'
45
45
config . build_settings [ 'GCC_PREPROCESSOR_DEFINITIONS' ] ||= [
46
46
'$(inherited)' ,
You can’t perform that action at this time.
0 commit comments