Skip to content

Commit

Permalink
[CHORE] 컨플릭 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul committed Mar 1, 2024
1 parent a4c9656 commit 9a5ee24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Makgulli.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1875,12 +1875,12 @@
CODE_SIGN_ENTITLEMENTS = Makgulli/Makgulli.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
<<<<<<< HEAD
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
CODE_SIGN_STYLE = Manual;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
=======
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
>>>>>>> main
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "";
Expand Down Expand Up @@ -1925,12 +1925,12 @@
<<<<<<< HEAD
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8LJ2P85FNV;
DEVELOPMENT_TEAM = "";
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
CODE_SIGN_STYLE = Manual;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
=======
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = 8LJ2P85FNV;
>>>>>>> main
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1970,9 +1970,9 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
<<<<<<< HEAD
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
=======
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
>>>>>>> main
DEVELOPMENT_TEAM = 8LJ2P85FNV;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -1995,9 +1995,9 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
<<<<<<< HEAD
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
=======
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
>>>>>>> main
DEVELOPMENT_TEAM = 8LJ2P85FNV;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -2019,9 +2019,9 @@
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
<<<<<<< HEAD
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
=======
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
>>>>>>> main
DEVELOPMENT_TEAM = 8LJ2P85FNV;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -2041,7 +2041,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = 8LJ2P85FNV;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
Expand Down
3 changes: 0 additions & 3 deletions fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do

# Available Actions

<<<<<<< HEAD
### set_keychain

```sh
Expand All @@ -25,8 +24,6 @@ Save To Keychain
----


=======
>>>>>>> main
## iOS

### ios tf
Expand Down

0 comments on commit 9a5ee24

Please sign in to comment.