From bfc1e0c9ac53ab1c8975befca190cdce71af489f Mon Sep 17 00:00:00 2001 From: Yuu ichikawa Date: Fri, 1 Nov 2019 16:26:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=98=E3=82=9A=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=82=921=E5=80=8B=E5=89=8A=E9=99=A4=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=97=E3=81=9F=EF=BC=88=EF=BC=9F=EF=BC=9F=EF=BC=9F=EF=BC=9F?= =?UTF-8?q?=EF=BC=9F=EF=BC=9F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DJYusaku.xcodeproj/project.pbxproj | 8 ++++---- DJYusaku/RequestsViewController.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DJYusaku.xcodeproj/project.pbxproj b/DJYusaku.xcodeproj/project.pbxproj index beb76ef..dfd2240 100644 --- a/DJYusaku.xcodeproj/project.pbxproj +++ b/DJYusaku.xcodeproj/project.pbxproj @@ -481,13 +481,13 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 29WP3DF4XR; + DEVELOPMENT_TEAM = J87XZSWPMZ; INFOPLIST_FILE = DJYusaku/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = jp.yaplus.DJYusaku; + PRODUCT_BUNDLE_IDENTIFIER = jp.yaplus.DJYusaku.amylase; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -500,13 +500,13 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 29WP3DF4XR; + DEVELOPMENT_TEAM = J87XZSWPMZ; INFOPLIST_FILE = DJYusaku/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = jp.yaplus.DJYusaku; + PRODUCT_BUNDLE_IDENTIFIER = jp.yaplus.DJYusaku.amylase; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; diff --git a/DJYusaku/RequestsViewController.swift b/DJYusaku/RequestsViewController.swift index 95e42e7..d86bf52 100644 --- a/DJYusaku/RequestsViewController.swift +++ b/DJYusaku/RequestsViewController.swift @@ -47,7 +47,7 @@ class RequestsViewController: UIViewController { } NotificationCenter.default.addObserver(self, selector: #selector(handleRequestsUpdated), name: .requestQueueToRequestsVCName, object: nil) - NotificationCenter.default.addObserver(self, selector: #selector(handlePlayingItemChanged), name: NSNotification.Name.MPMusicPlayerControllerNowPlayingItemDidChange, object: nil) + NotificationCenter.default.addObserver(self, selector: #selector(handlePlayingItemChanged), name: NSNotification.Name.MPMusicPlayerControllerNowPlayingItemDidChange, object: nil) } override func viewDidAppear(_ animated: Bool) {