File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 621
621
set_info_plist_value ( path : "ownCloud Action Extension/Info.plist" , key : "CFBundleDisplayName" , value : "Save to " + appName )
622
622
set_info_plist_value ( path : "ownCloud Action Extension/Info.plist" , key : "CFBundleName" , value : appName )
623
623
624
- sh ( "sed -i '' '/\" CFBundleDisplayName\" =/s/ownCloud/#{ appName } /' ownCloud Action Extension/en.lproj/InfoPlist.strings" )
625
- sh ( "sed -i '' '/\" CFBundleDisplayName\" =/s/ownCloud/#{ appName } /' ownCloud Action Extension/de.lproj/InfoPlist.strings" )
624
+ sh ( "sed -i '' '/\" CFBundleDisplayName\" =/s/ownCloud/#{ appName } /' ownCloud\ Action\ Extension/en.lproj/InfoPlist.strings" )
625
+ sh ( "sed -i '' '/\" CFBundleDisplayName\" =/s/ownCloud/#{ appName } /' ownCloud\ Action\ Extension/de.lproj/InfoPlist.strings" )
626
626
627
627
update_app_identifier (
628
628
xcodeproj : "ownCloud.xcodeproj" ,
You can’t perform that action at this time.
0 commit comments