Skip to content

Commit

Permalink
Update code signing identities
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvit committed Jan 14, 2015
1 parent cefe77f commit 6ecf75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LiveReload/LiveReload.xcodeproj/project.pbxproj
Expand Up @@ -1340,6 +1340,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_IDENTITY = "Developer ID Application: Andrey Tarantsov (D963M2VVCH)";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1360,7 +1361,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_IDENTITY = "Developer ID Application: Andrey Tarantsov";
CODE_SIGN_IDENTITY = "Developer ID Application: Andrey Tarantsov (D963M2VVCH)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit 6ecf75a

Please sign in to comment.