File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 52
52
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
53
# If this step fails, then you should remove it and run the build manually (see below)
54
54
- name : Autobuild
55
- uses : github/codeql-action/autobuild@v2
55
+ uses : github/codeql-action/autobuild@v3
56
56
57
57
# ℹ️ Command-line programs to run using the OS shell.
58
58
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
- platform :ios , '8 .0'
2
+ platform :ios , '12 .0'
3
3
use_frameworks!
4
4
5
5
target 'csnews' do
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DEPENDENCIES:
11
11
- NVActivityIndicatorView (~> 4.4.0)
12
12
13
13
SPEC REPOS:
14
- https://github.com/cocoapods/specs .git:
14
+ https://github.com/CocoaPods/Specs .git:
15
15
- Contentstack
16
16
- Kingfisher
17
17
- NVActivityIndicatorView
@@ -21,6 +21,6 @@ SPEC CHECKSUMS:
21
21
Kingfisher: c148cd7b47ebde9989f6bc7c27dcaa79d81279a0
22
22
NVActivityIndicatorView: f0a6b0ed2973d9544da268f4eb76696f0a9577b0
23
23
24
- PODFILE CHECKSUM: 841fe30c08174e6ed20c8ce8df27fb8bfe0ce183
24
+ PODFILE CHECKSUM: 167accf92a360532794d3bb3f85ea117dacc1880
25
25
26
- COCOAPODS: 1.6.0.rc .2
26
+ COCOAPODS: 1.16 .2
Original file line number Diff line number Diff line change 251
251
developmentRegion = English;
252
252
hasScannedForEncodings = 0;
253
253
knownRegions = (
254
+ English,
254
255
en,
255
256
Base,
256
257
"hi-IN",
466
467
"$(inherited)",
467
468
"$(PROJECT_DIR)/csnews",
468
469
);
469
- "FRAMEWORK_SEARCH_PATHS[arch=*]" = "$(inherited) $(PROJECT_DIR)/csnews";
470
+ "FRAMEWORK_SEARCH_PATHS[arch=*]" = (
471
+ "$(inherited)",
472
+ "$(PROJECT_DIR)/csnews",
473
+ );
470
474
INFOPLIST_FILE = csnews/Info.plist;
471
- IPHONEOS_DEPLOYMENT_TARGET = 8.4 ;
475
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0 ;
472
476
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
473
477
OTHER_LDFLAGS = (
474
478
"$(inherited)",
493
497
"$(PROJECT_DIR)/csnews",
494
498
);
495
499
INFOPLIST_FILE = csnews/Info.plist;
496
- IPHONEOS_DEPLOYMENT_TARGET = 8.4 ;
500
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0 ;
497
501
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
498
502
OTHER_LDFLAGS = (
499
503
"$(inherited)",
You can’t perform that action at this time.
0 commit comments