Skip to content

Commit

Permalink
Merge 3e61449 into 900407b
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster authored Feb 25, 2023
2 parents 900407b + 3e61449 commit b77f1b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tinyphone-osx/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ target 'Tinyphone' do
pod 'YbridOpus'
# pod 'libopus-static'
# pod 'pjsip', '~> 2.9.0.2'
pod 'pjsip', :git => 'https://github.com/voiceip/cocoapod-pjsip' , :branch => 'no-libopus'
pod 'pjsip', :git => 'https://github.com/voiceip/cocoapod-pjsip' , :branch => 'g729' #:path => '/Volumes/Workspace/code/voice/cocoapod-pjsip'
end

12 changes: 6 additions & 6 deletions tinyphone-osx/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- pjsip (2.9.0.2)
- pjsip (2.9.0.3)
- YbridOpus (0.8.0)

DEPENDENCIES:
- pjsip (from `https://github.com/voiceip/cocoapod-pjsip`, branch `no-libopus`)
- pjsip (from `https://github.com/voiceip/cocoapod-pjsip`, branch `g729`)
- YbridOpus

SPEC REPOS:
Expand All @@ -12,18 +12,18 @@ SPEC REPOS:

EXTERNAL SOURCES:
pjsip:
:branch: no-libopus
:branch: g729
:git: https://github.com/voiceip/cocoapod-pjsip

CHECKOUT OPTIONS:
pjsip:
:commit: 80a177661d3ec4bfe3aa6be2d2767c62871c4965
:commit: 7eddcc25826333170bc69a3b2fc4a725c7209cec
:git: https://github.com/voiceip/cocoapod-pjsip

SPEC CHECKSUMS:
pjsip: d74b5ea51bd4181581049de2833a61b060dd5063
pjsip: 00619cf90b5562f38a5e5ebc3e78aa7a0fb3416e
YbridOpus: e9af373b9b38acff3702d9a3bd97cae3c232887c

PODFILE CHECKSUM: 33875e5fc3d98200609b13b063ae004b7b7b6c59
PODFILE CHECKSUM: ec3de4fc2591ea7eda6382b5c1b373579bc62204

COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions tinyphone-osx/Tinyphone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
/usr/local/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 36.0.0.83;
MARKETING_VERSION = "36.0.0.84-pre";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DBOOST_SYSTEM_DYN_LINK",
Expand Down Expand Up @@ -678,7 +678,7 @@
/usr/local/lib,
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 36.0.0.83;
MARKETING_VERSION = "36.0.0.84-pre";
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DBOOST_SYSTEM_DYN_LINK",
Expand Down

0 comments on commit b77f1b3

Please sign in to comment.