Skip to content

Commit d5ad42d

Browse files
committed
chore: avoid post-processing loop
1 parent a30eaa1 commit d5ad42d

3 files changed

Lines changed: 9 additions & 14 deletions

File tree

DashSyncCurrentCommit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e1e27bd02455f35d8cb20ea8e2240ca506e48642
1+
f8061dcfb95a4d43ff567dff9ec9db7f9e8c51f7

Podfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,9 @@ post_install do |installer|
7171
# fixes warnings about unsupported Deployment Target in Xcode
7272
target.build_configurations.each do |config|
7373
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
74-
7574
end
76-
77-
# update info about current DashSync version
78-
# the command runs in the background after 1 sec, when `pod install` updates Podfile.lock
79-
system("(sleep 1; sh ./scripts/dashsync_version.sh)")
80-
8175
end
76+
# update info about current DashSync version
77+
# the command runs in the background after 1 sec, when `pod install` updates Podfile.lock
78+
system("(sleep 1; sh ./scripts/dashsync_version.sh)")
8279
end

Podfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ PODS:
8888
DEPENDENCIES:
8989
- CloudInAppMessaging (= 0.1.0)
9090
- CocoaImageHashing (from `https://github.com/ameingast/cocoaimagehashing.git`, commit `ad01eee`)
91-
- DashSharedCore (from `../dash-shared-core-ferment/`)
92-
- DashSync (from `../DashSync2/`)
91+
- DashSync (from `../DashSync/`)
9392
- DSDynamicOptions (= 0.1.2)
9493
- Firebase/DynamicLinks
9594
- FirebaseStorage (= 8.15.0)
@@ -113,6 +112,7 @@ SPEC REPOS:
113112
- BlueRSA
114113
- CloudInAppMessaging
115114
- CocoaLumberjack
115+
- DashSharedCore
116116
- DSDynamicOptions
117117
- DWAlertController
118118
- Firebase
@@ -143,10 +143,8 @@ EXTERNAL SOURCES:
143143
CocoaImageHashing:
144144
:commit: ad01eee
145145
:git: https://github.com/ameingast/cocoaimagehashing.git
146-
DashSharedCore:
147-
:path: "../dash-shared-core-ferment/"
148146
DashSync:
149-
:path: "../DashSync2/"
147+
:path: "../DashSync/"
150148
MMSegmentSlider:
151149
:commit: 2d91366
152150
:git: https://github.com/podkovyrin/MMSegmentSlider
@@ -167,7 +165,7 @@ SPEC CHECKSUMS:
167165
CloudInAppMessaging: 5dde21e2e67e173e3803ca7532eacaa77e19d744
168166
CocoaImageHashing: 8656031d0899abe6c1c415827de43e9798189c53
169167
CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
170-
DashSharedCore: 37eda0b2954bf605aa4afa310d9ab4474fff9097
168+
DashSharedCore: b8481feb5f08acf162b548edbfc7a9b1ce491141
171169
DashSync: 8d090412f8041f916fdeed32fc5814d88538856c
172170
DSDynamicOptions: 347cc5d2c4e080eb3de6a86719ad3d861b82adfc
173171
DWAlertController: 5f4cd8adf90336331c054857f709f5f8d4b16a5b
@@ -196,6 +194,6 @@ SPEC CHECKSUMS:
196194
TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863
197195
UIViewController-KeyboardAdditions: a691dc7e63a49854d341455a778ee8497dfc4662
198196

199-
PODFILE CHECKSUM: f26463d0bd6784a210f3603d6020ffeb490d7f1a
197+
PODFILE CHECKSUM: d29548f7ded955715bfdc33b3791810beeddb598
200198

201199
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)