Skip to content

Commit 3f1f8f3

Browse files
committed
Updated bundle and readme.
1 parent 0027f94 commit 3f1f8f3

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

Example App/SPAlert.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"$(inherited)",
324324
"@executable_path/Frameworks",
325325
);
326-
PRODUCT_BUNDLE_IDENTIFIER = "by.ivanvorobei.sppermissions-example-ios.SPAlert";
326+
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.opensource.spalert;
327327
PRODUCT_NAME = "$(TARGET_NAME)";
328328
SWIFT_VERSION = 5.0;
329329
TARGETED_DEVICE_FAMILY = "1,2";
@@ -343,7 +343,7 @@
343343
"$(inherited)",
344344
"@executable_path/Frameworks",
345345
);
346-
PRODUCT_BUNDLE_IDENTIFIER = "by.ivanvorobei.sppermissions-example-ios.SPAlert";
346+
PRODUCT_BUNDLE_IDENTIFIER = by.ivanvorobei.opensource.spalert;
347347
PRODUCT_NAME = "$(TARGET_NAME)";
348348
SWIFT_VERSION = 5.0;
349349
TARGETED_DEVICE_FAMILY = "1,2";

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Button("Show alert") {
181181

182182
## Other Projects
183183

184-
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see previews of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.<br>
184+
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>
185185
I have libraries with native interface and managing permissions. Also available pack of useful extensions for boost your development process.
186186

187187
<p float="left">
@@ -192,7 +192,20 @@ I have libraries with native interface and managing permissions. Also available
192192

193193
## Russian Community
194194

195-
В телеграм-канале [Код Воробья](https://sparrowcode.by/telegram) пишу о iOS разработке. Помощь можно найти в [нашем чате](https://sparrowcode.by/telegram/chat).<br>
195+
Я веду каналы про iOS разработку. Один с туториалами и новостями, другой с обзором библиотек. Помощь можно найти в нашем чате.
196+
197+
<p float="left">
198+
<a href="https://opensource.ivanvorobei.by">
199+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-comunity-tutorials.svg">
200+
</a>
201+
<a href="https://opensource.ivanvorobei.by">
202+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-comunity-libraries.svg">
203+
</a>
204+
<a href="https://opensource.ivanvorobei.by">
205+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-comunity-chat">
206+
</a>
207+
</p>
208+
196209
Видео-туториалы выклыдываю на [YouTube](https://sparrowcode.by/youtube):
197210

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

0 commit comments

Comments
 (0)