From 06149640947fa64bbb4fb0a9d4c8c123891974c2 Mon Sep 17 00:00:00 2001 From: wileywan Date: Mon, 16 Mar 2020 20:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ SwiftJson/ViewController.swift | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 SwiftJson.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/SwiftJson.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SwiftJson.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/SwiftJson.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/SwiftJson/ViewController.swift b/SwiftJson/ViewController.swift index 154093b..e955585 100644 --- a/SwiftJson/ViewController.swift +++ b/SwiftJson/ViewController.swift @@ -30,7 +30,7 @@ class ViewController: NSViewController { override func awakeFromNib() { super.awakeFromNib() - NSNotificationCenter.defaultCenter().addObserver(self, selector:"onSelectGenerate:", name: "SELECTED_GENERATE", object: nil) + NSNotificationCenter.defaultCenter().addObserver(self, selector:"onSelectGenerate:", name: "SELECTED_GENERATE", object: nil); [jsonTextView, modelTextView].map {