Skip to content

Commit

Permalink
HelloSwift example: point J2OBJC_HOME to the location expected when t…
Browse files Browse the repository at this point in the history
…he example is part of the release.

	Change on 2018/09/07 by antoniocortes <[email protected]>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212045450
  • Loading branch information
antonio-cortes-perez authored and Antonio Cortes Perez committed Sep 7, 2018
1 parent d206fd3 commit 8750773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/HelloSwift/HelloSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "${J2OBJC_HOME}/frameworks";
INFOPLIST_FILE = HelloSwift/Info.plist;
J2OBJC_HOME = ../../dist;
J2OBJC_HOME = ../..;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -424,7 +424,7 @@
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "${J2OBJC_HOME}/frameworks";
INFOPLIST_FILE = HelloSwift/Info.plist;
J2OBJC_HOME = ../../dist;
J2OBJC_HOME = ../..;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -449,7 +449,7 @@
CLANG_ENABLE_OBJC_ARC = NO;
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "${J2OBJC_HOME}/frameworks";
J2OBJC_HOME = ../../dist;
J2OBJC_HOME = ../..;
LIBRARY_SEARCH_PATHS = "${J2OBJC_HOME}/lib";
OTHER_LDFLAGS = (
"-ObjC",
Expand All @@ -469,7 +469,7 @@
CLANG_ENABLE_OBJC_ARC = NO;
CODE_SIGN_STYLE = Automatic;
FRAMEWORK_SEARCH_PATHS = "${J2OBJC_HOME}/frameworks";
J2OBJC_HOME = ../../dist;
J2OBJC_HOME = ../..;
LIBRARY_SEARCH_PATHS = "${J2OBJC_HOME}/lib";
OTHER_LDFLAGS = (
"-ObjC",
Expand Down

0 comments on commit 8750773

Please sign in to comment.