Skip to content

Commit efdab4d

Browse files
committed
Updated bundle and readme.
1 parent 52c22fd commit efdab4d

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

Example Apps/SPDiffable.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
);
268268
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
269269
MTL_FAST_MATH = YES;
270-
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.SPDiffable;
270+
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.opensource.spdiffable;
271271
PRODUCT_NAME = "$(TARGET_NAME)";
272272
SDKROOT = iphoneos;
273273
SUPPORTS_MACCATALYST = YES;
@@ -333,7 +333,7 @@
333333
);
334334
MTL_ENABLE_DEBUG_INFO = NO;
335335
MTL_FAST_MATH = YES;
336-
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.SPDiffable;
336+
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.opensource.spdiffable;
337337
PRODUCT_NAME = "$(TARGET_NAME)";
338338
SDKROOT = iphoneos;
339339
SUPPORTS_MACCATALYST = YES;

Readme.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ Apple's diffable API requerid models for each object type. If you want use it in
44

55
If you like the project, don't forget to `put star ★` and follow me on GitHub:
66

7-
[![https://github.com/ivanvorobei](https://github.com/ivanvorobei/Readme/blob/main/Buttons/follow-me-ivanvorobei.svg)](https://github.com/ivanvorobei)
7+
<p float="left">
8+
<a href="https://github.com/ivanvorobei">
9+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/follow-me-ivanvorobei.svg">
10+
</a>
11+
<a href="https://opensource.ivanvorobei.by">
12+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
13+
</a>
14+
</p>
815

916
## Navigate
1017

@@ -284,24 +291,32 @@ let item = SPDiffableWrapperItem(identifier: "unqi-identifier", model: LocationR
284291

285292
## Other Projects
286293

287-
#### [SPAlert](https://github.com/ivanvorobei/SPAlert)
288-
You can find this alerts in AppStore after feedback or after added song to library in Apple Music. Contains popular Done, Heart presets and many other. Done preset present with draw path animation like original. Also available simple present message without icon. Usage in one line code.
294+
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see `video previews` of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.<br>
295+
I have libraries with native interface and managing permissions. Also available pack of useful extensions for boost your development process.
289296

290-
#### [SPPerspective](https://github.com/ivanvorobei/SPPerspective)
291-
Animation of widgets from iOS 14. 3D transform with dynamic shadow. Look [video preview](https://ivanvorobei.by/github/spperspective/video-preview). Available deep customisation 3D and shadow. Also you can use static transform without animation.
292-
293-
#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions)
294-
Using for request and check state of permissions. Available native UI for request multiple permissions at the same time. Simple integration and usage like 2 lines code.
295-
296-
#### [SparrowKit](https://github.com/ivanvorobei/SparrowKit)
297-
Collection of native Swift extensions to boost your development. Support tvOS and watchOS.
298-
299-
#### [SPIndicator](https://github.com/ivanvorobei/SPIndicator)
300-
Floating indicator, mimicrate to indicator which appear when silent mode turn on / off. Support large texts and has ready-use animatable icons like `done` and `error`.
297+
<p float="left">
298+
<a href="https://opensource.ivanvorobei.by">
299+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
300+
</a>
301+
</p>
301302

302303
## Russian Community
303304

304-
В телеграм-канале [Код Воробья](https://sparrowcode.by/telegram) пишу о iOS разработке. Помощь можно найти в [нашем чате](https://sparrowcode.by/telegram/chat).
305+
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
306+
Со сложной задачей помогут в чате.
307+
308+
<p float="left">
309+
<a href="https://sparrowcode.by/telegram/channel">
310+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-tutorials.svg">
311+
</a>
312+
<a href="https://sparrowcode.by/telegram/libs">
313+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-libraries.svg">
314+
</a>
315+
<a href="https://sparrowcode.by/telegram/chat">
316+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-chat.svg">
317+
</a>
318+
</p>
319+
305320
Видео-туториалы выклыдываю на [YouTube](https://sparrowcode.by/youtube):
306321

307322
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://sparrowcode.by/youtube)

0 commit comments

Comments
 (0)