From 6ed35b071562f2c5891e6e9e43cb0f88592e60cd Mon Sep 17 00:00:00 2001 From: noumantahir Date: Thu, 28 Sep 2023 01:09:15 +0500 Subject: [PATCH 1/3] accidental push test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a4ab7473f..aedcfb7a61 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Accidental push tests + ### Ecency Mobile iOS ![iOS](https://build.appcenter.ms/v0.1/apps/ef80aa2a-d4e1-4f43-a4f8-be12ea72ba9b/branches/master/badge) From 3b68f10172471b2c0e4472da850e44df45135ed4 Mon Sep 17 00:00:00 2001 From: noumantahir Date: Tue, 10 Oct 2023 13:35:30 +0500 Subject: [PATCH 2/3] ios build fix --- ios/Podfile | 1 + ios/Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index c164aff316..1a454c370f 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -79,6 +79,7 @@ target 'Ecency' do target.build_configurations.each do |config| config.build_settings["ONLY_ACTIVE_ARCH"] = "NO" + config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'No' end #this workaround resolves duplicate symbolds caused by GCDAsyncSocket inclusion in TcpSockets diff --git a/ios/Podfile.lock b/ios/Podfile.lock index a8ded384da..62e2e13f9d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1109,6 +1109,6 @@ SPEC CHECKSUMS: Yoga: 92d086bb705a41cc588599b51db726ba7b1d341c YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: dc3c4fda8abe00a19e8a83cff9a73a20bdaa5b4a +PODFILE CHECKSUM: 1a9e928545b90ba65d32616eda4f585df7ac76b7 COCOAPODS: 1.11.3 From 18532f6ca030fff685b11b41f4a241abe4119d9d Mon Sep 17 00:00:00 2001 From: noumantahir Date: Tue, 10 Oct 2023 13:45:11 +0500 Subject: [PATCH 3/3] readme revert --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index aedcfb7a61..1a4ab7473f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Accidental push tests - ### Ecency Mobile iOS ![iOS](https://build.appcenter.ms/v0.1/apps/ef80aa2a-d4e1-4f43-a4f8-be12ea72ba9b/branches/master/badge)