Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5986abb

Browse files
committed
feedback
1 parent 9ea68b7 commit 5986abb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CodePush.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ @implementation CodePush {
4646

4747
#pragma mark - Public Obj-C API
4848

49-
+ (NSURL *)binaryBundleURL
50-
{
51-
return [[NSBundle mainBundle] URLForResource:bundleResourceName withExtension:bundleResourceExtension];
52-
}
53-
5449
+ (NSURL *)bundleURL
5550
{
5651
return [self bundleURLForResource:bundleResourceName];
@@ -167,6 +162,11 @@ + (void)clearUpdates
167162

168163
@synthesize bridge = _bridge;
169164

165+
+ (NSURL *)binaryBundleURL
166+
{
167+
return [[NSBundle mainBundle] URLForResource:bundleResourceName withExtension:bundleResourceExtension];
168+
}
169+
170170
/*
171171
* This method is used by the React Native bridge to allow
172172
* our plugin to expose constants to the JS-side. In our case

0 commit comments

Comments
 (0)