Skip to content

Commit 6afd4b2

Browse files
committed
Sync operation group fix
1 parent 1efcde4 commit 6afd4b2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Bitrise/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleShortVersionString</key>
2424
<string>$(MARKETING_VERSION)</string>
2525
<key>CFBundleVersion</key>
26-
<string>2194</string>
26+
<string>2195</string>
2727
<key>LSApplicationCategoryType</key>
2828
<string>public.app-category.developer-tools</string>
2929
<key>LSMinimumSystemVersion</key>

Bitrise/Sync/BRSyncOperation.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ - (void)start {
147147
}
148148
}];
149149
}];
150+
151+
dispatch_group_leave(self.group);
150152
}];
151-
dispatch_group_leave(self.group);
152153
}];
153154
}];
154155

0 commit comments

Comments
 (0)