We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efcde4 commit 6afd4b2Copy full SHA for 6afd4b2
Bitrise/Info.plist
@@ -23,7 +23,7 @@
23
<key>CFBundleShortVersionString</key>
24
<string>$(MARKETING_VERSION)</string>
25
<key>CFBundleVersion</key>
26
- <string>2194</string>
+ <string>2195</string>
27
<key>LSApplicationCategoryType</key>
28
<string>public.app-category.developer-tools</string>
29
<key>LSMinimumSystemVersion</key>
Bitrise/Sync/BRSyncOperation.m
@@ -147,8 +147,9 @@ - (void)start {
147
}
148
}];
149
150
+
151
+ dispatch_group_leave(self.group);
152
- dispatch_group_leave(self.group);
153
154
155
0 commit comments