Skip to content

Commit df2d09f

Browse files
authored
Merge pull request #274 from ivanvorobei/dev7
Dev7
2 parents 7da0e1f + d5b51f1 commit df2d09f

29 files changed

+41
-57
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
## Checklist
55
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
6-
- [ ] Testing in compability platforms
7-
- [ ] Installed correct via Swift Package Manager and Cocoapods
6+
- [] Testing in compability platforms
7+
- [] Installed correct via `Swift Package Manager` and `Cocoapods`
-114 KB
Binary file not shown.

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ Here you find all which using in project:
2323
- // MARK: - Init
2424
- // MARK: - Lifecycle
2525
- // MARK: - Layout
26-
- // MARK: - Internal
26+
- // MARK: - Public
2727
- // MARK: - Private
28+
- // MARK: - Internal
29+
- // MARK: - Models
30+
- // MARK: - Ovveride
2831

2932
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.
3033

Example Apps/SPPermissions.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
children = (
137137
F4C77E9E266D5A16001D5870 /* iOS Example.entitlements */,
138138
F471BDC8264A5B5F000693BC /* App */,
139-
F471BDFC264A629A000693BC /* Data */,
139+
F471BDFC264A629A000693BC /* Recources */,
140140
F471BDFB264A6291000693BC /* Scenes */,
141141
F42F10C326524EA400D5B314 /* Localization */,
142142
F471BDC4264A5995000693BC /* Info.plist */,
@@ -169,12 +169,12 @@
169169
path = Scenes;
170170
sourceTree = "<group>";
171171
};
172-
F471BDFC264A629A000693BC /* Data */ = {
172+
F471BDFC264A629A000693BC /* Recources */ = {
173173
isa = PBXGroup;
174174
children = (
175175
F471BDBF264A5995000693BC /* Assets.xcassets */,
176176
);
177-
path = Data;
177+
path = Recources;
178178
sourceTree = "<group>";
179179
};
180180
F47CBAF82651826100A8A00F /* tvOS Example */ = {

Example Apps/SPPermissions.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example Apps/SPPermissions.xcodeproj/xcshareddata/xcschemes/iOS Example.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
buildConfiguration = "Debug"
3535
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3636
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
language = "en"
3738
launchStyle = "0"
3839
useCustomWorkingDirectory = "NO"
3940
ignoresPersistentStateOnLaunch = "NO"

Example Apps/iOS Example/Data/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to Example Apps/iOS Example/Recources/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.

Example Apps/iOS Example/Data/Assets.xcassets/AppIcon.appiconset/Icon.png renamed to Example Apps/iOS Example/Recources/Assets.xcassets/AppIcon.appiconset/Icon.png

File renamed without changes.

Example Apps/iOS Example/Data/Assets.xcassets/AppIcon.appiconset/icon_20pt.png renamed to Example Apps/iOS Example/Recources/Assets.xcassets/AppIcon.appiconset/icon_20pt.png

File renamed without changes.

0 commit comments

Comments
 (0)