Skip to content

Commit

Permalink
スペースを1個削除しました(??????)
Browse files Browse the repository at this point in the history
  • Loading branch information
amylaseF85 committed Nov 1, 2019
1 parent 99164c6 commit bfc1e0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DJYusaku.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion DJYusaku/RequestsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bfc1e0c

Please sign in to comment.