Skip to content

Commit

Permalink
Merge pull request #188 from simlar/pullrequest/house-keeping-2024-07-08
Browse files Browse the repository at this point in the history
Pullrequest house keeping 2024/07/08
  • Loading branch information
jritzerfeld committed Jul 15, 2024
2 parents 09baa97 + 37cf394 commit 93b6797
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/simlar-ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: cocoapods
run: pod install
- name: build
run: xcodebuild clean build -workspace Simlar.xcworkspace/ -scheme Simlar -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 12'
run: xcodebuild clean build -workspace Simlar.xcworkspace/ -scheme Simlar -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 15'
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target 'Simlar' do
use_frameworks!

pod 'libPhoneNumber-iOS', git: 'https://github.com/iziz/libPhoneNumber-iOS', tag: '1.1'
pod 'CocoaLumberjack', '3.8.2'
pod 'CocoaLumberjack', '3.8.5'
if File.exist?($PODFILE_PATH)
pod 'linphone-sdk', :path => $PODFILE_PATH
else
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- CocoaLumberjack (3.8.2):
- CocoaLumberjack/Core (= 3.8.2)
- CocoaLumberjack/Core (3.8.2)
- CocoaLumberjack (3.8.5):
- CocoaLumberjack/Core (= 3.8.5)
- CocoaLumberjack/Core (3.8.5)
- libPhoneNumber-iOS (1.0.4)
- linphone-sdk (5.3.5)

DEPENDENCIES:
- CocoaLumberjack (= 3.8.2)
- CocoaLumberjack (= 3.8.5)
- libPhoneNumber-iOS (from `https://github.com/iziz/libPhoneNumber-iOS`, tag `1.1`)
- linphone-sdk (= 5.3.5)

Expand All @@ -27,10 +27,10 @@ CHECKOUT OPTIONS:
:tag: '1.1'

SPEC CHECKSUMS:
CocoaLumberjack: f8d89a516e7710fdb2e9b8f1560b16ec6040eef0
CocoaLumberjack: 6a459bc897d6d80bd1b8c78482ec7ad05dffc3f0
libPhoneNumber-iOS: fcea72ef3dba81f9da2e6f7c4557b64022f3632b
linphone-sdk: ad63951213a3190310822bcd09eb8d59a688279c

PODFILE CHECKSUM: d32dfd780f91bf7c3b4601038ac272fbf59a4a6f
PODFILE CHECKSUM: aad7a27115f0d04b7baf54e82cb05598bf6204a0

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion Simlar/Settings.bundle/PodsAcknowledgements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<key>FooterText</key>
<string>BSD 3-Clause License
Copyright (c) 2010-2023, Deusty, LLC
Copyright (c) 2010-2024, Deusty, LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
Binary file modified Simlar/resources/letsencryptca.der
Binary file not shown.

0 comments on commit 93b6797

Please sign in to comment.