File tree 4 files changed +10
-10
lines changed
RMQClientIntegrationTests
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1040
1040
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1041
1041
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1042
1042
COPY_PHASE_STRIP = NO;
1043
- CURRENT_PROJECT_VERSION = 1 ;
1043
+ CURRENT_PROJECT_VERSION = 2 ;
1044
1044
DEBUG_INFORMATION_FORMAT = dwarf;
1045
1045
ENABLE_STRICT_OBJC_MSGSEND = YES;
1046
1046
ENABLE_TESTABILITY = YES;
1087
1087
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1088
1088
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1089
1089
COPY_PHASE_STRIP = NO;
1090
- CURRENT_PROJECT_VERSION = 1 ;
1090
+ CURRENT_PROJECT_VERSION = 2 ;
1091
1091
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1092
1092
ENABLE_NS_ASSERTIONS = NO;
1093
1093
ENABLE_STRICT_OBJC_MSGSEND = YES;
1114
1114
buildSettings = {
1115
1115
DEFINES_MODULE = YES;
1116
1116
DYLIB_COMPATIBILITY_VERSION = 1;
1117
- DYLIB_CURRENT_VERSION = 1 ;
1117
+ DYLIB_CURRENT_VERSION = 2 ;
1118
1118
DYLIB_INSTALL_NAME_BASE = "@rpath";
1119
1119
FRAMEWORK_SEARCH_PATHS = (
1120
1120
"$(inherited)",
1134
1134
buildSettings = {
1135
1135
DEFINES_MODULE = YES;
1136
1136
DYLIB_COMPATIBILITY_VERSION = 1;
1137
- DYLIB_CURRENT_VERSION = 1 ;
1137
+ DYLIB_CURRENT_VERSION = 2 ;
1138
1138
DYLIB_INSTALL_NAME_BASE = "@rpath";
1139
1139
FRAMEWORK_SEARCH_PATHS = (
1140
1140
"$(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 >1 .0 </string >
18
+ <string >0.5 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >$(CURRENT_PROJECT_VERSION) </string >
22
+ <string >2 </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 >1 .0 </string >
18
+ <string >0.5 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1 </string >
22
+ <string >2 </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 >1 .0 </string >
18
+ <string >0.5 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >1 </string >
22
+ <string >2 </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments