File tree 5 files changed +11
-11
lines changed
RMQClientIntegrationTests
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RMQClient"
3
- s . version = "0.7.1 "
3
+ s . version = "0.8 "
4
4
s . summary = "RabbitMQ client"
5
5
s . description = <<-DESC
6
6
RabbitMQ client for iOS Objective-C and Swift. Developed and supported by the
Original file line number Diff line number Diff line change 1323
1323
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1324
1324
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1325
1325
COPY_PHASE_STRIP = NO;
1326
- CURRENT_PROJECT_VERSION = 5 ;
1326
+ CURRENT_PROJECT_VERSION = 6 ;
1327
1327
DEBUG_INFORMATION_FORMAT = dwarf;
1328
1328
ENABLE_STRICT_OBJC_MSGSEND = YES;
1329
1329
ENABLE_TESTABILITY = YES;
1370
1370
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1371
1371
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1372
1372
COPY_PHASE_STRIP = NO;
1373
- CURRENT_PROJECT_VERSION = 5 ;
1373
+ CURRENT_PROJECT_VERSION = 6 ;
1374
1374
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1375
1375
ENABLE_NS_ASSERTIONS = NO;
1376
1376
ENABLE_STRICT_OBJC_MSGSEND = YES;
1397
1397
buildSettings = {
1398
1398
DEFINES_MODULE = YES;
1399
1399
DYLIB_COMPATIBILITY_VERSION = 1;
1400
- DYLIB_CURRENT_VERSION = 5 ;
1400
+ DYLIB_CURRENT_VERSION = 6 ;
1401
1401
DYLIB_INSTALL_NAME_BASE = "@rpath";
1402
1402
FRAMEWORK_SEARCH_PATHS = (
1403
1403
"$(inherited)",
1418
1418
buildSettings = {
1419
1419
DEFINES_MODULE = YES;
1420
1420
DYLIB_COMPATIBILITY_VERSION = 1;
1421
- DYLIB_CURRENT_VERSION = 5 ;
1421
+ DYLIB_CURRENT_VERSION = 6 ;
1422
1422
DYLIB_INSTALL_NAME_BASE = "@rpath";
1423
1423
FRAMEWORK_SEARCH_PATHS = (
1424
1424
"$(inherited)",
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.7.1 </string >
18
+ <string >0.8 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >5 </string >
22
+ <string >6 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.7.1 </string >
18
+ <string >0.8 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >5 </string >
22
+ <string >6 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.7.1 </string >
18
+ <string >0.8 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >5 </string >
22
+ <string >6 </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments