Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
refs #243: depend on MVKMapKit resources bundle target
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed May 26, 2014
1 parent 16cd13b commit 9def7de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/MVKMapKit
6 changes: 4 additions & 2 deletions ios/llmr-app.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
'product_extension': 'app',
'mac_bundle': 1,
'mac_bundle_resources': [
'<!@(find img -type f)'
'<!@(find img -type f)',
'<(PRODUCT_DIR)/MVKMapKit.bundle'
],
'link_settings': {
'libraries': [
Expand Down Expand Up @@ -60,7 +61,8 @@
}
},
"dependencies": [
"../llmr.gyp:llmr-ios"
"../llmr.gyp:llmr-ios",
"MVKMapKit/MVKMapKit.gyp:Resources"
]
}
]
Expand Down

0 comments on commit 9def7de

Please sign in to comment.