File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
CDE-Workspace.xcworkspace/xcshareddata/xcschemes
Core Data Editor/Core Data Editor Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 49
49
useCustomWorkingDirectory = " NO"
50
50
ignoresPersistentStateOnLaunch = " NO"
51
51
debugDocumentVersioning = " YES"
52
- enableAddressSanitizer = " YES"
53
52
debugServiceExtension = " internal"
54
53
allowLocationSimulation = " YES" >
55
54
<BuildableProductRunnable
63
62
</BuildableReference >
64
63
</BuildableProductRunnable >
65
64
<AdditionalOptions >
66
- <AdditionalOption
67
- key = " NSZombieEnabled"
68
- value = " YES"
69
- isEnabled = " YES" >
70
- </AdditionalOption >
71
65
</AdditionalOptions >
72
66
</LaunchAction >
73
67
<ProfileAction
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ - (IBAction)showConfiguration:(id)sender {
69
69
}];
70
70
}
71
71
72
+ - (IBAction )refresh : (id )sender {
73
+ [self .editorViewController setConfiguration: self .configuration modelURL: self .modelURL storeURL: self .storeURL needsReload: YES error: NULL ];
74
+ }
75
+
72
76
73
77
#pragma mark - NSDocument
74
78
- (instancetype )init {
Original file line number Diff line number Diff line change 102
102
<action selector =" saveDocumentAs:" target =" Ady-hI-5gd" id =" mDf-zr-I0C" />
103
103
</connections >
104
104
</menuItem >
105
- <menuItem title =" Revert to Saved" keyEquivalent =" r" id =" KaW-ft-85H" >
105
+ <menuItem isSeparatorItem =" YES" id =" fEx-u2-2ur" />
106
+ <menuItem title =" Refresh" keyEquivalent =" r" id =" Yhp-E1-KkH" >
106
107
<connections >
107
- <action selector =" revertDocumentToSaved :" target =" Ady-hI-5gd" id =" iJ3-Pv-kwq " />
108
+ <action selector =" refresh :" target =" Ady-hI-5gd" id =" 0lv-0g-tOW " />
108
109
</connections >
109
110
</menuItem >
110
111
<menuItem isSeparatorItem =" YES" id =" aJh-i4-bef" />
You can’t perform that action at this time.
0 commit comments