We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0052b56 + 8e78058 commit a905b30Copy full SHA for a905b30
Sources/Stk/StkBundleHelper.mm
@@ -9,7 +9,7 @@ + (NSBundle*) moduleBundle {
9
// XXX: We would like to just use SWIFTPM_MODULE_BUNDLE but it breaks CI.
10
// Instead copy the code from the SPM-generated resource_bundle_accessor.m
11
12
- NSString *bundleName = @"STKAudioKit_STK";
+ NSString *bundleName = @"STKAudioKit_Stk";
13
14
NSArray<NSURL*> *candidates = @[
15
NSBundle.mainBundle.resourceURL,
0 commit comments