Changeset c8ff4d5d6df8fac8c9a696382c751dfab12f2d7f

Show
Ignore:
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
  • projects/macosx/framework/Examples/test/Controller.h

    rb3372f1 rc8ff4d5  
    22 
    33#import <Cocoa/Cocoa.h> 
    4 #import <VLC/VLC.h> 
    5 #import <VLC/VLCMediaPlayer.h> 
     4#import <VLCKit/VLCKit.h> 
    65 
    76@interface Controller : NSObject 
  • projects/macosx/framework/Examples/test/main.m

    rb3372f1 rc8ff4d5  
    88 
    99#import <Cocoa/Cocoa.h> 
    10 #import <VLC/VLC.h> 
    1110#include <stdio.h> 
    1211 
  • projects/macosx/framework/Examples/test/test.xcodeproj/project.pbxproj

    rb3372f1 rc8ff4d5  
    99/* Begin PBXBuildFile section */ 
    1010        6333027B0BD24CDB00193D7D /* Controller.m in Sources */ = {isa = PBXBuildFile; fileRef = 633302790BD24CDB00193D7D /* Controller.m */; }; 
     11        63F45B790D3E144E0055CBBE /* VLCKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63F45B780D3E14450055CBBE /* VLCKit.framework */; }; 
    1112        8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; 
    1213        8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; 
    1314        8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 
    1415        8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 
    15         EFD5522C0CC6DF380074CEE1 /* VLC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EFD5522B0CC6DF190074CEE1 /* VLC.framework */; }; 
    1616/* End PBXBuildFile section */ 
    1717 
    1818/* Begin PBXContainerItemProxy section */ 
    19         EF00D30D0CC6E0AC00209802 /* PBXContainerItemProxy */ = { 
     19        63F45B770D3E14450055CBBE /* PBXContainerItemProxy */ = { 
    2020            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 */; 
    2229            proxyType = 1; 
    2330            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; 
    3232        }; 
    3333/* End PBXContainerItemProxy section */ 
     
    4444        633302780BD24CDB00193D7D /* Controller.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Controller.h; sourceTree = "<group>"; }; 
    4545        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; }; 
    4647        8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
    4748        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; }; 
    4949/* End PBXFileReference section */ 
    5050 
     
    5454            buildActionMask = 2147483647; 
    5555            files = ( 
    56                 EFD5522C0CC6DF380074CEE1 /* VLC.framework in Frameworks */, 
     56                63F45B790D3E144E0055CBBE /* VLCKit.framework in Frameworks */, 
    5757                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */, 
    5858            ); 
     
    7474            isa = PBXGroup; 
    7575            children = ( 
    76                 EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */, 
     76                63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */, 
    7777                1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */, 
    7878            ); 
     
    138138            sourceTree = "<group>"; 
    139139        }; 
    140         EFD552240CC6DF190074CEE1 /* Products */ = { 
    141             isa = PBXGroup; 
    142             children = ( 
    143                 EFD5522B0CC6DF190074CEE1 /* VLC.framework */, 
     140        63F45B6B0D3E14450055CBBE /* Products */ = { 
     141            isa = PBXGroup; 
     142            children = ( 
     143                63F45B780D3E14450055CBBE /* VLCKit.framework */, 
    144144            ); 
    145145            name = Products; 
     
    160160            ); 
    161161            dependencies = ( 
    162                 EF00D30E0CC6E0AC00209802 /* PBXTargetDependency */, 
     162                63F45B7F0D3E14F30055CBBE /* PBXTargetDependency */, 
    163163            ); 
    164164            name = test; 
     
    180180            projectReferences = ( 
    181181                { 
    182                     ProductGroup = EFD552240CC6DF190074CEE1 /* Products */; 
    183                     ProjectRef = EFD552230CC6DF190074CEE1 /* VLC.xcodeproj */; 
     182                    ProductGroup = 63F45B6B0D3E14450055CBBE /* Products */; 
     183                    ProjectRef = 63F45B6A0D3E14450055CBBE /* VLCKit.xcodeproj */; 
    184184                }, 
    185185            ); 
     
    192192 
    193193/* Begin PBXReferenceProxy section */ 
    194         EFD5522B0CC6DF190074CEE1 /* VLC.framework */ = { 
     194        63F45B780D3E14450055CBBE /* VLCKit.framework */ = { 
    195195            isa = PBXReferenceProxy; 
    196196            fileType = wrapper.framework; 
    197             path = VLC.framework; 
    198             remoteRef = EFD5522A0CC6DF190074CEE1 /* PBXContainerItemProxy */; 
     197            path = VLCKit.framework; 
     198            remoteRef = 63F45B770D3E14450055CBBE /* PBXContainerItemProxy */; 
    199199            sourceTree = BUILT_PRODUCTS_DIR; 
    200200        }; 
     
    226226 
    227227/* Begin PBXTargetDependency section */ 
    228         EF00D30E0CC6E0AC00209802 /* PBXTargetDependency */ = { 
     228        63F45B7F0D3E14F30055CBBE /* PBXTargetDependency */ = { 
    229229            isa = PBXTargetDependency; 
    230             name = VLC
    231             targetProxy = EF00D30D0CC6E0AC00209802 /* PBXContainerItemProxy */; 
     230            name = VLCKit
     231            targetProxy = 63F45B7E0D3E14F30055CBBE /* PBXContainerItemProxy */; 
    232232        }; 
    233233/* End PBXTargetDependency section */