Commit 0b4ae3c
committed
Fix build errors in BranchSDK target
- Fixed Package.swift syntax error on line 1 (removed extra 'c' character)
- Moved BNCConfig.h from Private to Public group in Xcode project to match actual file location at Sources/BranchSDK/Public/BNCConfig.h
These changes resolve compilation errors where BNCConfig.h could not be found during builds.1 parent 618e87d commit 0b4ae3c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
956 | 957 | | |
957 | 958 | | |
958 | 959 | | |
| |||
965 | 966 | | |
966 | 967 | | |
967 | 968 | | |
968 | | - | |
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments