Skip to content

Commit cf5e01b

Browse files
committed
Resolved conflict in ContactImageUpdater.swift by keeping mike branch changes
2 parents 954a1a0 + bdf5e77 commit cf5e01b

File tree

93 files changed

+3949
-1356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3949
-1356
lines changed

.github/workflows/add_identifiers.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ jobs:
1111

1212
identifiers:
1313
needs: validate
14-
runs-on: macos-14
14+
runs-on: macos-15
1515
steps:
16-
# Uncomment to manually select latest Xcode if needed
17-
#- name: Select Latest Xcode
18-
# run: "sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer"
19-
2016
# Checks-out the repo
2117
- name: Checkout Repo
2218
uses: actions/checkout@v4

.github/workflows/build_LoopFollow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
build:
2121
name: Build
2222
needs: validate
23-
runs-on: macos-14
23+
runs-on: macos-15
2424
steps:
2525
# Uncomment to manually select latest Xcode if needed
2626
- name: Select Latest Xcode
27-
run: "sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer"
27+
run: "sudo xcode-select --switch /Applications/Xcode_16.2.app/Contents/Developer"
2828

2929
# Checks-out the repo
3030
- name: Checkout Repo

.github/workflows/create_certs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ jobs:
1212
certificates:
1313
name: Create Certificates
1414
needs: validate
15-
runs-on: macos-14
15+
runs-on: macos-15
1616
steps:
17-
# Uncomment to manually select latest Xcode if needed
18-
#- name: Select Latest Xcode
19-
# run: "sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer"
20-
2117
# Checks-out the repo
2218
- name: Checkout Repo
2319
uses: actions/checkout@v4

.github/workflows/validate_secrets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [workflow_call, workflow_dispatch]
55
jobs:
66
validate-access-token:
77
name: Access
8-
runs-on: macos-14
8+
runs-on: macos-15
99
env:
1010
GH_PAT: ${{ secrets.GH_PAT }}
1111
GH_TOKEN: ${{ secrets.GH_PAT }}
@@ -74,7 +74,7 @@ jobs:
7474
validate-match-secrets:
7575
name: Match-Secrets
7676
needs: validate-access-token
77-
runs-on: macos-14
77+
runs-on: macos-15
7878
env:
7979
GH_TOKEN: ${{ secrets.GH_PAT }}
8080
steps:
@@ -112,7 +112,7 @@ jobs:
112112
validate-fastlane-secrets:
113113
name: Fastlane
114114
needs: [validate-access-token, validate-match-secrets]
115-
runs-on: macos-14
115+
runs-on: macos-15
116116
env:
117117
GH_PAT: ${{ secrets.GH_PAT }}
118118
GH_TOKEN: ${{ secrets.GH_PAT }}

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
unique_id = ${DEVELOPMENT_TEAM}
77

88
//Version (DEFAULT)
9-
LOOP_FOLLOW_MARKETING_VERSION = 2.2.8
9+
LOOP_FOLLOW_MARKETING_VERSION = 2.2.10

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ GEM
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
1212
aws-eventstream (1.3.0)
13-
aws-partitions (1.981.0)
14-
aws-sdk-core (3.209.1)
13+
aws-partitions (1.1007.0)
14+
aws-sdk-core (3.213.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
16-
aws-partitions (~> 1, >= 1.651.0)
16+
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-kms (1.94.0)
20-
aws-sdk-core (~> 3, >= 3.207.0)
19+
aws-sdk-kms (1.95.0)
20+
aws-sdk-core (~> 3, >= 3.210.0)
2121
aws-sigv4 (~> 1.5)
22-
aws-sdk-s3 (1.166.0)
23-
aws-sdk-core (~> 3, >= 3.207.0)
22+
aws-sdk-s3 (1.171.0)
23+
aws-sdk-core (~> 3, >= 3.210.0)
2424
aws-sdk-kms (~> 1)
2525
aws-sigv4 (~> 1.5)
26-
aws-sigv4 (1.10.0)
26+
aws-sigv4 (1.10.1)
2727
aws-eventstream (~> 1, >= 1.0.2)
2828
babosa (1.0.4)
2929
base64 (0.2.0)
@@ -69,7 +69,7 @@ GEM
6969
faraday_middleware (1.2.1)
7070
faraday (~> 1.0)
7171
fastimage (2.3.1)
72-
fastlane (2.223.1)
72+
fastlane (2.225.0)
7373
CFPropertyList (>= 2.3, < 4.0.0)
7474
addressable (>= 2.8, < 3.0.0)
7575
artifactory (~> 3.0)
@@ -85,6 +85,7 @@ GEM
8585
faraday-cookie_jar (~> 0.0.6)
8686
faraday_middleware (~> 1.0)
8787
fastimage (>= 2.1.0, < 3.0.0)
88+
fastlane-sirp (>= 1.0.0)
8889
gh_inspector (>= 1.1.2, < 2.0.0)
8990
google-apis-androidpublisher_v3 (~> 0.3)
9091
google-apis-playcustomapp_v1 (~> 0.1)
@@ -110,6 +111,8 @@ GEM
110111
xcodeproj (>= 1.13.0, < 2.0.0)
111112
xcpretty (~> 0.3.0)
112113
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
114+
fastlane-sirp (1.0.0)
115+
sysrandom (~> 1.0)
113116
gh_inspector (1.1.3)
114117
google-apis-androidpublisher_v3 (0.54.0)
115118
google-apis-core (>= 0.11.0, < 2.a)
@@ -152,17 +155,17 @@ GEM
152155
domain_name (~> 0.5)
153156
httpclient (2.8.3)
154157
jmespath (1.6.2)
155-
json (2.7.2)
156-
jwt (2.9.1)
158+
json (2.7.6)
159+
jwt (2.9.3)
157160
base64
158161
mini_magick (4.13.2)
159162
mini_mime (1.1.5)
160163
multi_json (1.15.0)
161164
multipart-post (2.4.1)
162-
nanaimo (0.3.0)
165+
nanaimo (0.4.0)
163166
naturally (2.2.1)
164167
nkf (0.2.0)
165-
optparse (0.5.0)
168+
optparse (0.6.0)
166169
os (1.1.4)
167170
plist (3.7.1)
168171
public_suffix (5.1.1)
@@ -172,7 +175,7 @@ GEM
172175
trailblazer-option (>= 0.1.1, < 0.2.0)
173176
uber (< 0.2.0)
174177
retriable (3.1.2)
175-
rexml (3.3.7)
178+
rexml (3.3.9)
176179
rouge (2.0.7)
177180
ruby2_keywords (0.0.5)
178181
rubyzip (2.3.2)
@@ -185,6 +188,7 @@ GEM
185188
simctl (1.6.10)
186189
CFPropertyList
187190
naturally
191+
sysrandom (1.0.5)
188192
terminal-notifier (2.0.0)
189193
terminal-table (3.0.2)
190194
unicode-display_width (>= 1.1.1, < 3)
@@ -197,13 +201,13 @@ GEM
197201
unf (0.2.0)
198202
unicode-display_width (2.6.0)
199203
word_wrap (1.0.0)
200-
xcodeproj (1.25.0)
204+
xcodeproj (1.27.0)
201205
CFPropertyList (>= 2.3.3, < 4.0)
202206
atomos (~> 0.1.3)
203207
claide (>= 1.0.2, < 2.0)
204208
colored2 (~> 3.1)
205-
nanaimo (~> 0.3.0)
206-
rexml (>= 3.3.2, < 4.0)
209+
nanaimo (~> 0.4.0)
210+
rexml (>= 3.3.6, < 4.0)
207211
xcpretty (0.3.0)
208212
rouge (~> 2.0.7)
209213
xcpretty-travis-formatter (1.0.1)

0 commit comments

Comments
 (0)