|
|
@@ -14,8 +14,9 @@
|
|
|
8A0F806F1BF536C800E24F9B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */; };
|
|
|
8A0F807B1BF53DD200E24F9B /* PolycodeTemplateApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */; };
|
|
|
8A0F81991BF56A2D00E24F9B /* PolycodeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81981BF56A2D00E24F9B /* PolycodeView.m */; };
|
|
|
+ 8A35E14B1C877A8B00BF9EEA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A35E14A1C877A8B00BF9EEA /* main.m */; };
|
|
|
+ 8A35E14F1C877DDB00BF9EEA /* libFreetype2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A35E14E1C877DDB00BF9EEA /* libFreetype2.a */; };
|
|
|
8AD300AB1BF68290004D243B /* libPolycodeCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AD300AA1BF68290004D243B /* libPolycodeCore.a */; };
|
|
|
- 8AFAD6CC1C28A95500AD31ED /* libFreetype2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AFAD6CB1C28A95500AD31ED /* libFreetype2.a */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
@@ -23,7 +24,7 @@
|
|
|
8A0F80621BF536C800E24F9B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
8A0F80631BF536C800E24F9B /* AppDelegate.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
8A0F80651BF536C800E24F9B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
|
- 8A0F80661BF536C800E24F9B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
+ 8A0F80661BF536C800E24F9B /* ViewController.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; path = ViewController.m; sourceTree = "<group>"; };
|
|
|
8A0F80691BF536C800E24F9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
8A0F806B1BF536C800E24F9B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
8A0F806E1BF536C800E24F9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
|
@@ -31,8 +32,10 @@
|
|
|
8A0F80791BF53DD200E24F9B /* PolycodeTemplateApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeTemplateApp.h; sourceTree = "<group>"; };
|
|
|
8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PolycodeTemplateApp.mm; sourceTree = "<group>"; };
|
|
|
8A0F81981BF56A2D00E24F9B /* PolycodeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PolycodeView.m; path = ../../../../src/view/ios/PolycodeView.m; sourceTree = "<group>"; };
|
|
|
+ 8A35E14A1C877A8B00BF9EEA /* main.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; fileEncoding = 4; path = main.m; sourceTree = "<group>"; };
|
|
|
+ 8A35E14E1C877DDB00BF9EEA /* libFreetype2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFreetype2.a; path = ../../../../lib/ios/iphonesimulator/libFreetype2.a; sourceTree = "<group>"; };
|
|
|
+ 8A35E19E1C87A54A00BF9EEA /* PolycodeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolycodeView.h; path = ../../../../include/polycode/view/ios/PolycodeView.h; sourceTree = "<group>"; };
|
|
|
8AD300AA1BF68290004D243B /* libPolycodeCore.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPolycodeCore.a; path = ../../../../lib/ios/iphonesimulator/libPolycodeCore.a; sourceTree = "<group>"; };
|
|
|
- 8AFAD6CB1C28A95500AD31ED /* libFreetype2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFreetype2.a; path = ../../../../lib/ios/iphonesimulator/libFreetype2.a; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -40,7 +43,7 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 8AFAD6CC1C28A95500AD31ED /* libFreetype2.a in Frameworks */,
|
|
|
+ 8A35E14F1C877DDB00BF9EEA /* libFreetype2.a in Frameworks */,
|
|
|
8AD300AB1BF68290004D243B /* libPolycodeCore.a in Frameworks */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
@@ -67,7 +70,7 @@
|
|
|
8A0F805E1BF536C800E24F9B /* TemplateApp */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 8AFAD6CB1C28A95500AD31ED /* libFreetype2.a */,
|
|
|
+ 8A35E14E1C877DDB00BF9EEA /* libFreetype2.a */,
|
|
|
8AD300AA1BF68290004D243B /* libPolycodeCore.a */,
|
|
|
8A0F80621BF536C800E24F9B /* AppDelegate.h */,
|
|
|
8A0F80631BF536C800E24F9B /* AppDelegate.m */,
|
|
|
@@ -76,9 +79,11 @@
|
|
|
8A0F80791BF53DD200E24F9B /* PolycodeTemplateApp.h */,
|
|
|
8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */,
|
|
|
8A0F80681BF536C800E24F9B /* Main.storyboard */,
|
|
|
- 8A0F806B1BF536C800E24F9B /* Assets.xcassets */,
|
|
|
+ 8A35E19E1C87A54A00BF9EEA /* PolycodeView.h */,
|
|
|
8A0F81981BF56A2D00E24F9B /* PolycodeView.m */,
|
|
|
+ 8A0F806B1BF536C800E24F9B /* Assets.xcassets */,
|
|
|
8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */,
|
|
|
+ 8A35E14A1C877A8B00BF9EEA /* main.m */,
|
|
|
8A0F80701BF536C800E24F9B /* Info.plist */,
|
|
|
);
|
|
|
path = TemplateApp;
|
|
|
@@ -154,6 +159,7 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 8A35E14B1C877A8B00BF9EEA /* main.m in Sources */,
|
|
|
8A0F80671BF536C800E24F9B /* ViewController.m in Sources */,
|
|
|
8A0F807B1BF53DD200E24F9B /* PolycodeTemplateApp.mm in Sources */,
|
|
|
8A0F80641BF536C800E24F9B /* AppDelegate.m in Sources */,
|
|
|
@@ -269,10 +275,12 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
|
|
|
INFOPLIST_FILE = TemplateApp/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib/ios/iphonesimulator\"";
|
|
|
+ OTHER_LDFLAGS = "";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = org.polycode.TemplateApp;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
@@ -282,10 +290,12 @@
|
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
|
|
|
INFOPLIST_FILE = TemplateApp/Info.plist;
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib/ios/iphonesimulator\"";
|
|
|
+ OTHER_LDFLAGS = "";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = org.polycode.TemplateApp;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|