Skip to content

Commit aa93e87

Browse files
authored
Merge pull request #241 from BranchMetrics/automation-fixes
Automation fixes
2 parents 78aa3fb + d17233d commit aa93e87

File tree

2 files changed

+228
-216
lines changed

2 files changed

+228
-216
lines changed

fastlane/lib/update_native_sdks.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,15 @@ def adjust_rnbranch_xcodeproj
138138

139139
# check_file_refs
140140

141+
top_group = @project['Branch-SDK']
142+
141143
# 2. Make sure all files in the project still exist. Remove those that do not.
142-
remove_dangling_references @project.main_group
144+
remove_dangling_references top_group
143145

144146
# check_file_refs
145147

146148
# 3. Remove any empty groups from the project
147-
remove_empty_groups @project.main_group
149+
remove_empty_groups top_group
148150

149151
# check_file_refs
150152

0 commit comments

Comments
 (0)