Skip to content

Commit a9dbce5

Browse files
committed
cleanup
1 parent 6341d19 commit a9dbce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativeNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ end
2828

2929
swift_project = swift_delegate_path && File.exist?(swift_delegate_path)
3030

31-
# Debug output
3231
if swift_project
3332
puts "ReactNativeNavigation: Swift AppDelegate detected - enabling Swift-compatible configuration"
3433
else
@@ -53,6 +52,7 @@ Pod::Spec.new do |s|
5352
s.source = { :git => "https://github.com/wix/react-native-navigation.git", :tag => "#{s.version}" }
5453
s.source_files = 'ios/**/*.{h,m,mm,cpp}'
5554
s.exclude_files = "ios/ReactNativeNavigationTests/**/*.*", "ios/OCMock/**/*.*"
55+
5656
# Only expose headers for Swift projects
5757
if swift_project
5858
s.public_header_files = [

0 commit comments

Comments
 (0)