Procházet zdrojové kódy

Added bootstrap to Xcode proj

Sticktron před 8 roky
rodič
revize
e2d7672ff9
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      g0blin.xcodeproj/project.pbxproj

+ 4 - 0
g0blin.xcodeproj/project.pbxproj

@@ -25,6 +25,7 @@
 		EE9828C91FF418800085B633 /* 0.reload.plist in Resources */ = {isa = PBXBuildFile; fileRef = EE9828C51FF4187F0085B633 /* 0.reload.plist */; };
 		EE9828CA1FF418800085B633 /* launchctl in Resources */ = {isa = PBXBuildFile; fileRef = EE9828C61FF4187F0085B633 /* launchctl */; };
 		EE9828CB1FF418800085B633 /* reload in Resources */ = {isa = PBXBuildFile; fileRef = EE9828C71FF4187F0085B633 /* reload */; };
+		EEE1C50F1FF5B42800A77E2C /* bootstrap.tar in Resources */ = {isa = PBXBuildFile; fileRef = EEE1C50E1FF5B42800A77E2C /* bootstrap.tar */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
@@ -59,6 +60,7 @@
 		EE9828C51FF4187F0085B633 /* 0.reload.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = 0.reload.plist; sourceTree = "<group>"; };
 		EE9828C61FF4187F0085B633 /* launchctl */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = launchctl; sourceTree = "<group>"; };
 		EE9828C71FF4187F0085B633 /* reload */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = reload; sourceTree = "<group>"; };
+		EEE1C50E1FF5B42800A77E2C /* bootstrap.tar */ = {isa = PBXFileReference; lastKnownFileType = archive.tar; path = bootstrap.tar; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -134,6 +136,7 @@
 		EE9828CC1FF4188B0085B633 /* payload */ = {
 			isa = PBXGroup;
 			children = (
+				EEE1C50E1FF5B42800A77E2C /* bootstrap.tar */,
 				EE9828C51FF4187F0085B633 /* 0.reload.plist */,
 				EE9828C61FF4187F0085B633 /* launchctl */,
 				EE9828C71FF4187F0085B633 /* reload */,
@@ -200,6 +203,7 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				EEE1C50F1FF5B42800A77E2C /* bootstrap.tar in Resources */,
 				EE9828C81FF418800085B633 /* tar in Resources */,
 				EE9828C91FF418800085B633 /* 0.reload.plist in Resources */,
 				EE9828CA1FF418800085B633 /* launchctl in Resources */,