| 79 | } |
| 80 | |
| 81 | void BundleInitializer::initWithRemoteArchive(bool hasRemoteAssets) { |
| 82 | _bundle->_hasRemoteArchive = true; |
| 83 | _bundle->_hasRemoteAssets = hasRemoteAssets; |
| 84 | } |
| 85 | |
| 86 | const Ref<Bundle>& BundleInitializer::getBundle() const { |
| 87 | return _bundle; |