File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundleShortVersionString </key >
18
18
<string >$(CURRENT_PROJECT_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
- <string >27 </string >
20
+ <string >28 </string >
21
21
<key >NSPrincipalClass </key >
22
22
<string ></string >
23
23
</dict >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Telegraph'
3
- s . version = '0.26 '
3
+ s . version = '0.27 '
4
4
s . license = 'MIT'
5
5
6
6
s . summary = 'Secure Web Server for iOS, tvOS and macOS'
Original file line number Diff line number Diff line change 1380
1380
CLANG_WARN_UNREACHABLE_CODE = YES;
1381
1381
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1382
1382
COPY_PHASE_STRIP = NO;
1383
- CURRENT_PROJECT_VERSION = 0.26 ;
1383
+ CURRENT_PROJECT_VERSION = 0.27 ;
1384
1384
DEBUG_INFORMATION_FORMAT = dwarf;
1385
- DYLIB_CURRENT_VERSION = 0.26 ;
1385
+ DYLIB_CURRENT_VERSION = 0.27 ;
1386
1386
ENABLE_STRICT_OBJC_MSGSEND = YES;
1387
1387
ENABLE_TESTABILITY = YES;
1388
1388
GCC_C_LANGUAGE_STANDARD = gnu99;
1447
1447
CLANG_WARN_UNREACHABLE_CODE = YES;
1448
1448
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1449
1449
COPY_PHASE_STRIP = NO;
1450
- CURRENT_PROJECT_VERSION = 0.26 ;
1450
+ CURRENT_PROJECT_VERSION = 0.27 ;
1451
1451
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1452
- DYLIB_CURRENT_VERSION = 0.26 ;
1452
+ DYLIB_CURRENT_VERSION = 0.27 ;
1453
1453
ENABLE_NS_ASSERTIONS = NO;
1454
1454
ENABLE_STRICT_OBJC_MSGSEND = YES;
1455
1455
GCC_C_LANGUAGE_STANDARD = gnu99;
You can’t perform that action at this time.
0 commit comments