Skip to content

Commit 398a20c

Browse files
author
Thierry Charbonnel
committed
update cx.ap.sketch-find-and-replace
1 parent 26efd61 commit 398a20c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Find And Replace.sketchplugin/Contents/Sketch/FindAndReplace.sketchscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var FindAndReplace = function (context) {
2323
regex: 1 // Not active
2424
}
2525

26-
userDefaults = initDefaults("com.martinsteven.sketch-find-and-replace", presets);
26+
userDefaults = initDefaults("cx.ap.sketch-find-and-replace", presets);
2727

2828
document = context.document;
2929
currentPage = [document currentPage]

Find And Replace.sketchplugin/Contents/Sketch/pluginDefaults.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
var kPluginDomain;
43

54
var initDefaults = function(pluginDomain, initialValues) {
@@ -27,4 +26,3 @@ var saveDefaults = function(newValues) {
2726
[defaults setObject: newValues forKey: kPluginDomain];
2827
}
2928
}
30-
68 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)