Skip to content

Commit

Permalink
✨[feat]: 앱 셋업 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Jun 5, 2023
1 parent dbdf4e9 commit 0d004d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PingPong/Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let project = Project.makeModule(
"BACKGROUND_MODES" : "remote-notification",
"ASSOCIATED_DOMAINS": "applinks:PingPong.page.link",
"CURRENT_PROJECT_VERSION": .string(buildNumber),
"CODE_SIGN_IDENTITY": "iPhone Developer",
"CODE_SIGN_STYLE": "Automatic",
"DEVELOPMENT_TEAM": "N94CS4N6VR", "DEBUG_INFORMATION_FORMAT": "DWARF with dSYM File", "DEVELOPMENT_ASSET_PATH" : "\"Resources/Preview Content\""] ,configurations: [
.debug(name: .debug, settings: ["PRODUCT_NAME" : "PingPong","DISPLAY_NAME" : "PingPong"]),
Expand Down

0 comments on commit 0d004d2

Please sign in to comment.