Skip to content

Commit

Permalink
update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed May 22, 2024
1 parent 8669217 commit d6d1131
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/opensource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
Build:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: pod cache
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '9.0'
platform :ios, '11.0'
#inhibit_all_warnings!
use_frameworks!
source 'https://cdn.cocoapods.org/'
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ SPEC CHECKSUMS:
TZImagePickerController: bf4c57b98d8707fce41ea6be872414a71c7a8c9d
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30

PODFILE CHECKSUM: 3a411a84fe009500559c4cc786c5b18ff80b92e9
PODFILE CHECKSUM: 42de8ca533c86096306219fc1fd5570192d78ed0

COCOAPODS: 1.14.3
8 changes: 4 additions & 4 deletions TIoTLinkKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
6D4E1E8A25189BC5003BE1D9 /* Main_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D4E1E8C25189BC5003BE1D9 /* Main_logo.png */; };
6D4E1EE12518AE40003BE1D9 /* ConfigHardware_WiFi.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D4E1EE32518AE40003BE1D9 /* ConfigHardware_WiFi.png */; };
6D50E91226B18CE300DF12A5 /* TIoTDemoWebSocketManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D50E91126B18CE300DF12A5 /* TIoTDemoWebSocketManager.m */; };
6D50E91426B18F0600DF12A5 /* BuildFile in Sources */ = {isa = PBXBuildFile; };
6D50E91426B18F0600DF12A5 /* (null) in Sources */ = {isa = PBXBuildFile; };
6D50E91F26B1911300DF12A5 /* ReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5767162410AED70070D218 /* ReachabilityManager.m */; };
6D50E92426B1924800DF12A5 /* TIoTProductsConfigModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B39F5F2541767200C0DD6E /* TIoTProductsConfigModel.swift */; };
6D50E92626B192E300DF12A5 /* TIoTBaseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4F4347B2546B2C600C44471 /* TIoTBaseModel.swift */; };
Expand Down Expand Up @@ -3930,7 +3930,7 @@
6DF0C5AB279AA16700B4FE22 /* TIoTXp2pInfoModel.m in Sources */,
F4F3D7C524938EBE005D3396 /* FeedbackVC.m in Sources */,
F477671927C7691D00F37F39 /* TIoTAreaNetworkDeviceCell.m in Sources */,
6D50E91426B18F0600DF12A5 /* BuildFile in Sources */,
6D50E91426B18F0600DF12A5 /* (null) in Sources */,
6D98FE1625C2E6AA00518AC7 /* TIoTCustomCalendarScrollView.m in Sources */,
6D9D9788268468320085BCC2 /* TIoTDemoVideoVC.m in Sources */,
6D2049EB2653C189007F6F27 /* TIoTCloudStorageDayTimeListModel.m in Sources */,
Expand Down Expand Up @@ -4328,7 +4328,7 @@
"\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\"",
);
INFOPLIST_FILE = "$(SRCROOT)/Source/LinkApp/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -4402,7 +4402,7 @@
"\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\"",
);
INFOPLIST_FILE = "$(SRCROOT)/Source/LinkApp/Supporting Files/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down

0 comments on commit d6d1131

Please sign in to comment.