Skip to content

Commit

Permalink
FIX :: 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 20, 2024
1 parent 3a54532 commit cfca8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Alamofire
import Moya

import Core
import Kingfisher

public protocol BaseAPI: TargetType {
static var apiType: APIType { get set }
Expand Down
1 change: 1 addition & 0 deletions ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GITHUB_TOKEN=${GITHUB_TOKEN}
git clone https://$GITHUB_TOKEN@github.com/MaeumGaGym/MaeumagGym-iOS-ignoreds.git
pwd
cp -R MaeumagGym-iOS-ignoreds/xcconfigs ../
cp -R MaeumagGym-iOS-ignoreds/Config.swift ../Projects/Core/Sources
rm -rf MaeumagGym-iOS-ignoreds

cd ..
Expand Down

0 comments on commit cfca8ae

Please sign in to comment.