Skip to content

Commit a905b30

Browse files
authored
Merge pull request #1 from littlecodeshop/patch-1
Change from STKAudioKit_STK to STKAudioKit_Stk
2 parents 0052b56 + 8e78058 commit a905b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Stk/StkBundleHelper.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ + (NSBundle*) moduleBundle {
99
// XXX: We would like to just use SWIFTPM_MODULE_BUNDLE but it breaks CI.
1010
// Instead copy the code from the SPM-generated resource_bundle_accessor.m
1111

12-
NSString *bundleName = @"STKAudioKit_STK";
12+
NSString *bundleName = @"STKAudioKit_Stk";
1313

1414
NSArray<NSURL*> *candidates = @[
1515
NSBundle.mainBundle.resourceURL,

0 commit comments

Comments
 (0)