diff --git a/lib/motion/project/template/ios-action-extension/files/Rakefile.erb b/lib/motion/project/template/ios-action-extension/files/Rakefile.erb index 698986ec..b3a45626 100644 --- a/lib/motion/project/template/ios-action-extension/files/Rakefile.erb +++ b/lib/motion/project/template/ios-action-extension/files/Rakefile.erb @@ -21,8 +21,7 @@ Motion::Project::App.setup do |app| 'NSExtensionActivationSupportsText' => false, 'NSExtensionActivationSupportsWebURLWithMaxCount' => 0 }, - 'NSExtensionPointName' => 'com.apple.ui-services', - 'NSExtensionPointVersion' => '1.0' + 'NSExtensionPointIdentifier' => 'com.apple.ui-services' }, # Use 'NSExtensionPrincipalClass' if you want to setup the UI in code # 'NSExtensionPrincipalClass' => 'ActionViewController',