浏览代码

MobileVLCKit: fixed target dependencies and relative paths

Felix Paul Kühne 13 年之前
父节点
当前提交
b7331a24ce
共有 2 个文件被更改,包括 20 次插入1 次删除
  1. 19 0
      MobileVLCKit.xcodeproj/project.pbxproj
  2. 1 1
      MobileVLCKit/AggregateStaticPlugins.sh

+ 19 - 0
MobileVLCKit.xcodeproj/project.pbxproj

@@ -42,6 +42,16 @@
 		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
 		AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
 /* End PBXBuildFile section */
 /* End PBXBuildFile section */
 
 
+/* Begin PBXContainerItemProxy section */
+		CCD5C82E15947E6B00AED565 /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+			proxyType = 1;
+			remoteGlobalIDString = 7A5ECAF911DE917B00F66AF3;
+			remoteInfo = "Aggregate static plugins";
+		};
+/* End PBXContainerItemProxy section */
+
 /* Begin PBXCopyFilesBuildPhase section */
 /* Begin PBXCopyFilesBuildPhase section */
 		7A5ECB6211DE961B00F66AF3 /* Copy Headers */ = {
 		7A5ECB6211DE961B00F66AF3 /* Copy Headers */ = {
 			isa = PBXCopyFilesBuildPhase;
 			isa = PBXCopyFilesBuildPhase;
@@ -200,6 +210,7 @@
 			buildRules = (
 			buildRules = (
 			);
 			);
 			dependencies = (
 			dependencies = (
+				CCD5C82F15947E6B00AED565 /* PBXTargetDependency */,
 			);
 			);
 			name = MobileVLCKit;
 			name = MobileVLCKit;
 			productName = MobileVLCKit;
 			productName = MobileVLCKit;
@@ -268,6 +279,14 @@
 		};
 		};
 /* End PBXSourcesBuildPhase section */
 /* End PBXSourcesBuildPhase section */
 
 
+/* Begin PBXTargetDependency section */
+		CCD5C82F15947E6B00AED565 /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			target = 7A5ECAF911DE917B00F66AF3 /* Aggregate static plugins */;
+			targetProxy = CCD5C82E15947E6B00AED565 /* PBXContainerItemProxy */;
+		};
+/* End PBXTargetDependency section */
+
 /* Begin XCBuildConfiguration section */
 /* Begin XCBuildConfiguration section */
 		1DEB921F08733DC00010E9CD /* Debug */ = {
 		1DEB921F08733DC00010E9CD /* Debug */ = {
 			isa = XCBuildConfiguration;
 			isa = XCBuildConfiguration;

+ 1 - 1
MobileVLCKit/AggregateStaticPlugins.sh

@@ -15,7 +15,7 @@ echo "PROJECT DIR = $PROJECT_DIR"
 
 
 VLC_ARCH="arm"
 VLC_ARCH="arm"
 ARCH="arm"
 ARCH="arm"
-VLC_SRC_DIR="$PROJECT_DIR/../../../.."
+VLC_SRC_DIR="$PROJECT_DIR/../../vlc"
 
 
 VLC_BUILD_DIR="$VLC_SRC_DIR/build-ios-OS"
 VLC_BUILD_DIR="$VLC_SRC_DIR/build-ios-OS"
 VLC_INSTALL_DIR="$VLC_SRC_DIR/install-ios-OS"
 VLC_INSTALL_DIR="$VLC_SRC_DIR/install-ios-OS"