Skip to content

Commit 495ca5f

Browse files
Don't strip OBXCodeGen framework, but don't link to it either.
1 parent 331f812 commit 495ca5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectBox/1.1rc.2/ObjectBox.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
1919
spec.source = {
2020
:http => 'https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.1.0-rc.2/ObjectBox-framework-1.1rc.2.zip',
2121
}
22-
spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app,*.generated.swift}'
22+
spec.preserve_paths = '{templates,*.rb,*.sh,*.command,*.app,*.generated.swift,Carthage/Build/Mac/OBXCodeGen.framework}'
2323
spec.ios.vendored_frameworks = "Carthage/Build/iOS/ObjectBox.framework"
24-
spec.osx.vendored_frameworks = [ "Carthage/Build/Mac/ObjectBox.framework", "Carthage/Build/Mac/OBXCodeGen.framework" ]
24+
spec.osx.vendored_frameworks = "Carthage/Build/Mac/ObjectBox.framework"
2525
end

0 commit comments

Comments
 (0)