Skip to content

Commit ea79ea9

Browse files
committed
Update CodeQL action version, increase iOS platform version to 12.0, and fix Podfile.lock repository URL
1 parent 26e780f commit ea79ea9

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5353
# If this step fails, then you should remove it and run the build manually (see below)
5454
- name: Autobuild
55-
uses: github/codeql-action/autobuild@v2
55+
uses: github/codeql-action/autobuild@v3
5656

5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '12.0'
33
use_frameworks!
44

55
target 'csnews' do

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DEPENDENCIES:
1111
- NVActivityIndicatorView (~> 4.4.0)
1212

1313
SPEC REPOS:
14-
https://github.com/cocoapods/specs.git:
14+
https://github.com/CocoaPods/Specs.git:
1515
- Contentstack
1616
- Kingfisher
1717
- NVActivityIndicatorView
@@ -21,6 +21,6 @@ SPEC CHECKSUMS:
2121
Kingfisher: c148cd7b47ebde9989f6bc7c27dcaa79d81279a0
2222
NVActivityIndicatorView: f0a6b0ed2973d9544da268f4eb76696f0a9577b0
2323

24-
PODFILE CHECKSUM: 841fe30c08174e6ed20c8ce8df27fb8bfe0ce183
24+
PODFILE CHECKSUM: 167accf92a360532794d3bb3f85ea117dacc1880
2525

26-
COCOAPODS: 1.6.0.rc.2
26+
COCOAPODS: 1.16.2

csnews.xcodeproj/project.pbxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
developmentRegion = English;
252252
hasScannedForEncodings = 0;
253253
knownRegions = (
254+
English,
254255
en,
255256
Base,
256257
"hi-IN",
@@ -466,9 +467,12 @@
466467
"$(inherited)",
467468
"$(PROJECT_DIR)/csnews",
468469
);
469-
"FRAMEWORK_SEARCH_PATHS[arch=*]" = "$(inherited) $(PROJECT_DIR)/csnews";
470+
"FRAMEWORK_SEARCH_PATHS[arch=*]" = (
471+
"$(inherited)",
472+
"$(PROJECT_DIR)/csnews",
473+
);
470474
INFOPLIST_FILE = csnews/Info.plist;
471-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
475+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
472476
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
473477
OTHER_LDFLAGS = (
474478
"$(inherited)",
@@ -493,7 +497,7 @@
493497
"$(PROJECT_DIR)/csnews",
494498
);
495499
INFOPLIST_FILE = csnews/Info.plist;
496-
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
500+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
497501
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
498502
OTHER_LDFLAGS = (
499503
"$(inherited)",

0 commit comments

Comments
 (0)