summaryrefslogtreecommitdiffstats
path: root/embedding/ios
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /embedding/ios
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'embedding/ios')
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.pbxproj595
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h17
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.m45
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/LaunchScreen.xib41
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/Main.storyboard25
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/Images.xcassets/AppIcon.appiconset/Contents.json68
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/Info.plist47
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h15
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m27
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/browser/application.ini10
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome.manifest1
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.js9
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.xul10
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/browser/defaults/preferences/prefs.js3
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/main.mm96
-rwxr-xr-xembedding/ios/GeckoEmbed/build-gecko.sh21
-rwxr-xr-xembedding/ios/GeckoEmbed/copy-jsshell.sh22
-rw-r--r--embedding/ios/GeckoEmbed/js/Base.lproj/LaunchScreen.xib41
-rw-r--r--embedding/ios/GeckoEmbed/js/Base.lproj/Main.storyboard25
-rw-r--r--embedding/ios/GeckoEmbed/js/Images.xcassets/AppIcon.appiconset/Contents.json68
-rw-r--r--embedding/ios/GeckoEmbed/js/Info.plist47
-rw-r--r--embedding/ios/GeckoEmbed/js/dirs.m12
-rw-r--r--embedding/ios/GeckoEmbed/js/shell.cpp25
-rw-r--r--embedding/ios/app.mozbuild10
-rw-r--r--embedding/ios/build.mk29
-rw-r--r--embedding/ios/confvars.sh10
-rw-r--r--embedding/ios/moz.configure9
28 files changed, 1335 insertions, 0 deletions
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.pbxproj b/embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.pbxproj
new file mode 100644
index 000000000..3ee40d37b
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.pbxproj
@@ -0,0 +1,595 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ D2669E901AD6EC830027914D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2669E8E1AD6EC830027914D /* Main.storyboard */; };
+ D2669E921AD6EC830027914D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2669E911AD6EC830027914D /* Images.xcassets */; };
+ D2669E951AD6EC830027914D /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = D2669E931AD6EC830027914D /* LaunchScreen.xib */; };
+ D2C9CF2E1AA4960F0041BE29 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = D2C9CF2D1AA4960F0041BE29 /* main.mm */; };
+ D2C9CF311AA4960F0041BE29 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2C9CF301AA4960F0041BE29 /* AppDelegate.m */; };
+ D2C9CF341AA4960F0041BE29 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2C9CF331AA4960F0041BE29 /* ViewController.m */; };
+ D2C9CF371AA4960F0041BE29 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2C9CF351AA4960F0041BE29 /* Main.storyboard */; };
+ D2C9CF391AA4960F0041BE29 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2C9CF381AA4960F0041BE29 /* Images.xcassets */; };
+ D2C9CF3C1AA4960F0041BE29 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = D2C9CF3A1AA4960F0041BE29 /* LaunchScreen.xib */; };
+ D2C9CF521AA4A23A0041BE29 /* browser in Resources */ = {isa = PBXBuildFile; fileRef = D2C9CF511AA4A23A0041BE29 /* browser */; };
+ D2CA73561ADDE3F10022A192 /* shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D2CA73551ADDE3F10022A192 /* shell.cpp */; };
+ D2CA73591ADDEBAB0022A192 /* dirs.m in Sources */ = {isa = PBXBuildFile; fileRef = D2CA73581ADDEBAB0022A192 /* dirs.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ D2669EA81AD6ECFC0027914D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = D2C9CF201AA4960F0041BE29 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = D2C9CF271AA4960F0041BE29;
+ remoteInfo = GeckoEmbed;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ D20C8D111ADDD6E600CE4BC8 /* CopyFiles */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 10;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ D20C8D121ADDD87C00CE4BC8 /* libmozglue.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libmozglue.dylib; path = "../../../../debug-mozilla-central/mozglue/build/libmozglue.dylib"; sourceTree = "<group>"; };
+ D2669E821AD6EC830027914D /* js.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = js.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ D2669E851AD6EC830027914D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ D2669E8F1AD6EC830027914D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+ D2669E911AD6EC830027914D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
+ D2669E941AD6EC830027914D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
+ D2C9CF281AA4960F0041BE29 /* GeckoEmbed.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeckoEmbed.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ D2C9CF2C1AA4960F0041BE29 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ D2C9CF2D1AA4960F0041BE29 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
+ D2C9CF2F1AA4960F0041BE29 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+ D2C9CF301AA4960F0041BE29 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ D2C9CF321AA4960F0041BE29 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
+ D2C9CF331AA4960F0041BE29 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
+ D2C9CF361AA4960F0041BE29 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+ D2C9CF381AA4960F0041BE29 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
+ D2C9CF3B1AA4960F0041BE29 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
+ D2C9CF511AA4A23A0041BE29 /* browser */ = {isa = PBXFileReference; lastKnownFileType = folder; path = browser; sourceTree = "<group>"; };
+ D2C9CF541AA4A26E0041BE29 /* libxpcomglue.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libxpcomglue.a; path = "../../../../../iphone-simulator-debug/xpcom/glue/standalone/libxpcomglue.a"; sourceTree = "<group>"; };
+ D2CA73551ADDE3F10022A192 /* shell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = shell.cpp; sourceTree = "<group>"; };
+ D2CA73581ADDEBAB0022A192 /* dirs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = dirs.m; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ D2669E7F1AD6EC830027914D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D2C9CF251AA4960F0041BE29 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ D2669E831AD6EC830027914D /* js */ = {
+ isa = PBXGroup;
+ children = (
+ D2669E8E1AD6EC830027914D /* Main.storyboard */,
+ D2669E911AD6EC830027914D /* Images.xcassets */,
+ D2669E931AD6EC830027914D /* LaunchScreen.xib */,
+ D2669E841AD6EC830027914D /* Supporting Files */,
+ D2CA73551ADDE3F10022A192 /* shell.cpp */,
+ D2CA73581ADDEBAB0022A192 /* dirs.m */,
+ );
+ path = js;
+ sourceTree = "<group>";
+ };
+ D2669E841AD6EC830027914D /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ D2669E851AD6EC830027914D /* Info.plist */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+ D2C9CF1F1AA4960F0041BE29 = {
+ isa = PBXGroup;
+ children = (
+ D20C8D121ADDD87C00CE4BC8 /* libmozglue.dylib */,
+ D2C9CF2A1AA4960F0041BE29 /* GeckoEmbed */,
+ D2669E831AD6EC830027914D /* js */,
+ D2C9CF291AA4960F0041BE29 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ D2C9CF291AA4960F0041BE29 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ D2C9CF281AA4960F0041BE29 /* GeckoEmbed.app */,
+ D2669E821AD6EC830027914D /* js.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ D2C9CF2A1AA4960F0041BE29 /* GeckoEmbed */ = {
+ isa = PBXGroup;
+ children = (
+ D2C9CF541AA4A26E0041BE29 /* libxpcomglue.a */,
+ D2C9CF511AA4A23A0041BE29 /* browser */,
+ D2C9CF2D1AA4960F0041BE29 /* main.mm */,
+ D2C9CF2F1AA4960F0041BE29 /* AppDelegate.h */,
+ D2C9CF301AA4960F0041BE29 /* AppDelegate.m */,
+ D2C9CF321AA4960F0041BE29 /* ViewController.h */,
+ D2C9CF331AA4960F0041BE29 /* ViewController.m */,
+ D2C9CF351AA4960F0041BE29 /* Main.storyboard */,
+ D2C9CF381AA4960F0041BE29 /* Images.xcassets */,
+ D2C9CF3A1AA4960F0041BE29 /* LaunchScreen.xib */,
+ D2C9CF2B1AA4960F0041BE29 /* Supporting Files */,
+ );
+ path = GeckoEmbed;
+ sourceTree = "<group>";
+ };
+ D2C9CF2B1AA4960F0041BE29 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ D2C9CF2C1AA4960F0041BE29 /* Info.plist */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ D2669E811AD6EC830027914D /* js */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D2669EA61AD6EC830027914D /* Build configuration list for PBXNativeTarget "js" */;
+ buildPhases = (
+ D20C8D141ADDD97100CE4BC8 /* Sources */,
+ D2669E7F1AD6EC830027914D /* Frameworks */,
+ D2669E801AD6EC830027914D /* Resources */,
+ D20C8D111ADDD6E600CE4BC8 /* CopyFiles */,
+ D2CA73571ADDEA7A0022A192 /* Run Script */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ D2669EA91AD6ECFC0027914D /* PBXTargetDependency */,
+ );
+ name = js;
+ productName = js;
+ productReference = D2669E821AD6EC830027914D /* js.app */;
+ productType = "com.apple.product-type.application";
+ };
+ D2C9CF271AA4960F0041BE29 /* GeckoEmbed */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = D2C9CF4B1AA4960F0041BE29 /* Build configuration list for PBXNativeTarget "GeckoEmbed" */;
+ buildPhases = (
+ D2C9CF5D1AA4A6D80041BE29 /* Run Script */,
+ D2C9CF241AA4960F0041BE29 /* Sources */,
+ D2C9CF251AA4960F0041BE29 /* Frameworks */,
+ D2C9CF261AA4960F0041BE29 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = GeckoEmbed;
+ productName = GeckoEmbed;
+ productReference = D2C9CF281AA4960F0041BE29 /* GeckoEmbed.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ D2C9CF201AA4960F0041BE29 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0610;
+ ORGANIZATIONNAME = Mozilla;
+ TargetAttributes = {
+ D2669E811AD6EC830027914D = {
+ CreatedOnToolsVersion = 6.1.1;
+ };
+ D2C9CF271AA4960F0041BE29 = {
+ CreatedOnToolsVersion = 6.1.1;
+ };
+ };
+ };
+ buildConfigurationList = D2C9CF231AA4960F0041BE29 /* Build configuration list for PBXProject "GeckoEmbed" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = D2C9CF1F1AA4960F0041BE29;
+ productRefGroup = D2C9CF291AA4960F0041BE29 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ D2C9CF271AA4960F0041BE29 /* GeckoEmbed */,
+ D2669E811AD6EC830027914D /* js */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ D2669E801AD6EC830027914D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D2669E901AD6EC830027914D /* Main.storyboard in Resources */,
+ D2669E951AD6EC830027914D /* LaunchScreen.xib in Resources */,
+ D2669E921AD6EC830027914D /* Images.xcassets in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D2C9CF261AA4960F0041BE29 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D2C9CF371AA4960F0041BE29 /* Main.storyboard in Resources */,
+ D2C9CF3C1AA4960F0041BE29 /* LaunchScreen.xib in Resources */,
+ D2C9CF391AA4960F0041BE29 /* Images.xcassets in Resources */,
+ D2C9CF521AA4A23A0041BE29 /* browser in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ D2C9CF5D1AA4A6D80041BE29 /* Run Script */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Run Script";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/bash;
+ shellScript = "${SRCROOT}/build-gecko.sh";
+ };
+ D2CA73571ADDEA7A0022A192 /* Run Script */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Run Script";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "${SRCROOT}/copy-jsshell.sh";
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ D20C8D141ADDD97100CE4BC8 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D2CA73561ADDE3F10022A192 /* shell.cpp in Sources */,
+ D2CA73591ADDEBAB0022A192 /* dirs.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ D2C9CF241AA4960F0041BE29 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ D2C9CF341AA4960F0041BE29 /* ViewController.m in Sources */,
+ D2C9CF311AA4960F0041BE29 /* AppDelegate.m in Sources */,
+ D2C9CF2E1AA4960F0041BE29 /* main.mm in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ D2669EA91AD6ECFC0027914D /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = D2C9CF271AA4960F0041BE29 /* GeckoEmbed */;
+ targetProxy = D2669EA81AD6ECFC0027914D /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ D2669E8E1AD6EC830027914D /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D2669E8F1AD6EC830027914D /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "<group>";
+ };
+ D2669E931AD6EC830027914D /* LaunchScreen.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D2669E941AD6EC830027914D /* Base */,
+ );
+ name = LaunchScreen.xib;
+ sourceTree = "<group>";
+ };
+ D2C9CF351AA4960F0041BE29 /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D2C9CF361AA4960F0041BE29 /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "<group>";
+ };
+ D2C9CF3A1AA4960F0041BE29 /* LaunchScreen.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ D2C9CF3B1AA4960F0041BE29 /* Base */,
+ );
+ name = LaunchScreen.xib;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ D2669EA21AD6EC830027914D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "IMPL_MFBT=1",
+ "EXPORT_JS_API=1",
+ "DEBUG=1",
+ "MOZILLA_CLIENT=1",
+ );
+ INFOPLIST_FILE = js/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ LIBRARY_SEARCH_PATHS = (
+ "$(GECKO_OBJDIR)/config/external/nss",
+ "$(GECKO_OBJDIR)/mozglue/build",
+ "$(GECKO_OBJDIR)/js/src",
+ "$(GECKO_OBJDIR)/js/src/editline",
+ );
+ OTHER_CPLUSPLUSFLAGS = (
+ "$(OTHER_CFLAGS)",
+ "-include",
+ "$(GECKO_OBJDIR)/js/src/js-confdefs.h",
+ );
+ OTHER_LDFLAGS = (
+ "-ljs_static",
+ "-lmozglue",
+ "-lnss3",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ USER_HEADER_SEARCH_PATHS = "$(GECKO_OBJDIR)/dist/include/nspr $(GECKO_OBJDIR)/dist/include $(SRCROOT)/../../../js/src $(SRCROOT)/../../../js/src/shell $(SRCROOT)/../../../js/src/editline";
+ };
+ name = Debug;
+ };
+ D2669EA31AD6EC830027914D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "IMPL_MFBT=1",
+ "EXPORT_JS_API=1",
+ "MOZILLA_CLIENT=1",
+ );
+ INFOPLIST_FILE = js/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ LIBRARY_SEARCH_PATHS = (
+ "$(GECKO_OBJDIR)/config/external/nss",
+ "$(GECKO_OBJDIR)/mozglue/build",
+ "$(GECKO_OBJDIR)/js/src",
+ "$(GECKO_OBJDIR)/js/src/editline",
+ );
+ OTHER_CPLUSPLUSFLAGS = (
+ "$(OTHER_CFLAGS)",
+ "-include",
+ "$(GECKO_OBJDIR)/js/src/js-confdefs.h",
+ );
+ OTHER_LDFLAGS = (
+ "-ljs_static",
+ "-lmozglue",
+ "-lnss3",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ USER_HEADER_SEARCH_PATHS = "$(GECKO_OBJDIR)/dist/include/nspr $(GECKO_OBJDIR)/dist/include $(SRCROOT)/../../../js/src $(SRCROOT)/../../../js/src/shell $(SRCROOT)/../../../js/src/editline";
+ };
+ name = Release;
+ };
+ D2C9CF491AA4960F0041BE29 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD)";
+ "ARCHS[sdk=iphoneos*]" = armv7;
+ "ARCHS[sdk=iphonesimulator*]" = "$(ARCHS_STANDARD)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ GECKO_OBJDIR = "";
+ "GECKO_OBJDIR[sdk=iphoneos*]" = "$(SRCROOT)/../../../../iphone-device-debug/";
+ "GECKO_OBJDIR[sdk=iphonesimulator*]" = "$(SRCROOT)/../../../../iphone-simulator-debug/";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.1;
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ D2C9CF4A1AA4960F0041BE29 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD)";
+ "ARCHS[sdk=iphoneos*]" = armv7;
+ "ARCHS[sdk=iphonesimulator*]" = "$(ARCHS_STANDARD)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ GECKO_OBJDIR = "";
+ "GECKO_OBJDIR[sdk=iphoneos*]" = "$(SRCROOT)/../../../../iphone-device-opt/";
+ "GECKO_OBJDIR[sdk=iphonesimulator*]" = "$(SRCROOT)/../../../../iphone-simulator-opt/";
+ IPHONEOS_DEPLOYMENT_TARGET = 8.1;
+ MTL_ENABLE_DEBUG_INFO = NO;
+ SDKROOT = iphoneos;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ D2C9CF4C1AA4960F0041BE29 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD)";
+ "ARCHS[sdk=iphoneos*]" = armv7;
+ "ARCHS[sdk=iphonesimulator*]" = "$(ARCHS_STANDARD)";
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ GECKO_OBJDIR = "";
+ "GECKO_OBJDIR[sdk=iphoneos*]" = "$(SRCROOT)/../../../../iphone-device-debug/";
+ "GECKO_OBJDIR[sdk=iphonesimulator*]" = "$(SRCROOT)/../../../../iphone-simulator-debug/";
+ INFOPLIST_FILE = GeckoEmbed/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ LIBRARY_SEARCH_PATHS = (
+ "$(GECKO_OBJDIR)/dist/lib",
+ "$(GECKO_OBJDIR)/mozglue/build",
+ "$(GECKO_OBJDIR)/xpcom/glue/standalone",
+ );
+ OTHER_CODE_SIGN_FLAGS = "";
+ OTHER_LDFLAGS = (
+ "$(GECKO_OBJDIR)/xpcom/glue/standalone/libxpcomglue.a",
+ "$(GECKO_OBJDIR)/mozglue/build/libmozglue.dylib",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ USER_HEADER_SEARCH_PATHS = "$(GECKO_OBJDIR)/dist/include $(GECKO_OBJDIR)/dist/include/nspr";
+ };
+ name = Debug;
+ };
+ D2C9CF4D1AA4960F0041BE29 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD)";
+ "ARCHS[sdk=iphoneos*]" = armv7;
+ "ARCHS[sdk=iphonesimulator*]" = "$(ARCHS_STANDARD)";
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ GECKO_OBJDIR = "";
+ "GECKO_OBJDIR[sdk=iphoneos*]" = "$(SRCROOT)/../../../../iphone-device-opt/";
+ "GECKO_OBJDIR[sdk=iphonesimulator*]" = "$(SRCROOT)/../../../../iphone-simulator-opt/";
+ INFOPLIST_FILE = GeckoEmbed/Info.plist;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ LIBRARY_SEARCH_PATHS = (
+ "$(GECKO_OBJDIR)/dist/lib",
+ "$(GECKO_OBJDIR)/mozglue/build",
+ "$(GECKO_OBJDIR)/xpcom/glue/standalone",
+ );
+ OTHER_CODE_SIGN_FLAGS = "";
+ OTHER_LDFLAGS = (
+ "$(GECKO_OBJDIR)/xpcom/glue/standalone/libxpcomglue.a",
+ "$(GECKO_OBJDIR)/mozglue/build/libmozglue.dylib",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ USER_HEADER_SEARCH_PATHS = "$(GECKO_OBJDIR)/dist/include $(GECKO_OBJDIR)/dist/include/nspr";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ D2669EA61AD6EC830027914D /* Build configuration list for PBXNativeTarget "js" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D2669EA21AD6EC830027914D /* Debug */,
+ D2669EA31AD6EC830027914D /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D2C9CF231AA4960F0041BE29 /* Build configuration list for PBXProject "GeckoEmbed" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D2C9CF491AA4960F0041BE29 /* Debug */,
+ D2C9CF4A1AA4960F0041BE29 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ D2C9CF4B1AA4960F0041BE29 /* Build configuration list for PBXNativeTarget "GeckoEmbed" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ D2C9CF4C1AA4960F0041BE29 /* Debug */,
+ D2C9CF4D1AA4960F0041BE29 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = D2C9CF201AA4960F0041BE29 /* Project object */;
+}
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 000000000..a060b27f3
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:GeckoEmbed.xcodeproj">
+ </FileRef>
+</Workspace>
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h b/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
new file mode 100644
index 000000000..46f13ca55
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
@@ -0,0 +1,17 @@
+//
+// AppDelegate.h
+// GeckoEmbed
+//
+// Created by Ted Mielczarek on 3/2/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+
+@end
+
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.m b/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.m
new file mode 100644
index 000000000..4f14692e1
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.m
@@ -0,0 +1,45 @@
+//
+// AppDelegate.m
+// GeckoEmbed
+//
+// Created by Ted Mielczarek on 3/2/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+@interface AppDelegate ()
+
+@end
+
+@implementation AppDelegate
+
+
+- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
+ // Override point for customization after application launch.
+ return YES;
+}
+
+- (void)applicationWillResignActive:(UIApplication *)application {
+ // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
+ // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
+}
+
+- (void)applicationDidEnterBackground:(UIApplication *)application {
+ // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
+ // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
+}
+
+- (void)applicationWillEnterForeground:(UIApplication *)application {
+ // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
+}
+
+- (void)applicationDidBecomeActive:(UIApplication *)application {
+ // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
+}
+
+- (void)applicationWillTerminate:(UIApplication *)application {
+ // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
+}
+
+@end
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/LaunchScreen.xib b/embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/LaunchScreen.xib
new file mode 100644
index 000000000..a00bb55e5
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/LaunchScreen.xib
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
+ <dependencies>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
+ <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
+ </dependencies>
+ <objects>
+ <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
+ <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
+ <view contentMode="scaleToFill" id="iN0-l3-epB">
+ <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Mozilla. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
+ <rect key="frame" x="20" y="439" width="441" height="21"/>
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
+ <nil key="highlightedColor"/>
+ </label>
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="GeckoEmbed" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
+ <rect key="frame" x="20" y="140" width="441" height="43"/>
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
+ <nil key="highlightedColor"/>
+ </label>
+ </subviews>
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+ <constraints>
+ <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
+ <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
+ <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
+ <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
+ <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
+ <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
+ </constraints>
+ <nil key="simulatedStatusBarMetrics"/>
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
+ <point key="canvasLocation" x="548" y="455"/>
+ </view>
+ </objects>
+</document>
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/Main.storyboard b/embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/Main.storyboard
new file mode 100644
index 000000000..f56d2f3bb
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/Base.lproj/Main.storyboard
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
+ <dependencies>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
+ </dependencies>
+ <scenes>
+ <!--View Controller-->
+ <scene sceneID="tne-QT-ifu">
+ <objects>
+ <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="" sceneMemberID="viewController">
+ <layoutGuides>
+ <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
+ <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
+ </layoutGuides>
+ <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
+ <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+ </view>
+ </viewController>
+ <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
+ </objects>
+ </scene>
+ </scenes>
+</document>
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/Images.xcassets/AppIcon.appiconset/Contents.json b/embedding/ios/GeckoEmbed/GeckoEmbed/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 000000000..36d2c80d8
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,68 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "29x29",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "40x40",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "76x76",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "76x76",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/Info.plist b/embedding/ios/GeckoEmbed/GeckoEmbed/Info.plist
new file mode 100644
index 000000000..758a02b68
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/Info.plist
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.mozilla.$(PRODUCT_NAME:rfc1034identifier)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>2</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
+ <key>UIMainStoryboardFile</key>
+ <string>Main</string>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+</dict>
+</plist>
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h
new file mode 100644
index 000000000..ff812f5a2
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.h
@@ -0,0 +1,15 @@
+//
+// ViewController.h
+// GeckoEmbed
+//
+// Created by Ted Mielczarek on 3/2/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ViewController : UIViewController
+
+
+@end
+
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m
new file mode 100644
index 000000000..b4d9c73d4
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/ViewController.m
@@ -0,0 +1,27 @@
+//
+// ViewController.m
+// GeckoEmbed
+//
+// Created by Ted Mielczarek on 3/2/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#import "ViewController.h"
+
+@interface ViewController ()
+
+@end
+
+@implementation ViewController
+
+- (void)viewDidLoad {
+ [super viewDidLoad];
+ // Do any additional setup after loading the view, typically from a nib.
+}
+
+- (void)didReceiveMemoryWarning {
+ [super didReceiveMemoryWarning];
+ // Dispose of any resources that can be recreated.
+}
+
+@end
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/browser/application.ini b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/application.ini
new file mode 100644
index 000000000..8f2c2248c
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/application.ini
@@ -0,0 +1,10 @@
+[App]
+Vendor=Mozilla
+Name=browser
+Version=1.0
+BuildID=20150209
+ID=browser@mozilla.org
+
+[Gecko]
+MinVersion=34
+MaxVersion=1000
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome.manifest b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome.manifest
new file mode 100644
index 000000000..e2a1c3592
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome.manifest
@@ -0,0 +1 @@
+content mybrowser file:chrome/content/ \ No newline at end of file
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.js b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.js
new file mode 100644
index 000000000..424001a28
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.js
@@ -0,0 +1,9 @@
+Components.utils.import("resource://gre/modules/Services.jsm");
+addEventListener("DOMContentLoaded", function loaded() {
+ removeEventListener("DOMContentLoaded", loaded);
+ var b = document.getElementById("browser");
+ Services.obs.notifyObservers(b.docShell,
+ "geckoembed-browser-loaded",
+ null);
+ b.loadURI("http://people.mozilla.org/~tmielczarek/iosstart.html");
+});
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.xul b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.xul
new file mode 100644
index 000000000..7744ff3a6
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/chrome/content/hello.xul
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
+
+<window title="browser"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ sizemode="maximized"
+ flex="1">
+ <browser type="content" src="http://mozilla.org/" flex="1"/>
+</window>
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/browser/defaults/preferences/prefs.js b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/defaults/preferences/prefs.js
new file mode 100644
index 000000000..464b02234
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/browser/defaults/preferences/prefs.js
@@ -0,0 +1,3 @@
+pref("toolkit.defaultChromeURI", "chrome://mybrowser/content/hello.xul");
+pref("browser.dom.window.dump.enabled", true);
+pref("dom.max_script_run_time", 0);
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/main.mm b/embedding/ios/GeckoEmbed/GeckoEmbed/main.mm
new file mode 100644
index 000000000..c79b46115
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/main.mm
@@ -0,0 +1,96 @@
+//
+// main.m
+// XulRunner
+//
+// Created by Ted Mielczarek on 2/9/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+#include "mozilla-config.h"
+#define XPCOM_GLUE 1
+#include "nsXULAppAPI.h"
+#include "nsXPCOMGlue.h"
+#include "nsXREAppData.h"
+#include "mozilla/AppData.h"
+#include "nsCOMPtr.h"
+#include "nsIFile.h"
+#include "nsIPrefService.h"
+#include "nsServiceManagerUtils.h"
+
+static const nsXREAppData sAppData = {
+ sizeof(nsXREAppData),
+ nullptr, // directory
+ "Mozilla",
+ "Browser",
+ nullptr,
+ "38.0a1",
+ "201502090123",
+ "browser@mozilla.org",
+ nullptr, // copyright
+ 0,
+ nullptr, // xreDirectory
+ "38.0a1",
+ "*",
+ "https://crash-reports.mozilla.com/submit",
+ nullptr,
+ "Firefox"
+};
+
+XRE_GetFileFromPathType XRE_GetFileFromPath;
+XRE_CreateAppDataType XRE_CreateAppData;
+XRE_FreeAppDataType XRE_FreeAppData;
+XRE_mainType XRE_main;
+
+static const nsDynamicFunctionLoad kXULFuncs[] = {
+ { "XRE_GetFileFromPath", (NSFuncPtr*) &XRE_GetFileFromPath },
+ { "XRE_CreateAppData", (NSFuncPtr*) &XRE_CreateAppData },
+ { "XRE_FreeAppData", (NSFuncPtr*) &XRE_FreeAppData },
+ { "XRE_main", (NSFuncPtr*) &XRE_main },
+ { nullptr, nullptr }
+};
+
+const int MAXPATHLEN = 1024;
+const char* XPCOM_DLL = "XUL";
+
+int main(int argc, char * argv[]) {
+ char exeDir[MAXPATHLEN];
+ NSString* bundlePath = [[NSBundle mainBundle] bundlePath];
+ strncpy(exeDir, [bundlePath UTF8String], MAXPATHLEN);
+ strcat(exeDir, "/Frameworks/");
+ strncat(exeDir, XPCOM_DLL, MAXPATHLEN - strlen(exeDir));
+
+ nsresult rv = XPCOMGlueStartup(exeDir);
+ if (NS_FAILED(rv)) {
+ printf("Couldn't load XPCOM (0x%08x) from %s\n", rv, exeDir);
+ return 255;
+ }
+
+ rv = XPCOMGlueLoadXULFunctions(kXULFuncs);
+ if (NS_FAILED(rv)) {
+ printf("Couldn't load XRE functions.\n");
+ return 255;
+ }
+
+ mozilla::ScopedAppData appData(&sAppData);
+
+ nsCOMPtr<nsIFile> greDir;
+ rv = NS_NewNativeLocalFile(nsDependentCString([bundlePath UTF8String]), true,
+ getter_AddRefs(greDir));
+ if (NS_FAILED(rv)) {
+ printf("Couldn't find the application directory.\n");
+ return 255;
+ }
+
+ nsCOMPtr<nsIFile> appSubdir;
+ greDir->Clone(getter_AddRefs(appSubdir));
+ greDir->Append(NS_LITERAL_STRING("Frameworks"));
+ appSubdir->Append(NS_LITERAL_STRING("browser"));
+
+ mozilla::SetStrongPtr(appData.directory, static_cast<nsIFile*>(appSubdir.get()));
+ greDir.forget(&appData.xreDirectory);
+
+ int result = XRE_main(argc, argv, &appData, 0);
+ return result;
+}
diff --git a/embedding/ios/GeckoEmbed/build-gecko.sh b/embedding/ios/GeckoEmbed/build-gecko.sh
new file mode 100755
index 000000000..1475fa916
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/build-gecko.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+set -e
+
+if test "${ACTION}" != "clean"; then
+ echo "Building in ${GECKO_OBJDIR}"
+ make -j8 -s -C $GECKO_OBJDIR binaries
+
+ echo "Copying files from ${GECKO_OBJDIR}/dist/bin"
+ rsync -pvtrlL --exclude "Test*" \
+ --exclude "test_*" --exclude "*_unittest" \
+ --exclude xulrunner \
+ ${GECKO_OBJDIR}/dist/bin/ $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks
+
+ if test ${ARCHS} == "armv7"; then
+ for x in $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks/*.dylib $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks/XUL; do
+ echo "Signing $x"
+ /usr/bin/codesign --force --sign "${EXPANDED_CODE_SIGN_IDENTITY}" --preserve-metadata=identifier,entitlements,resource-rules $x
+ done
+ fi
+fi
diff --git a/embedding/ios/GeckoEmbed/copy-jsshell.sh b/embedding/ios/GeckoEmbed/copy-jsshell.sh
new file mode 100755
index 000000000..a2e9c5d6e
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/copy-jsshell.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+set -e
+
+if test -z ${GECKO_OBJDIR}; then
+ echo "Error: GECKO_OBJDIR not set!"
+ exit 1
+fi
+
+if test "${ACTION}" != "clean"; then
+ echo "Copying files from ${GECKO_OBJDIR}/dist/bin"
+ mkdir -p $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks
+ cp ${GECKO_OBJDIR}/mozglue/build/libmozglue.dylib $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks
+ cp ${GECKO_OBJDIR}/config/external/nss/libnss3.dylib $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks
+
+ if test ${ARCHS} == "armv7"; then
+ for x in $BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/Frameworks/*.dylib; do
+ echo "Signing $x"
+ /usr/bin/codesign --force --sign "${EXPANDED_CODE_SIGN_IDENTITY}" --preserve-metadata=identifier,entitlements,resource-rules $x
+ done
+ fi
+fi
diff --git a/embedding/ios/GeckoEmbed/js/Base.lproj/LaunchScreen.xib b/embedding/ios/GeckoEmbed/js/Base.lproj/LaunchScreen.xib
new file mode 100644
index 000000000..50022f3d3
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/js/Base.lproj/LaunchScreen.xib
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
+ <dependencies>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
+ <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
+ </dependencies>
+ <objects>
+ <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
+ <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
+ <view contentMode="scaleToFill" id="iN0-l3-epB">
+ <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <subviews>
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Mozilla. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
+ <rect key="frame" x="20" y="439" width="441" height="21"/>
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
+ <nil key="highlightedColor"/>
+ </label>
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="js" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
+ <rect key="frame" x="20" y="140" width="441" height="43"/>
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
+ <nil key="highlightedColor"/>
+ </label>
+ </subviews>
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+ <constraints>
+ <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
+ <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
+ <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
+ <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
+ <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
+ <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
+ </constraints>
+ <nil key="simulatedStatusBarMetrics"/>
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
+ <point key="canvasLocation" x="548" y="455"/>
+ </view>
+ </objects>
+</document>
diff --git a/embedding/ios/GeckoEmbed/js/Base.lproj/Main.storyboard b/embedding/ios/GeckoEmbed/js/Base.lproj/Main.storyboard
new file mode 100644
index 000000000..f56d2f3bb
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/js/Base.lproj/Main.storyboard
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
+ <dependencies>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
+ </dependencies>
+ <scenes>
+ <!--View Controller-->
+ <scene sceneID="tne-QT-ifu">
+ <objects>
+ <viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="" sceneMemberID="viewController">
+ <layoutGuides>
+ <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
+ <viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
+ </layoutGuides>
+ <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
+ <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
+ </view>
+ </viewController>
+ <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
+ </objects>
+ </scene>
+ </scenes>
+</document>
diff --git a/embedding/ios/GeckoEmbed/js/Images.xcassets/AppIcon.appiconset/Contents.json b/embedding/ios/GeckoEmbed/js/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 000000000..36d2c80d8
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/js/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,68 @@
+{
+ "images" : [
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "29x29",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "40x40",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "iphone",
+ "size" : "60x60",
+ "scale" : "3x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "29x29",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "29x29",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "40x40",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "40x40",
+ "scale" : "2x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "76x76",
+ "scale" : "1x"
+ },
+ {
+ "idiom" : "ipad",
+ "size" : "76x76",
+ "scale" : "2x"
+ }
+ ],
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file
diff --git a/embedding/ios/GeckoEmbed/js/Info.plist b/embedding/ios/GeckoEmbed/js/Info.plist
new file mode 100644
index 000000000..e7375d54c
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/js/Info.plist
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.mozilla.$(PRODUCT_NAME:rfc1034identifier)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>$(PRODUCT_NAME)</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1</string>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
+ <key>UIMainStoryboardFile</key>
+ <string>Main</string>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+</dict>
+</plist>
diff --git a/embedding/ios/GeckoEmbed/js/dirs.m b/embedding/ios/GeckoEmbed/js/dirs.m
new file mode 100644
index 000000000..dc74df976
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/js/dirs.m
@@ -0,0 +1,12 @@
+#import <Foundation/Foundation.h>
+
+bool GetDocumentsDirectory(char* dir)
+{
+ NSSearchPathDirectory directory = NSDocumentDirectory;
+ NSArray* paths = NSSearchPathForDirectoriesInDomains(directory, NSUserDomainMask, YES);
+ if ([paths count] == 0) {
+ return false;
+ }
+ strcpy(dir, [[paths objectAtIndex:0] UTF8String]);
+ return true;
+}
diff --git a/embedding/ios/GeckoEmbed/js/shell.cpp b/embedding/ios/GeckoEmbed/js/shell.cpp
new file mode 100644
index 000000000..82171ca37
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/js/shell.cpp
@@ -0,0 +1,25 @@
+#include "OSObject.cpp"
+#include "jsoptparse.cpp"
+#define main shell_main
+#include "js.cpp"
+#undef main
+
+#include <unistd.h>
+
+extern "C" bool GetDocumentsDirectory(char *dir);
+
+// Fake editline
+char* readline(const char* prompt)
+{
+ return nullptr;
+}
+
+void add_history(char* line) {}
+
+int main(int argc, char** argv, char** envp)
+{
+ char dir[1024];
+ GetDocumentsDirectory(dir);
+ chdir(dir);
+ return shell_main(argc, argv, envp);
+}
diff --git a/embedding/ios/app.mozbuild b/embedding/ios/app.mozbuild
new file mode 100644
index 000000000..5168ced14
--- /dev/null
+++ b/embedding/ios/app.mozbuild
@@ -0,0 +1,10 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+include('/toolkit/toolkit.mozbuild')
+
+if CONFIG['MOZ_EXTENSIONS']:
+ DIRS += ['/extensions']
diff --git a/embedding/ios/build.mk b/embedding/ios/build.mk
new file mode 100644
index 000000000..017f3dff1
--- /dev/null
+++ b/embedding/ios/build.mk
@@ -0,0 +1,29 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+installer:
+
+package:
+
+package-compare:
+
+stage-package:
+
+sdk:
+
+install::
+
+clean::
+
+distclean::
+
+source-package::
+
+upload::
+
+source-upload::
+
+hg-bundle::
+
+l10n-check::
diff --git a/embedding/ios/confvars.sh b/embedding/ios/confvars.sh
new file mode 100644
index 000000000..8bac3cf30
--- /dev/null
+++ b/embedding/ios/confvars.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+MOZ_APP_NAME=geckoembed
+MOZ_APP_DISPLAYNAME=GeckoEmbed
+MOZ_UPDATER=
+MOZ_APP_VERSION=$MOZILLA_VERSION
+MOZ_EXTENSIONS_DEFAULT=" gio"
diff --git a/embedding/ios/moz.configure b/embedding/ios/moz.configure
new file mode 100644
index 000000000..00849b08b
--- /dev/null
+++ b/embedding/ios/moz.configure
@@ -0,0 +1,9 @@
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
+# vim: set filetype=python:
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+imply_option('MOZ_PLACES', True)
+imply_option('MOZ_SERVICES_HEALTHREPORT', True)
+imply_option('MOZ_SERVICES_SYNC', True)