Mac SDK 1.1

  • Créateur du sujet Créateur du sujet IJK
  • Date de début Date de début

IJK

Membre confirmé
24 Novembre 2004
80
0
54
Salut à tous, :)

J'ai téléchargé Mac SDK 1.1 sur developper.apple.com mais je galère pour l'installer.

Voilà le "Read me" qui est fourni avec. J'ai rien compri à ce qui est écrit.

1) First, add the DotMacKit.framework bundle to your project (it can be placed under the 'LinkedFrameworks' folder in Xcode's 'Groups & Files' browser).

2) Next, ensure that the framework will be copied to the private Frameworks directory of your applicationbundle by using a Copy Files build phase. You can create such a build phase by selecting theapplication target in Xcode and choosing Project > New Build Phase > New Copy Files Build Phase.
Then, inside of the new build phase's info view, set the copy destination to 'Frameworks'.

3) Finally, drag the DotMacKit.framework listing (from under 'Linked Frameworks' or wherever you'veplaced it) to the new Copy Files build phase located under your application target in Xcode's 'Groups &
Files' browser.

Quelqu'un pourrait m'aider à décripter ce qui est dit la dedans?
Marci d'avance. :zen:
 
Une traduction approximative et un peu mot à mot...

1) First, add the DotMacKit.framework bundle to your project (it can be placed under the 'LinkedFrameworks' folder in Xcode's 'Groups & Files' browser).

Tout d'abord, ajouter le bundle DotMacKit.framework à votre projet (il peut être placé dans le dossier 'LinkedFrameworkds' du navigateur 'Group & Files' de XCode).

2) Next, ensure that the framework will be copied to the private Frameworks directory of your applicationbundle by using a Copy Files build phase. You can create such a build phase by selecting theapplication target in Xcode and choosing Project > New Build Phase > New Copy Files Build Phase.
Then, inside of the new build phase's info view, set the copy destination to 'Frameworks'.

Ensuite, assurez vous que le framework sera bien copié dans le dossier privé Frameworks de votre 'applicationbundle' en utilisant une build-phase "Copy Files". Vous pouvez créer une telle phase en sélectionant les targets de l'applications dans XCode et en choisissant Project > New Build Phase > New Copy Files Build Phase. Ensuite, à l'intérieur des infos de cette nouvelle phase, fixer la destination de la copie à 'Frameworks'.

3) Finally, drag the DotMacKit.framework listing (from under 'Linked Frameworks' or wherever you'veplaced it) to the new Copy Files build phase located under your application target in Xcode's 'Groups &
Files' browser.

Enfin, glisser-déplacer DotMacKit.framework (depuis où vous l'avez placé) jusqu'à la nouvelle "copy files build phase" présente dans les targets de votre application.