Skip to content

Commit c5a5df0

Browse files
committed
chore: update api snapshots
1 parent 2a8f692 commit c5a5df0

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@ interface RCTBundleConfiguration : public NSObject {
754754

755755
interface RCTBundleManager : public NSObject {
756756
public @property (assign) NSURL* bundleURL;
757+
public @property (assign) NSURL* downloadedBundleFileURL;
757758
public @property (assign) RCTBundleConfiguration* bundleConfig;
758759
public virtual _Nullable instancetype initWithBundleConfig:(_Nullable RCTBundleConfiguration* bundleConfig);
759760
public virtual void resetBundleURL();
@@ -1823,6 +1824,7 @@ interface RCTSource : public NSObject {
18231824
public @property (assign, readonly) NSInteger filesChangedCount;
18241825
public @property (assign, readonly) NSUInteger length;
18251826
public @property (strong, readonly) NSData* data;
1827+
public @property (strong, readonly) NSURL* downloadedBundleFileURL;
18261828
public @property (strong, readonly) NSURL* url;
18271829
}
18281830

scripts/cxx-api/api-snapshots/ReactAppleNewarchCxx.api

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ interface RCTBundleConfiguration : public NSObject {
752752

753753
interface RCTBundleManager : public NSObject {
754754
public @property (assign) NSURL* bundleURL;
755+
public @property (assign) NSURL* downloadedBundleFileURL;
755756
public @property (assign) RCTBundleConfiguration* bundleConfig;
756757
public virtual _Nullable instancetype initWithBundleConfig:(_Nullable RCTBundleConfiguration* bundleConfig);
757758
public virtual void resetBundleURL();
@@ -1818,6 +1819,7 @@ interface RCTSource : public NSObject {
18181819
public @property (assign, readonly) NSInteger filesChangedCount;
18191820
public @property (assign, readonly) NSUInteger length;
18201821
public @property (strong, readonly) NSData* data;
1822+
public @property (strong, readonly) NSURL* downloadedBundleFileURL;
18211823
public @property (strong, readonly) NSURL* url;
18221824
}
18231825

scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@ interface RCTBundleConfiguration : public NSObject {
754754

755755
interface RCTBundleManager : public NSObject {
756756
public @property (assign) NSURL* bundleURL;
757+
public @property (assign) NSURL* downloadedBundleFileURL;
757758
public @property (assign) RCTBundleConfiguration* bundleConfig;
758759
public virtual _Nullable instancetype initWithBundleConfig:(_Nullable RCTBundleConfiguration* bundleConfig);
759760
public virtual void resetBundleURL();
@@ -1823,6 +1824,7 @@ interface RCTSource : public NSObject {
18231824
public @property (assign, readonly) NSInteger filesChangedCount;
18241825
public @property (assign, readonly) NSUInteger length;
18251826
public @property (strong, readonly) NSData* data;
1827+
public @property (strong, readonly) NSURL* downloadedBundleFileURL;
18261828
public @property (strong, readonly) NSURL* url;
18271829
}
18281830

0 commit comments

Comments
 (0)