Skip to content

Commit 653a494

Browse files
author
ci-bot
committed
Updated projects
1 parent ca8ff33 commit 653a494

File tree

214 files changed

+4006
-1843
lines changed

Some content is hidden

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

214 files changed

+4006
-1843
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# MacOS
2-
.DS_Store
3-
41
# Xcode
52
#
63
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
@@ -92,4 +89,4 @@ fastlane/test_output
9289
# After new code Injection tools there's a generated folder /iOSInjectionProject
9390
# https://github.com/johnno1962/injectionforxcode
9491

95-
iOSInjectionProject/
92+
iOSInjectionProject/

BasicSample/.gitignore

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# MacOS
2+
.DS_Store
3+
4+
# Xcode
5+
#
6+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7+
8+
## User settings
9+
xcuserdata/
10+
11+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
12+
*.xcscmblueprint
13+
*.xccheckout
14+
15+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
16+
build/
17+
DerivedData/
18+
*.moved-aside
19+
*.pbxuser
20+
!default.pbxuser
21+
*.mode1v3
22+
!default.mode1v3
23+
*.mode2v3
24+
!default.mode2v3
25+
*.perspectivev3
26+
!default.perspectivev3
27+
28+
## Obj-C/Swift specific
29+
*.hmap
30+
31+
## App packaging
32+
*.ipa
33+
*.dSYM.zip
34+
*.dSYM
35+
36+
## Playgrounds
37+
timeline.xctimeline
38+
playground.xcworkspace
39+
40+
# Swift Package Manager
41+
#
42+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
43+
# Packages/
44+
# Package.pins
45+
# Package.resolved
46+
# *.xcodeproj
47+
#
48+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
49+
# hence it is not needed unless you have added a package configuration file to your project
50+
# .swiftpm
51+
52+
.build/
53+
54+
# CocoaPods
55+
#
56+
# We recommend against adding the Pods directory to your .gitignore. However
57+
# you should judge for yourself, the pros and cons are mentioned at:
58+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
59+
#
60+
Pods/
61+
Podfile.lock
62+
63+
#
64+
# Add this line if you want to avoid checking in source code from the Xcode workspace
65+
# *.xcworkspace
66+
67+
# Carthage
68+
#
69+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
70+
# Carthage/Checkouts
71+
72+
Carthage/Build/
73+
74+
# Accio dependency management
75+
Dependencies/
76+
.accio/
77+
78+
# fastlane
79+
#
80+
# It is recommended to not store the screenshots in the git repo.
81+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
82+
# For more information about the recommended setup visit:
83+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
84+
85+
fastlane/report.xml
86+
fastlane/Preview.html
87+
fastlane/screenshots/**/*.png
88+
fastlane/test_output
89+
90+
# Code Injection
91+
#
92+
# After new code Injection tools there's a generated folder /iOSInjectionProject
93+
# https://github.com/johnno1962/injectionforxcode
94+
95+
iOSInjectionProject/

Catalog.xcodeproj/project.pbxproj renamed to BasicSample/BasicSample.xcodeproj/project.pbxproj

Lines changed: 107 additions & 155 deletions
Large diffs are not rendered by default.

Catalog.xcodeproj/xcshareddata/xcschemes/Catalog.xcscheme renamed to BasicSample/BasicSample.xcodeproj/xcshareddata/xcschemes/Catalog.xcscheme

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "86B6D2992653D50500794170"
18-
BuildableName = "Catalog.app"
19-
BlueprintName = "Catalog"
20-
ReferencedContainer = "container:Catalog.xcodeproj">
18+
BuildableName = "BasicSample.app"
19+
BlueprintName = "BasicSample"
20+
ReferencedContainer = "container:BasicSample.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -45,9 +45,9 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "86B6D2992653D50500794170"
48-
BuildableName = "Catalog.app"
49-
BlueprintName = "Catalog"
50-
ReferencedContainer = "container:Catalog.xcodeproj">
48+
BuildableName = "BasicSample.app"
49+
BlueprintName = "BasicSample"
50+
ReferencedContainer = "container:BasicSample.xcodeproj">
5151
</BuildableReference>
5252
</BuildableProductRunnable>
5353
</LaunchAction>
@@ -62,9 +62,9 @@
6262
<BuildableReference
6363
BuildableIdentifier = "primary"
6464
BlueprintIdentifier = "86B6D2992653D50500794170"
65-
BuildableName = "Catalog.app"
66-
BlueprintName = "Catalog"
67-
ReferencedContainer = "container:Catalog.xcodeproj">
65+
BuildableName = "BasicSample.app"
66+
BlueprintName = "BasicSample"
67+
ReferencedContainer = "container:BasicSample.xcodeproj">
6868
</BuildableReference>
6969
</BuildableProductRunnable>
7070
</ProfileAction>

Catalog.xcworkspace/contents.xcworkspacedata renamed to BasicSample/BasicSample.xcworkspace/contents.xcworkspacedata

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

Catalog/AppDelegate.swift renamed to BasicSample/BasicSample/AppDelegate.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// AppDelegate.swift
3-
// Catalog
3+
// BasicSample
44
//
55
// Created by Pavel Kondrashkov on 5/18/21.
66
//
@@ -41,4 +41,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4141
// If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
4242
// Use this method to release any resources that were specific to the discarded scenes, as they will not return.
4343
}
44+
45+
func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {
46+
.portrait
47+
}
4448
}

Catalog/Core/CatalogItem+Routing.swift renamed to BasicSample/BasicSample/Core/CatalogItem+Routing.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// CatalogItem+Routing.swift
3-
// Catalog
2+
// BasicSampleItem+Routing.swift
3+
// BasicSample
44
//
55
// Created by Pavel Kondrashkov on 5/19/21.
66
// Copyright © 2021 Regula. All rights reserved.

0 commit comments

Comments
 (0)