File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
OneSignalExample/OneSignalExample.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 296296 CODE_SIGN_IDENTITY = "iOS Distribution: Lilomi Inc.";
297297 FRAMEWORK_SEARCH_PATHS = (
298298 "$(inherited)",
299- /Users/hiptic/Documents/GameThrive/SDK/iOS/ iOS_SDK/Framework,
299+ "\"$(SRCROOT)/../ iOS_SDK/Framework\"/**" ,
300300 );
301301 GCC_PRECOMPILE_PREFIX_HEADER = YES;
302302 GCC_PREFIX_HEADER = "push-notifications/OneSignalExample-Prefix.pch";
303+ HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../iOS_SDK/Framework\"/**";
303304 INFOPLIST_FILE = "push-notifications/OneSignalExample-Info.plist";
304305 LIBRARY_SEARCH_PATHS = "$(inherited)";
305306 OTHER_LDFLAGS = "-ObjC";
316317 CODE_SIGN_IDENTITY = "iOS Distribution: Lilomi Inc.";
317318 FRAMEWORK_SEARCH_PATHS = (
318319 "$(inherited)",
319- /Users/hiptic/Documents/GameThrive/SDK/iOS/ iOS_SDK/Framework,
320+ "\"$(SRCROOT)/../ iOS_SDK/Framework\"/**" ,
320321 );
321322 GCC_PRECOMPILE_PREFIX_HEADER = YES;
322323 GCC_PREFIX_HEADER = "push-notifications/OneSignalExample-Prefix.pch";
324+ HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../iOS_SDK/Framework\"/**";
323325 INFOPLIST_FILE = "push-notifications/OneSignalExample-Info.plist";
324326 LIBRARY_SEARCH_PATHS = "$(inherited)";
325327 OTHER_LDFLAGS = "-ObjC";
You can’t perform that action at this time.
0 commit comments