Skip to content

Commit

Permalink
[#118] Ver 1.0(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
00yhsp committed Nov 5, 2024
1 parent 79ae433 commit 7da1dfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ let project = Project(
"CLIENT_ID": .string("$(CLIENT_ID)"),
"CLIENT_SECRET": .string("$(CLIENT_SECRET)"),
"REDIRECT_URL": .string("$(REDIRECT_URL)"),
"CFBundleDisplayName": "Plake"
"CFBundleDisplayName": "Plake",
"CFBundleShortVersionString": "1.0.0",
"CFBundleVersion": "1"
]
),
sources: ["AGAMI/Sources/**"],
Expand Down

0 comments on commit 7da1dfc

Please sign in to comment.