Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nirbheek Chauhan
cerbero
Commits
2967c212
Commit
2967c212
authored
Mar 08, 2013
by
Thiago Santos
Browse files
ios: packager: use a randomly generated uuid for the framework
parent
e5693c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cerbero/packages/osx/packager.py
View file @
2967c212
...
...
@@ -473,7 +473,7 @@ class IOSFrameworkPackage(PackagerBase):
m
.
action
(
_
(
"Creating framework package"
))
packager
=
FrameworkBundlePackager
(
self
.
package
,
'ios-framework'
,
'Framework Bundle'
,
'
aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa
'
)
'
8E018220-CA82-4DFE-B409-248F8C841494
'
)
path
=
packager
.
create_bundle
(
self
.
fw_path
)
return
path
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment