Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from billboardoo/develop
Browse files Browse the repository at this point in the history
[CHORE] 버전 변경
  • Loading branch information
yongbeomkwak authored Nov 11, 2022
2 parents e85273c + 68c8c5f commit f7fb9f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions WaktaverseMusic/WaktaverseMusic.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_ASSET_PATHS = "\"WaktaverseMusic/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand All @@ -794,7 +794,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.20.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = yongbeomkwak.Billboardoo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -813,7 +813,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"WaktaverseMusic/Preview Content\"";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 28NL63HBTJ;
Expand All @@ -833,7 +833,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.20.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = yongbeomkwak.Billboardoo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct MainView: View {

playState.youTubePlayer.cue(source: .url(playState.currentSong!.song_id.youtube()))
}

// 2. 불러온 다음 구독
playState.subscribePlayList()
playState.subscribeCurrentSong()
Expand Down

0 comments on commit f7fb9f8

Please sign in to comment.