File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
RMQClientIntegrationTests Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RMQClient"
3- s . version = "0.7.1 "
3+ s . version = "0.8 "
44 s . summary = "RabbitMQ client"
55 s . description = <<-DESC
66 RabbitMQ client for iOS Objective-C and Swift. Developed and supported by the
Original file line number Diff line number Diff line change 13231323 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13241324 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
13251325 COPY_PHASE_STRIP = NO;
1326- CURRENT_PROJECT_VERSION = 5 ;
1326+ CURRENT_PROJECT_VERSION = 6 ;
13271327 DEBUG_INFORMATION_FORMAT = dwarf;
13281328 ENABLE_STRICT_OBJC_MSGSEND = YES;
13291329 ENABLE_TESTABILITY = YES;
13701370 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13711371 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
13721372 COPY_PHASE_STRIP = NO;
1373- CURRENT_PROJECT_VERSION = 5 ;
1373+ CURRENT_PROJECT_VERSION = 6 ;
13741374 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13751375 ENABLE_NS_ASSERTIONS = NO;
13761376 ENABLE_STRICT_OBJC_MSGSEND = YES;
13971397 buildSettings = {
13981398 DEFINES_MODULE = YES;
13991399 DYLIB_COMPATIBILITY_VERSION = 1;
1400- DYLIB_CURRENT_VERSION = 5 ;
1400+ DYLIB_CURRENT_VERSION = 6 ;
14011401 DYLIB_INSTALL_NAME_BASE = "@rpath";
14021402 FRAMEWORK_SEARCH_PATHS = (
14031403 "$(inherited)",
14181418 buildSettings = {
14191419 DEFINES_MODULE = YES;
14201420 DYLIB_COMPATIBILITY_VERSION = 1;
1421- DYLIB_CURRENT_VERSION = 5 ;
1421+ DYLIB_CURRENT_VERSION = 6 ;
14221422 DYLIB_INSTALL_NAME_BASE = "@rpath";
14231423 FRAMEWORK_SEARCH_PATHS = (
14241424 "$(inherited)",
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.7.1 </string >
18+ <string >0.8 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >5 </string >
22+ <string >6 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.7.1 </string >
18+ <string >0.8 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >5 </string >
22+ <string >6 </string >
2323</dict >
2424</plist >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.7.1 </string >
18+ <string >0.8 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >5 </string >
22+ <string >6 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments