Skip to content

Commit

Permalink
✨[feat]: provision 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Jan 7, 2024
1 parent d1af84e commit 0e7b60d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extension Settings {
// "ASSOCIATED_DOMAINS": "applinks:PingPong.page.link",
"CURRENT_PROJECT_VERSION": .string(.appBuildVersion()),
"CODE_SIGN_IDENTITY": "iPhone Developer",
"CODE_SIGN_STYLE": "Automatic",
// "CODE_SIGN_STYLE": "Automatic",
"DEVELOPMENT_TEAM": "\(Project.Environment.organizationTeamId)",
"VERSIONING_SYSTEM": "apple-generic",
"DEBUG_INFORMATION_FORMAT": "DWARF with dSYM File",
Expand Down Expand Up @@ -65,7 +65,7 @@ extension Settings {
base: ["PRODUCT_NAME": "\(Project.Environment.appName)",
"MARKETING_VERSION": .string(.appVersion()),
"CURRENT_PROJECT_VERSION": .string(.appBuildVersion()),
"CODE_SIGN_STYLE": "Automatic",
// "CODE_SIGN_STYLE": "Automatic",
"DEVELOPMENT_TEAM": "\(Project.Environment.organizationTeamId)",
"DEBUG_INFORMATION_FORMAT": "DWARF with dSYM File"],
configurations: [
Expand Down
5 changes: 5 additions & 0 deletions BeatMaster/BeatMaster/Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ let project = Project.makeAppModule(
bundleId: .mainBundleID(),
product: .app,
settings: .appMainSetting,
dependencies: [
.Core(implements: .Core),
.Shared(implements: .Shareds)

],
sources: ["Sources/**"],
resources: ["Resources/**"],
infoPlist: .file(path: "Support/Info.plist"),
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0e7b60d

Please sign in to comment.