Skip to content

Commit

Permalink
Change resource folder name for Cocoapods.
Browse files Browse the repository at this point in the history
  • Loading branch information
tapashmajumder committed Feb 12, 2021
1 parent a479086 commit 713ae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-sdk/Internal/ResourceHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct ResourceHelper {

private static let spmPackageName = "IterableSDK"
private static let spmLibraryName = "IterableSDK"
private static let cocoaPodsResourceBundleName = "Iterable-iOS-SDK"
private static let cocoaPodsResourceBundleName = "Resources"

private static let possibleSubBundleNames = [
"\(spmPackageName)_\(spmLibraryName)",
Expand Down

0 comments on commit 713ae9d

Please sign in to comment.