Changeset c8ff4d5d6df8fac8c9a696382c751dfab12f2d7f
- Timestamp:
- 02/09/08 16:40:03
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202571603 +0000
- git-parent:
[2eb8fec690366ccc8ba24caea4755510ab8722f0]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202571603 +0000
- Message:
macosx/framework: test updates to match the VLCKit name change.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb3372f1 |
rc8ff4d5 |
|
| 2 | 2 | |
|---|
| 3 | 3 | #import <Cocoa/Cocoa.h> |
|---|
| 4 | | #import <VLC/VLC.h> |
|---|
| 5 | | #import <VLC/VLCMediaPlayer.h> |
|---|
| | 4 | #import <VLCKit/VLCKit.h> |
|---|
| 6 | 5 | |
|---|
| 7 | 6 | @interface Controller : NSObject |
|---|
| rb3372f1 |
rc8ff4d5 |
|
| 8 | 8 | |
|---|
| 9 | 9 | #import <Cocoa/Cocoa.h> |
|---|
| 10 | | #import <VLC/VLC.h> |
|---|
| 11 | 10 | #include <stdio.h> |
|---|
| 12 | 11 | |
|---|
| rb3372f1 |
rc8ff4d5 |
|
| 9 | 9 | /* Begin PBXBuildFile section */ |
|---|
| 10 | 10 | 6333027B0BD24CDB00193D7D /* Controller.m in Sources */ = {isa = PBXBuildFile; fileRef = 633302790BD24CDB00193D7D /* Controller.m */; }; |
|---|
| | 11 | 63F45B790D3E144E0055CBBE /* VLCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63F45B780D3E14450055CBBE /* VLCKit.framework */; }; |
|---|
| 11 | 12 | 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; |
|---|
| 12 | 13 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; |
|---|
| 13 | 14 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
|---|
| 14 | 15 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
|---|
| 15 | | EFD5522C0CC6DF380074CEE1 /* VLC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EFD5522B0CC6DF190074CEE1 /* VLC.framework */; }; |
|---|
| 16 | 16 | /* End PBXBuildFile section */ |
|---|
| 17 | 17 | |
|---|
| 18 | 18 | /* Begin PBXContainerItemProxy section */ |
|---|
| 19 | | EF00D30D0CC6E0AC00209802 /* PBXContainerItemProxy */ = { |
|---|
| | 19 | 63F45B770D3E14450055CBBE /* PBXContainerItemProxy */ = { |
|---|
| 20 | 20 | isa = PBXContainerItemProxy; |
|---|
| 21 | | containerPortal = EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */; |
|---|
| | 21 | containerPortal = 63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */; |
|---|
| | 22 | proxyType = 2; |
|---|
| | 23 | remoteGlobalIDString = 8DC2EF5B0486A6940098B216; |
|---|
| | 24 | remoteInfo = VLCKit; |
|---|
| | 25 | }; |
|---|
| | 26 | 63F45B7E0D3E14F30055CBBE /* PBXContainerItemProxy */ = { |
|---|
| | 27 | isa = PBXContainerItemProxy; |
|---|
| | 28 | containerPortal = 63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */; |
|---|
| 22 | 29 | proxyType = 1; |
|---|
| 23 | 30 | remoteGlobalIDString = 8DC2EF4F0486A6940098B216; |
|---|
| 24 | | remoteInfo = VLC; |
|---|
| 25 | | }; |
|---|
| 26 | | EFD5522A0CC6DF190074CEE1 /* PBXContainerItemProxy */ = { |
|---|
| 27 | | isa = PBXContainerItemProxy; |
|---|
| 28 | | containerPortal = EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */; |
|---|
| 29 | | proxyType = 2; |
|---|
| 30 | | remoteGlobalIDString = 8DC2EF5B0486A6940098B216; |
|---|
| 31 | | remoteInfo = VLC; |
|---|
| | 31 | remoteInfo = VLCKit; |
|---|
| 32 | 32 | }; |
|---|
| 33 | 33 | /* End PBXContainerItemProxy section */ |
|---|
| … | … | |
| 44 | 44 | 633302780BD24CDB00193D7D /* Controller.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Controller.h; sourceTree = "<group>"; }; |
|---|
| 45 | 45 | 633302790BD24CDB00193D7D /* Controller.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = Controller.m; sourceTree = "<group>"; }; |
|---|
| | 46 | 63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = VLCKit.xcodeproj; path = ../../VLCKit.xcodeproj; sourceTree = SOURCE_ROOT; }; |
|---|
| 46 | 47 | 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
|---|
| 47 | 48 | 8D1107320486CEB800E47090 /* test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = test.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|---|
| 48 | | EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = VLC.xcodeproj; path = ../../VLC.xcodeproj; sourceTree = SOURCE_ROOT; }; |
|---|
| 49 | 49 | /* End PBXFileReference section */ |
|---|
| 50 | 50 | |
|---|
| … | … | |
| 54 | 54 | buildActionMask = 2147483647; |
|---|
| 55 | 55 | files = ( |
|---|
| 56 | | EFD5522C0CC6DF380074CEE1 /* VLC.framework in Frameworks */, |
|---|
| | 56 | 63F45B790D3E144E0055CBBE /* VLCKit.framework in Frameworks */, |
|---|
| 57 | 57 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */, |
|---|
| 58 | 58 | ); |
|---|
| … | … | |
| 74 | 74 | isa = PBXGroup; |
|---|
| 75 | 75 | children = ( |
|---|
| 76 | | EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */, |
|---|
| | 76 | 63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */, |
|---|
| 77 | 77 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, |
|---|
| 78 | 78 | ); |
|---|
| … | … | |
| 138 | 138 | sourceTree = "<group>"; |
|---|
| 139 | 139 | }; |
|---|
| 140 | | EFD552240CC6DF190074CEE1 /* Products */ = { |
|---|
| 141 | | isa = PBXGroup; |
|---|
| 142 | | children = ( |
|---|
| 143 | | EFD5522B0CC6DF190074CEE1 /* VLC.framework */, |
|---|
| | 140 | 63F45B6B0D3E14450055CBBE /* Products */ = { |
|---|
| | 141 | isa = PBXGroup; |
|---|
| | 142 | children = ( |
|---|
| | 143 | 63F45B780D3E14450055CBBE /* VLCKit.framework */, |
|---|
| 144 | 144 | ); |
|---|
| 145 | 145 | name = Products; |
|---|
| … | … | |
| 160 | 160 | ); |
|---|
| 161 | 161 | dependencies = ( |
|---|
| 162 | | EF00D30E0CC6E0AC00209802 /* PBXTargetDependency */, |
|---|
| | 162 | 63F45B7F0D3E14F30055CBBE /* PBXTargetDependency */, |
|---|
| 163 | 163 | ); |
|---|
| 164 | 164 | name = test; |
|---|
| … | … | |
| 180 | 180 | projectReferences = ( |
|---|
| 181 | 181 | { |
|---|
| 182 | | ProductGroup = EFD552240CC6DF190074CEE1 /* Products */; |
|---|
| 183 | | ProjectRef = EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */; |
|---|
| | 182 | ProductGroup = 63F45B6B0D3E14450055CBBE /* Products */; |
|---|
| | 183 | ProjectRef = 63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */; |
|---|
| 184 | 184 | }, |
|---|
| 185 | 185 | ); |
|---|
| … | … | |
| 192 | 192 | |
|---|
| 193 | 193 | /* Begin PBXReferenceProxy section */ |
|---|
| 194 | | EFD5522B0CC6DF190074CEE1 /* VLC.framework */ = { |
|---|
| | 194 | 63F45B780D3E14450055CBBE /* VLCKit.framework */ = { |
|---|
| 195 | 195 | isa = PBXReferenceProxy; |
|---|
| 196 | 196 | fileType = wrapper.framework; |
|---|
| 197 | | path = VLC.framework; |
|---|
| 198 | | remoteRef = EFD5522A0CC6DF190074CEE1 /* PBXContainerItemProxy */; |
|---|
| | 197 | path = VLCKit.framework; |
|---|
| | 198 | remoteRef = 63F45B770D3E14450055CBBE /* PBXContainerItemProxy */; |
|---|
| 199 | 199 | sourceTree = BUILT_PRODUCTS_DIR; |
|---|
| 200 | 200 | }; |
|---|
| … | … | |
| 226 | 226 | |
|---|
| 227 | 227 | /* Begin PBXTargetDependency section */ |
|---|
| 228 | | EF00D30E0CC6E0AC00209802 /* PBXTargetDependency */ = { |
|---|
| | 228 | 63F45B7F0D3E14F30055CBBE /* PBXTargetDependency */ = { |
|---|
| 229 | 229 | isa = PBXTargetDependency; |
|---|
| 230 | | name = VLC; |
|---|
| 231 | | targetProxy = EF00D30D0CC6E0AC00209802 /* PBXContainerItemProxy */; |
|---|
| | 230 | name = VLCKit; |
|---|
| | 231 | targetProxy = 63F45B7E0D3E14F30055CBBE /* PBXContainerItemProxy */; |
|---|
| 232 | 232 | }; |
|---|
| 233 | 233 | /* End PBXTargetDependency section */ |
|---|