From 872d660a4ab0c9495d6dff0dd69e034d2bd804a2 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 1 Dec 2014 16:34:14 +0900 Subject: [PATCH] [RM-677] fix info.plist in action extension to solve ERROR ITMS-9000 http://hipbyte.myjetbrains.com/youtrack/issue/RM-677 --- .../project/template/ios-action-extension/files/Rakefile.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',