unlimit 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94b66921027f13011cdc8a9017253c25842ccb8c86977a1bb927f95b4458fee6
4
- data.tar.gz: f8d413398c7f00f56a31291d17be58174744ca38951513682af00b6d1c567a8b
3
+ metadata.gz: 218f5239e57508c77c43291fd0ee4e94eed4d39644e5f1944fabe16e27255470
4
+ data.tar.gz: 685038906844967128a773077d2a102355ed75ac21ca5d6d2a3e2267c62e5207
5
5
  SHA512:
6
- metadata.gz: ee4a5e6ac52eddeab8d3ced086c937a26a0af81ef3581cf1652a91343ef1818ac264291074e5d83a59ab221e00ab8f03604f004aa82773e4334269749dca42f7
7
- data.tar.gz: 759bb2e3a50b8401d12773c32fa42aeb3d1b46c3d7649fa9e342647e1d363690ca023516041316be069032bd01e07ac13984b2d79ace5b53524000b95df75e00
6
+ metadata.gz: 6aad275025d62b1d639d39420681ef2b235f7cf83c25035b8824d058092cf4eb65645dfe315e6d445edac3047319a5586978fbf58fd0f7e98b2eb3af283e73b4
7
+ data.tar.gz: cf8a915ad97c90fbf19f69dfe5568e19d1332dbb564d98d6b8306d50aaa19219b02c4838e8e2925742d62b282abc1e763cda609530616c9a7f9317cf7915afd1
@@ -1,5 +1,20 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.0.9](https://github.com/biocross/unlimit/releases/tag/0.0.9)
4
+
5
+ Released on 2020-01-12. First 2020 Release! 🎉
6
+
7
+ #### Added
8
+
9
+ - Shows an error if no codesigning identities are found
10
+ - Support for Apple Developer Accounts
11
+ - Sample project to try unlimit
12
+
13
+ #### Fixed
14
+
15
+ - Improved detection of Personal Team
16
+ - Updated Dependencies
17
+
3
18
  ## [0.0.8](https://github.com/biocross/unlimit/releases/tag/0.0.8)
4
19
 
5
20
  Released on 2019-10-28.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unlimit (0.0.8)
4
+ unlimit (0.0.9)
5
5
  configure_extensions
6
6
  fastlane (>= 2.116.0)
7
7
  highline
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- CFPropertyList (3.0.1)
15
+ CFPropertyList (3.0.2)
16
16
  activesupport (4.2.11.1)
17
17
  i18n (~> 0.7)
18
18
  minitest (~> 5.1)
@@ -38,8 +38,8 @@ GEM
38
38
  unf (>= 0.0.5, < 1.0.0)
39
39
  dotenv (2.7.5)
40
40
  emoji_regex (1.0.1)
41
- excon (0.68.0)
42
- faraday (0.17.0)
41
+ excon (0.71.1)
42
+ faraday (0.17.3)
43
43
  multipart-post (>= 1.2, < 3)
44
44
  faraday-cookie_jar (0.0.6)
45
45
  faraday (>= 0.7.4)
@@ -47,7 +47,7 @@ GEM
47
47
  faraday_middleware (0.13.1)
48
48
  faraday (>= 0.7.4, < 1.0)
49
49
  fastimage (2.1.7)
50
- fastlane (2.134.0)
50
+ fastlane (2.140.0)
51
51
  CFPropertyList (>= 2.3, < 4.0.0)
52
52
  addressable (>= 2.3, < 3.0.0)
53
53
  babosa (>= 1.0.2, < 2.0.0)
@@ -56,13 +56,13 @@ GEM
56
56
  commander-fastlane (>= 4.4.6, < 5.0.0)
57
57
  dotenv (>= 2.1.1, < 3.0.0)
58
58
  emoji_regex (>= 0.1, < 2.0)
59
- excon (>= 0.45.0, < 1.0.0)
59
+ excon (>= 0.71.0, < 1.0.0)
60
60
  faraday (~> 0.17)
61
61
  faraday-cookie_jar (~> 0.0.6)
62
62
  faraday_middleware (~> 0.13.1)
63
63
  fastimage (>= 2.1.0, < 3.0.0)
64
64
  gh_inspector (>= 1.1.2, < 2.0.0)
65
- google-api-client (>= 0.21.2, < 0.24.0)
65
+ google-api-client (>= 0.29.2, < 0.37.0)
66
66
  google-cloud-storage (>= 1.15.0, < 2.0.0)
67
67
  highline (>= 1.7.2, < 2.0.0)
68
68
  json (< 3.0.0)
@@ -81,48 +81,50 @@ GEM
81
81
  tty-screen (>= 0.6.3, < 1.0.0)
82
82
  tty-spinner (>= 0.8.0, < 1.0.0)
83
83
  word_wrap (~> 1.0.0)
84
- xcodeproj (>= 1.8.1, < 2.0.0)
84
+ xcodeproj (>= 1.13.0, < 2.0.0)
85
85
  xcpretty (~> 0.3.0)
86
86
  xcpretty-travis-formatter (>= 0.0.3)
87
87
  gh_inspector (1.1.3)
88
- google-api-client (0.23.9)
88
+ google-api-client (0.36.4)
89
89
  addressable (~> 2.5, >= 2.5.1)
90
- googleauth (>= 0.5, < 0.7.0)
90
+ googleauth (~> 0.9)
91
91
  httpclient (>= 2.8.1, < 3.0)
92
- mime-types (~> 3.0)
92
+ mini_mime (~> 1.0)
93
93
  representable (~> 3.0)
94
94
  retriable (>= 2.0, < 4.0)
95
- signet (~> 0.9)
96
- google-cloud-core (1.4.0)
95
+ signet (~> 0.12)
96
+ google-cloud-core (1.5.0)
97
97
  google-cloud-env (~> 1.0)
98
+ google-cloud-errors (~> 1.0)
98
99
  google-cloud-env (1.3.0)
99
100
  faraday (~> 0.11)
100
- google-cloud-storage (1.16.0)
101
+ google-cloud-errors (1.0.0)
102
+ google-cloud-storage (1.25.1)
103
+ addressable (~> 2.5)
101
104
  digest-crc (~> 0.4)
102
- google-api-client (~> 0.23)
105
+ google-api-client (~> 0.33)
103
106
  google-cloud-core (~> 1.2)
104
- googleauth (>= 0.6.2, < 0.10.0)
105
- googleauth (0.6.7)
107
+ googleauth (~> 0.9)
108
+ mini_mime (~> 1.0)
109
+ googleauth (0.10.0)
106
110
  faraday (~> 0.12)
107
111
  jwt (>= 1.4, < 3.0)
108
112
  memoist (~> 0.16)
109
113
  multi_json (~> 1.11)
110
114
  os (>= 0.9, < 2.0)
111
- signet (~> 0.7)
115
+ signet (~> 0.12)
112
116
  highline (1.7.10)
113
117
  http-cookie (1.0.3)
114
118
  domain_name (~> 0.5)
115
119
  httpclient (2.8.3)
116
120
  i18n (0.9.5)
117
121
  concurrent-ruby (~> 1.0)
118
- json (2.2.0)
122
+ json (2.3.0)
119
123
  jwt (2.1.0)
120
- memoist (0.16.0)
121
- mime-types (3.3)
122
- mime-types-data (~> 3.2015)
123
- mime-types-data (3.2019.1009)
124
- mini_magick (4.9.5)
125
- minitest (5.12.2)
124
+ memoist (0.16.2)
125
+ mini_magick (4.10.1)
126
+ mini_mime (1.0.2)
127
+ minitest (5.14.0)
126
128
  multi_json (1.14.1)
127
129
  multi_xml (0.6.0)
128
130
  multipart-post (2.0.0)
@@ -140,14 +142,14 @@ GEM
140
142
  rouge (2.0.7)
141
143
  rubyzip (1.3.0)
142
144
  security (0.1.3)
143
- sentry-raven (2.12.2)
145
+ sentry-raven (2.13.0)
144
146
  faraday (>= 0.7.6, < 1.0)
145
147
  signet (0.12.0)
146
148
  addressable (~> 2.3)
147
149
  faraday (~> 0.9)
148
150
  jwt (>= 1.5, < 3.0)
149
151
  multi_json (~> 1.10)
150
- simctl (1.6.6)
152
+ simctl (1.6.7)
151
153
  CFPropertyList
152
154
  naturally
153
155
  slack-notifier (2.3.2)
@@ -157,9 +159,9 @@ GEM
157
159
  thread_safe (0.3.6)
158
160
  tty-cursor (0.7.0)
159
161
  tty-screen (0.7.0)
160
- tty-spinner (0.9.1)
162
+ tty-spinner (0.9.2)
161
163
  tty-cursor (~> 0.7)
162
- tzinfo (1.2.5)
164
+ tzinfo (1.2.6)
163
165
  thread_safe (~> 0.1)
164
166
  uber (0.1.0)
165
167
  unf (0.1.4)
@@ -167,7 +169,7 @@ GEM
167
169
  unf_ext (0.0.7.6)
168
170
  unicode-display_width (1.6.0)
169
171
  word_wrap (1.0.0)
170
- xcodeproj (1.13.0)
172
+ xcodeproj (1.14.0)
171
173
  CFPropertyList (>= 2.3.3, < 4.0)
172
174
  atomos (~> 0.1.3)
173
175
  claide (>= 1.0.2, < 2.0)
@@ -182,9 +184,9 @@ PLATFORMS
182
184
  ruby
183
185
 
184
186
  DEPENDENCIES
185
- bundler (~> 1.17)
187
+ bundler (>= 1.12.0)
186
188
  rake (~> 10.0)
187
189
  unlimit!
188
190
 
189
191
  BUNDLED WITH
190
- 1.17.3
192
+ 2.1.3
@@ -0,0 +1,43 @@
1
+ # Mac OS X
2
+ .DS_Store
3
+
4
+ # Xcode
5
+
6
+ ## Build generated
7
+ build/
8
+ DerivedData
9
+ xcuserdata/
10
+ Example/xcuserdata/
11
+
12
+ ## Various settings
13
+ *.pbxuser
14
+ !default.pbxuser
15
+ *.mode1v3
16
+ !default.mode1v3
17
+ *.mode2v3
18
+ !default.mode2v3
19
+ *.perspectivev3
20
+ !default.perspectivev3
21
+
22
+ ## Other
23
+ *.xccheckout
24
+ *.moved-aside
25
+ *.xcuserstate
26
+ *.xcscmblueprint
27
+
28
+ ## Obj-C/Swift specific
29
+ *.hmap
30
+ *.ipa
31
+
32
+ ## Playgrounds
33
+ timeline.xctimeline
34
+ playground.xcworkspace
35
+
36
+ # Swift Package Manager
37
+ .build/
38
+
39
+ # Carthage
40
+ Carthage/Build
41
+
42
+ Example/Pods
43
+ Podfile.lock
@@ -0,0 +1 @@
1
+ gem "unlimit", path: "../"
@@ -0,0 +1,188 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ unlimit (0.0.9)
5
+ configure_extensions
6
+ fastlane (>= 2.116.0)
7
+ highline
8
+ plist
9
+ sentry-raven
10
+ xcodeproj
11
+
12
+ GEM
13
+ specs:
14
+ CFPropertyList (3.0.2)
15
+ activesupport (4.2.11.1)
16
+ i18n (~> 0.7)
17
+ minitest (~> 5.1)
18
+ thread_safe (~> 0.3, >= 0.3.4)
19
+ tzinfo (~> 1.1)
20
+ addressable (2.7.0)
21
+ public_suffix (>= 2.0.2, < 5.0)
22
+ atomos (0.1.3)
23
+ babosa (1.0.3)
24
+ claide (1.0.3)
25
+ colored (1.2)
26
+ colored2 (3.1.2)
27
+ commander-fastlane (4.4.6)
28
+ highline (~> 1.7.2)
29
+ concurrent-ruby (1.1.5)
30
+ configure_extensions (1.0.1)
31
+ activesupport (>= 4.0.2, < 5)
32
+ xcodeproj (~> 1.2)
33
+ declarative (0.0.10)
34
+ declarative-option (0.1.0)
35
+ digest-crc (0.4.1)
36
+ domain_name (0.5.20190701)
37
+ unf (>= 0.0.5, < 1.0.0)
38
+ dotenv (2.7.5)
39
+ emoji_regex (1.0.1)
40
+ excon (0.71.1)
41
+ faraday (0.17.3)
42
+ multipart-post (>= 1.2, < 3)
43
+ faraday-cookie_jar (0.0.6)
44
+ faraday (>= 0.7.4)
45
+ http-cookie (~> 1.0.0)
46
+ faraday_middleware (0.13.1)
47
+ faraday (>= 0.7.4, < 1.0)
48
+ fastimage (2.1.7)
49
+ fastlane (2.140.0)
50
+ CFPropertyList (>= 2.3, < 4.0.0)
51
+ addressable (>= 2.3, < 3.0.0)
52
+ babosa (>= 1.0.2, < 2.0.0)
53
+ bundler (>= 1.12.0, < 3.0.0)
54
+ colored
55
+ commander-fastlane (>= 4.4.6, < 5.0.0)
56
+ dotenv (>= 2.1.1, < 3.0.0)
57
+ emoji_regex (>= 0.1, < 2.0)
58
+ excon (>= 0.71.0, < 1.0.0)
59
+ faraday (~> 0.17)
60
+ faraday-cookie_jar (~> 0.0.6)
61
+ faraday_middleware (~> 0.13.1)
62
+ fastimage (>= 2.1.0, < 3.0.0)
63
+ gh_inspector (>= 1.1.2, < 2.0.0)
64
+ google-api-client (>= 0.29.2, < 0.37.0)
65
+ google-cloud-storage (>= 1.15.0, < 2.0.0)
66
+ highline (>= 1.7.2, < 2.0.0)
67
+ json (< 3.0.0)
68
+ jwt (~> 2.1.0)
69
+ mini_magick (>= 4.9.4, < 5.0.0)
70
+ multi_xml (~> 0.5)
71
+ multipart-post (~> 2.0.0)
72
+ plist (>= 3.1.0, < 4.0.0)
73
+ public_suffix (~> 2.0.0)
74
+ rubyzip (>= 1.3.0, < 2.0.0)
75
+ security (= 0.1.3)
76
+ simctl (~> 1.6.3)
77
+ slack-notifier (>= 2.0.0, < 3.0.0)
78
+ terminal-notifier (>= 2.0.0, < 3.0.0)
79
+ terminal-table (>= 1.4.5, < 2.0.0)
80
+ tty-screen (>= 0.6.3, < 1.0.0)
81
+ tty-spinner (>= 0.8.0, < 1.0.0)
82
+ word_wrap (~> 1.0.0)
83
+ xcodeproj (>= 1.13.0, < 2.0.0)
84
+ xcpretty (~> 0.3.0)
85
+ xcpretty-travis-formatter (>= 0.0.3)
86
+ gh_inspector (1.1.3)
87
+ google-api-client (0.36.4)
88
+ addressable (~> 2.5, >= 2.5.1)
89
+ googleauth (~> 0.9)
90
+ httpclient (>= 2.8.1, < 3.0)
91
+ mini_mime (~> 1.0)
92
+ representable (~> 3.0)
93
+ retriable (>= 2.0, < 4.0)
94
+ signet (~> 0.12)
95
+ google-cloud-core (1.5.0)
96
+ google-cloud-env (~> 1.0)
97
+ google-cloud-errors (~> 1.0)
98
+ google-cloud-env (1.3.0)
99
+ faraday (~> 0.11)
100
+ google-cloud-errors (1.0.0)
101
+ google-cloud-storage (1.25.1)
102
+ addressable (~> 2.5)
103
+ digest-crc (~> 0.4)
104
+ google-api-client (~> 0.33)
105
+ google-cloud-core (~> 1.2)
106
+ googleauth (~> 0.9)
107
+ mini_mime (~> 1.0)
108
+ googleauth (0.10.0)
109
+ faraday (~> 0.12)
110
+ jwt (>= 1.4, < 3.0)
111
+ memoist (~> 0.16)
112
+ multi_json (~> 1.11)
113
+ os (>= 0.9, < 2.0)
114
+ signet (~> 0.12)
115
+ highline (1.7.10)
116
+ http-cookie (1.0.3)
117
+ domain_name (~> 0.5)
118
+ httpclient (2.8.3)
119
+ i18n (0.9.5)
120
+ concurrent-ruby (~> 1.0)
121
+ json (2.3.0)
122
+ jwt (2.1.0)
123
+ memoist (0.16.2)
124
+ mini_magick (4.10.1)
125
+ mini_mime (1.0.2)
126
+ minitest (5.14.0)
127
+ multi_json (1.14.1)
128
+ multi_xml (0.6.0)
129
+ multipart-post (2.0.0)
130
+ nanaimo (0.2.6)
131
+ naturally (2.2.0)
132
+ os (1.0.1)
133
+ plist (3.5.0)
134
+ public_suffix (2.0.5)
135
+ representable (3.0.4)
136
+ declarative (< 0.1.0)
137
+ declarative-option (< 0.2.0)
138
+ uber (< 0.2.0)
139
+ retriable (3.1.2)
140
+ rouge (2.0.7)
141
+ rubyzip (1.3.0)
142
+ security (0.1.3)
143
+ sentry-raven (2.13.0)
144
+ faraday (>= 0.7.6, < 1.0)
145
+ signet (0.12.0)
146
+ addressable (~> 2.3)
147
+ faraday (~> 0.9)
148
+ jwt (>= 1.5, < 3.0)
149
+ multi_json (~> 1.10)
150
+ simctl (1.6.7)
151
+ CFPropertyList
152
+ naturally
153
+ slack-notifier (2.3.2)
154
+ terminal-notifier (2.0.0)
155
+ terminal-table (1.8.0)
156
+ unicode-display_width (~> 1.1, >= 1.1.1)
157
+ thread_safe (0.3.6)
158
+ tty-cursor (0.7.0)
159
+ tty-screen (0.7.0)
160
+ tty-spinner (0.9.2)
161
+ tty-cursor (~> 0.7)
162
+ tzinfo (1.2.6)
163
+ thread_safe (~> 0.1)
164
+ uber (0.1.0)
165
+ unf (0.1.4)
166
+ unf_ext
167
+ unf_ext (0.0.7.6)
168
+ unicode-display_width (1.6.0)
169
+ word_wrap (1.0.0)
170
+ xcodeproj (1.14.0)
171
+ CFPropertyList (>= 2.3.3, < 4.0)
172
+ atomos (~> 0.1.3)
173
+ claide (>= 1.0.2, < 2.0)
174
+ colored2 (~> 3.1)
175
+ nanaimo (~> 0.2.6)
176
+ xcpretty (0.3.0)
177
+ rouge (~> 2.0.7)
178
+ xcpretty-travis-formatter (1.0.0)
179
+ xcpretty (~> 0.2, >= 0.0.7)
180
+
181
+ PLATFORMS
182
+ ruby
183
+
184
+ DEPENDENCIES
185
+ unlimit!
186
+
187
+ BUNDLED WITH
188
+ 2.1.3
@@ -0,0 +1,345 @@
1
+ // !$*UTF8*$!
2
+ {
3
+ archiveVersion = 1;
4
+ classes = {
5
+ };
6
+ objectVersion = 50;
7
+ objects = {
8
+
9
+ /* Begin PBXBuildFile section */
10
+ 161F97DE23CB101C0093B8C8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 161F97DD23CB101C0093B8C8 /* AppDelegate.swift */; };
11
+ 161F97E023CB101C0093B8C8 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 161F97DF23CB101C0093B8C8 /* SceneDelegate.swift */; };
12
+ 161F97E223CB101C0093B8C8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 161F97E123CB101C0093B8C8 /* ContentView.swift */; };
13
+ 161F97E423CB101D0093B8C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 161F97E323CB101D0093B8C8 /* Assets.xcassets */; };
14
+ 161F97E723CB101D0093B8C8 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 161F97E623CB101D0093B8C8 /* Preview Assets.xcassets */; };
15
+ 161F97EA23CB101D0093B8C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 161F97E823CB101D0093B8C8 /* LaunchScreen.storyboard */; };
16
+ /* End PBXBuildFile section */
17
+
18
+ /* Begin PBXFileReference section */
19
+ 161F97DA23CB101C0093B8C8 /* UnlimitSampleApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UnlimitSampleApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
20
+ 161F97DD23CB101C0093B8C8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
21
+ 161F97DF23CB101C0093B8C8 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
22
+ 161F97E123CB101C0093B8C8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
23
+ 161F97E323CB101D0093B8C8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
24
+ 161F97E623CB101D0093B8C8 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
25
+ 161F97E923CB101D0093B8C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
26
+ 161F97EB23CB101D0093B8C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27
+ /* End PBXFileReference section */
28
+
29
+ /* Begin PBXFrameworksBuildPhase section */
30
+ 161F97D723CB101C0093B8C8 /* Frameworks */ = {
31
+ isa = PBXFrameworksBuildPhase;
32
+ buildActionMask = 2147483647;
33
+ files = (
34
+ );
35
+ runOnlyForDeploymentPostprocessing = 0;
36
+ };
37
+ /* End PBXFrameworksBuildPhase section */
38
+
39
+ /* Begin PBXGroup section */
40
+ 161F97D123CB101C0093B8C8 = {
41
+ isa = PBXGroup;
42
+ children = (
43
+ 161F97DC23CB101C0093B8C8 /* UnlimitSampleApp */,
44
+ 161F97DB23CB101C0093B8C8 /* Products */,
45
+ );
46
+ sourceTree = "<group>";
47
+ };
48
+ 161F97DB23CB101C0093B8C8 /* Products */ = {
49
+ isa = PBXGroup;
50
+ children = (
51
+ 161F97DA23CB101C0093B8C8 /* UnlimitSampleApp.app */,
52
+ );
53
+ name = Products;
54
+ sourceTree = "<group>";
55
+ };
56
+ 161F97DC23CB101C0093B8C8 /* UnlimitSampleApp */ = {
57
+ isa = PBXGroup;
58
+ children = (
59
+ 161F97DD23CB101C0093B8C8 /* AppDelegate.swift */,
60
+ 161F97DF23CB101C0093B8C8 /* SceneDelegate.swift */,
61
+ 161F97E123CB101C0093B8C8 /* ContentView.swift */,
62
+ 161F97E323CB101D0093B8C8 /* Assets.xcassets */,
63
+ 161F97E823CB101D0093B8C8 /* LaunchScreen.storyboard */,
64
+ 161F97EB23CB101D0093B8C8 /* Info.plist */,
65
+ 161F97E523CB101D0093B8C8 /* Preview Content */,
66
+ );
67
+ path = UnlimitSampleApp;
68
+ sourceTree = "<group>";
69
+ };
70
+ 161F97E523CB101D0093B8C8 /* Preview Content */ = {
71
+ isa = PBXGroup;
72
+ children = (
73
+ 161F97E623CB101D0093B8C8 /* Preview Assets.xcassets */,
74
+ );
75
+ path = "Preview Content";
76
+ sourceTree = "<group>";
77
+ };
78
+ /* End PBXGroup section */
79
+
80
+ /* Begin PBXNativeTarget section */
81
+ 161F97D923CB101C0093B8C8 /* UnlimitSampleApp */ = {
82
+ isa = PBXNativeTarget;
83
+ buildConfigurationList = 161F97EE23CB101D0093B8C8 /* Build configuration list for PBXNativeTarget "UnlimitSampleApp" */;
84
+ buildPhases = (
85
+ 161F97D623CB101C0093B8C8 /* Sources */,
86
+ 161F97D723CB101C0093B8C8 /* Frameworks */,
87
+ 161F97D823CB101C0093B8C8 /* Resources */,
88
+ );
89
+ buildRules = (
90
+ );
91
+ dependencies = (
92
+ );
93
+ name = UnlimitSampleApp;
94
+ productName = UnlimitSampleApp;
95
+ productReference = 161F97DA23CB101C0093B8C8 /* UnlimitSampleApp.app */;
96
+ productType = "com.apple.product-type.application";
97
+ };
98
+ /* End PBXNativeTarget section */
99
+
100
+ /* Begin PBXProject section */
101
+ 161F97D223CB101C0093B8C8 /* Project object */ = {
102
+ isa = PBXProject;
103
+ attributes = {
104
+ LastSwiftUpdateCheck = 1130;
105
+ LastUpgradeCheck = 1130;
106
+ ORGANIZATIONNAME = Siddharth;
107
+ TargetAttributes = {
108
+ 161F97D923CB101C0093B8C8 = {
109
+ CreatedOnToolsVersion = 11.3;
110
+ };
111
+ };
112
+ };
113
+ buildConfigurationList = 161F97D523CB101C0093B8C8 /* Build configuration list for PBXProject "UnlimitSampleApp" */;
114
+ compatibilityVersion = "Xcode 9.3";
115
+ developmentRegion = en;
116
+ hasScannedForEncodings = 0;
117
+ knownRegions = (
118
+ en,
119
+ Base,
120
+ );
121
+ mainGroup = 161F97D123CB101C0093B8C8;
122
+ productRefGroup = 161F97DB23CB101C0093B8C8 /* Products */;
123
+ projectDirPath = "";
124
+ projectRoot = "";
125
+ targets = (
126
+ 161F97D923CB101C0093B8C8 /* UnlimitSampleApp */,
127
+ );
128
+ };
129
+ /* End PBXProject section */
130
+
131
+ /* Begin PBXResourcesBuildPhase section */
132
+ 161F97D823CB101C0093B8C8 /* Resources */ = {
133
+ isa = PBXResourcesBuildPhase;
134
+ buildActionMask = 2147483647;
135
+ files = (
136
+ 161F97EA23CB101D0093B8C8 /* LaunchScreen.storyboard in Resources */,
137
+ 161F97E723CB101D0093B8C8 /* Preview Assets.xcassets in Resources */,
138
+ 161F97E423CB101D0093B8C8 /* Assets.xcassets in Resources */,
139
+ );
140
+ runOnlyForDeploymentPostprocessing = 0;
141
+ };
142
+ /* End PBXResourcesBuildPhase section */
143
+
144
+ /* Begin PBXSourcesBuildPhase section */
145
+ 161F97D623CB101C0093B8C8 /* Sources */ = {
146
+ isa = PBXSourcesBuildPhase;
147
+ buildActionMask = 2147483647;
148
+ files = (
149
+ 161F97DE23CB101C0093B8C8 /* AppDelegate.swift in Sources */,
150
+ 161F97E023CB101C0093B8C8 /* SceneDelegate.swift in Sources */,
151
+ 161F97E223CB101C0093B8C8 /* ContentView.swift in Sources */,
152
+ );
153
+ runOnlyForDeploymentPostprocessing = 0;
154
+ };
155
+ /* End PBXSourcesBuildPhase section */
156
+
157
+ /* Begin PBXVariantGroup section */
158
+ 161F97E823CB101D0093B8C8 /* LaunchScreen.storyboard */ = {
159
+ isa = PBXVariantGroup;
160
+ children = (
161
+ 161F97E923CB101D0093B8C8 /* Base */,
162
+ );
163
+ name = LaunchScreen.storyboard;
164
+ sourceTree = "<group>";
165
+ };
166
+ /* End PBXVariantGroup section */
167
+
168
+ /* Begin XCBuildConfiguration section */
169
+ 161F97EC23CB101D0093B8C8 /* Debug */ = {
170
+ isa = XCBuildConfiguration;
171
+ buildSettings = {
172
+ ALWAYS_SEARCH_USER_PATHS = NO;
173
+ CLANG_ANALYZER_NONNULL = YES;
174
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
175
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
176
+ CLANG_CXX_LIBRARY = "libc++";
177
+ CLANG_ENABLE_MODULES = YES;
178
+ CLANG_ENABLE_OBJC_ARC = YES;
179
+ CLANG_ENABLE_OBJC_WEAK = YES;
180
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
181
+ CLANG_WARN_BOOL_CONVERSION = YES;
182
+ CLANG_WARN_COMMA = YES;
183
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
184
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
185
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
186
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
187
+ CLANG_WARN_EMPTY_BODY = YES;
188
+ CLANG_WARN_ENUM_CONVERSION = YES;
189
+ CLANG_WARN_INFINITE_RECURSION = YES;
190
+ CLANG_WARN_INT_CONVERSION = YES;
191
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
192
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
193
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
194
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
195
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
196
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
197
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
198
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
199
+ CLANG_WARN_UNREACHABLE_CODE = YES;
200
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
201
+ COPY_PHASE_STRIP = NO;
202
+ DEBUG_INFORMATION_FORMAT = dwarf;
203
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
204
+ ENABLE_TESTABILITY = YES;
205
+ GCC_C_LANGUAGE_STANDARD = gnu11;
206
+ GCC_DYNAMIC_NO_PIC = NO;
207
+ GCC_NO_COMMON_BLOCKS = YES;
208
+ GCC_OPTIMIZATION_LEVEL = 0;
209
+ GCC_PREPROCESSOR_DEFINITIONS = (
210
+ "DEBUG=1",
211
+ "$(inherited)",
212
+ );
213
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
214
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
215
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
216
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
217
+ GCC_WARN_UNUSED_FUNCTION = YES;
218
+ GCC_WARN_UNUSED_VARIABLE = YES;
219
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
220
+ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
221
+ MTL_FAST_MATH = YES;
222
+ ONLY_ACTIVE_ARCH = YES;
223
+ SDKROOT = iphoneos;
224
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
225
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
226
+ };
227
+ name = Debug;
228
+ };
229
+ 161F97ED23CB101D0093B8C8 /* Release */ = {
230
+ isa = XCBuildConfiguration;
231
+ buildSettings = {
232
+ ALWAYS_SEARCH_USER_PATHS = NO;
233
+ CLANG_ANALYZER_NONNULL = YES;
234
+ CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
235
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
236
+ CLANG_CXX_LIBRARY = "libc++";
237
+ CLANG_ENABLE_MODULES = YES;
238
+ CLANG_ENABLE_OBJC_ARC = YES;
239
+ CLANG_ENABLE_OBJC_WEAK = YES;
240
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
241
+ CLANG_WARN_BOOL_CONVERSION = YES;
242
+ CLANG_WARN_COMMA = YES;
243
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
244
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
245
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
246
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
247
+ CLANG_WARN_EMPTY_BODY = YES;
248
+ CLANG_WARN_ENUM_CONVERSION = YES;
249
+ CLANG_WARN_INFINITE_RECURSION = YES;
250
+ CLANG_WARN_INT_CONVERSION = YES;
251
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
252
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
253
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
254
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
255
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
256
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
257
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
258
+ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
259
+ CLANG_WARN_UNREACHABLE_CODE = YES;
260
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
261
+ COPY_PHASE_STRIP = NO;
262
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
263
+ ENABLE_NS_ASSERTIONS = NO;
264
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
265
+ GCC_C_LANGUAGE_STANDARD = gnu11;
266
+ GCC_NO_COMMON_BLOCKS = YES;
267
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
268
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
269
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
270
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
271
+ GCC_WARN_UNUSED_FUNCTION = YES;
272
+ GCC_WARN_UNUSED_VARIABLE = YES;
273
+ IPHONEOS_DEPLOYMENT_TARGET = 13.2;
274
+ MTL_ENABLE_DEBUG_INFO = NO;
275
+ MTL_FAST_MATH = YES;
276
+ SDKROOT = iphoneos;
277
+ SWIFT_COMPILATION_MODE = wholemodule;
278
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
279
+ VALIDATE_PRODUCT = YES;
280
+ };
281
+ name = Release;
282
+ };
283
+ 161F97EF23CB101D0093B8C8 /* Debug */ = {
284
+ isa = XCBuildConfiguration;
285
+ buildSettings = {
286
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
287
+ CODE_SIGN_STYLE = Automatic;
288
+ DEVELOPMENT_ASSET_PATHS = "\"UnlimitSampleApp/Preview Content\"";
289
+ ENABLE_PREVIEWS = YES;
290
+ INFOPLIST_FILE = UnlimitSampleApp/Info.plist;
291
+ LD_RUNPATH_SEARCH_PATHS = (
292
+ "$(inherited)",
293
+ "@executable_path/Frameworks",
294
+ );
295
+ PRODUCT_BUNDLE_IDENTIFIER = com.unlimit.UnlimitSampleApp;
296
+ PRODUCT_NAME = "$(TARGET_NAME)";
297
+ SWIFT_VERSION = 5.0;
298
+ TARGETED_DEVICE_FAMILY = "1,2";
299
+ };
300
+ name = Debug;
301
+ };
302
+ 161F97F023CB101D0093B8C8 /* Release */ = {
303
+ isa = XCBuildConfiguration;
304
+ buildSettings = {
305
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
306
+ CODE_SIGN_STYLE = Automatic;
307
+ DEVELOPMENT_ASSET_PATHS = "\"UnlimitSampleApp/Preview Content\"";
308
+ ENABLE_PREVIEWS = YES;
309
+ INFOPLIST_FILE = UnlimitSampleApp/Info.plist;
310
+ LD_RUNPATH_SEARCH_PATHS = (
311
+ "$(inherited)",
312
+ "@executable_path/Frameworks",
313
+ );
314
+ PRODUCT_BUNDLE_IDENTIFIER = com.unlimit.UnlimitSampleApp;
315
+ PRODUCT_NAME = "$(TARGET_NAME)";
316
+ SWIFT_VERSION = 5.0;
317
+ TARGETED_DEVICE_FAMILY = "1,2";
318
+ };
319
+ name = Release;
320
+ };
321
+ /* End XCBuildConfiguration section */
322
+
323
+ /* Begin XCConfigurationList section */
324
+ 161F97D523CB101C0093B8C8 /* Build configuration list for PBXProject "UnlimitSampleApp" */ = {
325
+ isa = XCConfigurationList;
326
+ buildConfigurations = (
327
+ 161F97EC23CB101D0093B8C8 /* Debug */,
328
+ 161F97ED23CB101D0093B8C8 /* Release */,
329
+ );
330
+ defaultConfigurationIsVisible = 0;
331
+ defaultConfigurationName = Release;
332
+ };
333
+ 161F97EE23CB101D0093B8C8 /* Build configuration list for PBXNativeTarget "UnlimitSampleApp" */ = {
334
+ isa = XCConfigurationList;
335
+ buildConfigurations = (
336
+ 161F97EF23CB101D0093B8C8 /* Debug */,
337
+ 161F97F023CB101D0093B8C8 /* Release */,
338
+ );
339
+ defaultConfigurationIsVisible = 0;
340
+ defaultConfigurationName = Release;
341
+ };
342
+ /* End XCConfigurationList section */
343
+ };
344
+ rootObject = 161F97D223CB101C0093B8C8 /* Project object */;
345
+ }
@@ -0,0 +1,37 @@
1
+ //
2
+ // AppDelegate.swift
3
+ // UnlimitSampleApp
4
+ //
5
+ // Created by Siddharth Gupta on 12/1/20.
6
+ // Copyright © 2020 Siddharth. All rights reserved.
7
+ //
8
+
9
+ import UIKit
10
+
11
+ @UIApplicationMain
12
+ class AppDelegate: UIResponder, UIApplicationDelegate {
13
+
14
+
15
+
16
+ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
17
+ // Override point for customization after application launch.
18
+ return true
19
+ }
20
+
21
+ // MARK: UISceneSession Lifecycle
22
+
23
+ func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration {
24
+ // Called when a new scene session is being created.
25
+ // Use this method to select a configuration to create the new scene with.
26
+ return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role)
27
+ }
28
+
29
+ func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set<UISceneSession>) {
30
+ // Called when the user discards a scene session.
31
+ // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions.
32
+ // Use this method to release any resources that were specific to the discarded scenes, as they will not return.
33
+ }
34
+
35
+
36
+ }
37
+
@@ -0,0 +1,98 @@
1
+ {
2
+ "images" : [
3
+ {
4
+ "idiom" : "iphone",
5
+ "size" : "20x20",
6
+ "scale" : "2x"
7
+ },
8
+ {
9
+ "idiom" : "iphone",
10
+ "size" : "20x20",
11
+ "scale" : "3x"
12
+ },
13
+ {
14
+ "idiom" : "iphone",
15
+ "size" : "29x29",
16
+ "scale" : "2x"
17
+ },
18
+ {
19
+ "idiom" : "iphone",
20
+ "size" : "29x29",
21
+ "scale" : "3x"
22
+ },
23
+ {
24
+ "idiom" : "iphone",
25
+ "size" : "40x40",
26
+ "scale" : "2x"
27
+ },
28
+ {
29
+ "idiom" : "iphone",
30
+ "size" : "40x40",
31
+ "scale" : "3x"
32
+ },
33
+ {
34
+ "idiom" : "iphone",
35
+ "size" : "60x60",
36
+ "scale" : "2x"
37
+ },
38
+ {
39
+ "idiom" : "iphone",
40
+ "size" : "60x60",
41
+ "scale" : "3x"
42
+ },
43
+ {
44
+ "idiom" : "ipad",
45
+ "size" : "20x20",
46
+ "scale" : "1x"
47
+ },
48
+ {
49
+ "idiom" : "ipad",
50
+ "size" : "20x20",
51
+ "scale" : "2x"
52
+ },
53
+ {
54
+ "idiom" : "ipad",
55
+ "size" : "29x29",
56
+ "scale" : "1x"
57
+ },
58
+ {
59
+ "idiom" : "ipad",
60
+ "size" : "29x29",
61
+ "scale" : "2x"
62
+ },
63
+ {
64
+ "idiom" : "ipad",
65
+ "size" : "40x40",
66
+ "scale" : "1x"
67
+ },
68
+ {
69
+ "idiom" : "ipad",
70
+ "size" : "40x40",
71
+ "scale" : "2x"
72
+ },
73
+ {
74
+ "idiom" : "ipad",
75
+ "size" : "76x76",
76
+ "scale" : "1x"
77
+ },
78
+ {
79
+ "idiom" : "ipad",
80
+ "size" : "76x76",
81
+ "scale" : "2x"
82
+ },
83
+ {
84
+ "idiom" : "ipad",
85
+ "size" : "83.5x83.5",
86
+ "scale" : "2x"
87
+ },
88
+ {
89
+ "idiom" : "ios-marketing",
90
+ "size" : "1024x1024",
91
+ "scale" : "1x"
92
+ }
93
+ ],
94
+ "info" : {
95
+ "version" : 1,
96
+ "author" : "xcode"
97
+ }
98
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "info" : {
3
+ "version" : 1,
4
+ "author" : "xcode"
5
+ }
6
+ }
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3
+ <dependencies>
4
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
5
+ <capability name="Safe area layout guides" minToolsVersion="9.0"/>
6
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7
+ </dependencies>
8
+ <scenes>
9
+ <!--View Controller-->
10
+ <scene sceneID="EHf-IW-A2E">
11
+ <objects>
12
+ <viewController id="01J-lp-oVM" sceneMemberID="viewController">
13
+ <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
14
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
15
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
16
+ <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
17
+ <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
18
+ </view>
19
+ </viewController>
20
+ <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
21
+ </objects>
22
+ <point key="canvasLocation" x="53" y="375"/>
23
+ </scene>
24
+ </scenes>
25
+ </document>
@@ -0,0 +1,21 @@
1
+ //
2
+ // ContentView.swift
3
+ // UnlimitSampleApp
4
+ //
5
+ // Created by Siddharth Gupta on 12/1/20.
6
+ // Copyright © 2020 Siddharth. All rights reserved.
7
+ //
8
+
9
+ import SwiftUI
10
+
11
+ struct ContentView: View {
12
+ var body: some View {
13
+ Text("Hello, World!")
14
+ }
15
+ }
16
+
17
+ struct ContentView_Previews: PreviewProvider {
18
+ static var previews: some View {
19
+ ContentView()
20
+ }
21
+ }
@@ -0,0 +1,60 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>$(DEVELOPMENT_LANGUAGE)</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>$(EXECUTABLE_NAME)</string>
9
+ <key>CFBundleIdentifier</key>
10
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundleName</key>
14
+ <string>$(PRODUCT_NAME)</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17
+ <key>CFBundleShortVersionString</key>
18
+ <string>1.0</string>
19
+ <key>CFBundleVersion</key>
20
+ <string>1</string>
21
+ <key>LSRequiresIPhoneOS</key>
22
+ <true/>
23
+ <key>UIApplicationSceneManifest</key>
24
+ <dict>
25
+ <key>UIApplicationSupportsMultipleScenes</key>
26
+ <false/>
27
+ <key>UISceneConfigurations</key>
28
+ <dict>
29
+ <key>UIWindowSceneSessionRoleApplication</key>
30
+ <array>
31
+ <dict>
32
+ <key>UISceneConfigurationName</key>
33
+ <string>Default Configuration</string>
34
+ <key>UISceneDelegateClassName</key>
35
+ <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
36
+ </dict>
37
+ </array>
38
+ </dict>
39
+ </dict>
40
+ <key>UILaunchStoryboardName</key>
41
+ <string>LaunchScreen</string>
42
+ <key>UIRequiredDeviceCapabilities</key>
43
+ <array>
44
+ <string>armv7</string>
45
+ </array>
46
+ <key>UISupportedInterfaceOrientations</key>
47
+ <array>
48
+ <string>UIInterfaceOrientationPortrait</string>
49
+ <string>UIInterfaceOrientationLandscapeLeft</string>
50
+ <string>UIInterfaceOrientationLandscapeRight</string>
51
+ </array>
52
+ <key>UISupportedInterfaceOrientations~ipad</key>
53
+ <array>
54
+ <string>UIInterfaceOrientationPortrait</string>
55
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
56
+ <string>UIInterfaceOrientationLandscapeLeft</string>
57
+ <string>UIInterfaceOrientationLandscapeRight</string>
58
+ </array>
59
+ </dict>
60
+ </plist>
@@ -0,0 +1,6 @@
1
+ {
2
+ "info" : {
3
+ "version" : 1,
4
+ "author" : "xcode"
5
+ }
6
+ }
@@ -0,0 +1,64 @@
1
+ //
2
+ // SceneDelegate.swift
3
+ // UnlimitSampleApp
4
+ //
5
+ // Created by Siddharth Gupta on 12/1/20.
6
+ // Copyright © 2020 Siddharth. All rights reserved.
7
+ //
8
+
9
+ import UIKit
10
+ import SwiftUI
11
+
12
+ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
13
+
14
+ var window: UIWindow?
15
+
16
+
17
+ func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
18
+ // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`.
19
+ // If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
20
+ // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
21
+
22
+ // Create the SwiftUI view that provides the window contents.
23
+ let contentView = ContentView()
24
+
25
+ // Use a UIHostingController as window root view controller.
26
+ if let windowScene = scene as? UIWindowScene {
27
+ let window = UIWindow(windowScene: windowScene)
28
+ window.rootViewController = UIHostingController(rootView: contentView)
29
+ self.window = window
30
+ window.makeKeyAndVisible()
31
+ }
32
+ }
33
+
34
+ func sceneDidDisconnect(_ scene: UIScene) {
35
+ // Called as the scene is being released by the system.
36
+ // This occurs shortly after the scene enters the background, or when its session is discarded.
37
+ // Release any resources associated with this scene that can be re-created the next time the scene connects.
38
+ // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead).
39
+ }
40
+
41
+ func sceneDidBecomeActive(_ scene: UIScene) {
42
+ // Called when the scene has moved from an inactive state to an active state.
43
+ // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive.
44
+ }
45
+
46
+ func sceneWillResignActive(_ scene: UIScene) {
47
+ // Called when the scene will move from an active state to an inactive state.
48
+ // This may occur due to temporary interruptions (ex. an incoming phone call).
49
+ }
50
+
51
+ func sceneWillEnterForeground(_ scene: UIScene) {
52
+ // Called as the scene transitions from the background to the foreground.
53
+ // Use this method to undo the changes made on entering the background.
54
+ }
55
+
56
+ func sceneDidEnterBackground(_ scene: UIScene) {
57
+ // Called as the scene transitions from the foreground to the background.
58
+ // Use this method to save data, release shared resources, and store enough scene-specific state information
59
+ // to restore the scene back to its current state.
60
+ }
61
+
62
+
63
+ }
64
+
@@ -18,7 +18,7 @@ options = {}
18
18
  Raven.configure do |config|
19
19
  config.silence_ready = true
20
20
  config.logger = Raven::Logger.new(nil)
21
- config.dsn = 'https://bcd26f187d56482ca4fd1b6732103e87:7f5c3421630b4f50804525bfdfa25d6d@sentry.io/1541037'
21
+ config.dsn = 'Sentry_DSN'
22
22
  end
23
23
 
24
24
  Raven.tags_context(
@@ -18,7 +18,7 @@ options = {}
18
18
  Raven.configure do |config|
19
19
  config.silence_ready = true
20
20
  config.logger = Raven::Logger.new(nil)
21
- config.dsn = 'https://bcd26f187d56482ca4fd1b6732103e87:7f5c3421630b4f50804525bfdfa25d6d@sentry.io/1541037'
21
+ config.dsn = 'Sentry_DSN'
22
22
  end
23
23
 
24
24
  Raven.tags_context(
@@ -147,11 +147,24 @@ module Unlimit
147
147
  putsWithOverrides('Team ID', personal_team_id, TeamIDKey)
148
148
  else
149
149
  valid_codesigning_identities, stderr, status = Open3.capture3('security find-identity -p codesigning -v')
150
- personal_teams = valid_codesigning_identities.scan(/\"(.+Developer.+)\"/i)
150
+ personal_teams = valid_codesigning_identities.scan(/\"(.+)\"/i)
151
151
  if personal_teams.size == 1
152
- personal_team_name = personal_teams.first.strip
153
- personal_team_id, stderr, status = Open3.capture3("security find-certificate -c #{personal_team_name} -p | openssl x509 -text | grep -o OU=[^,]* | grep -v Apple | sed s/OU=//g")
154
- personal_team_id = personal_team_id.strip
152
+ personal_team_name = personal_teams.first
153
+ if personal_team_name.is_a?(Array)
154
+ personal_team_name = personal_team_name.first
155
+ end
156
+ personal_team_name = personal_team_name.strip
157
+ personal_team_id, stderr, status = Open3.capture3("security find-certificate -c \"#{personal_team_name}\" -p | openssl x509 -noout -subject")
158
+ personal_team_id = personal_team_id.split("/")
159
+ personal_team_id.each do |value|
160
+ if value.include?("OU=")
161
+ personal_team_id = value.gsub("OU=", "").strip
162
+ break
163
+ end
164
+ end
165
+ elsif personal_teams.size == 0
166
+ puts "No valid codesigning identities found on your Mac. Please open Xcode, login into your account (Preferences > Accounts) and download your identities.".red
167
+ abort()
155
168
  else
156
169
  puts "\nYou have quite a few developer identities on your machine. unlimit is unable to decide which one to use 😅".yellow
157
170
  puts 'If you know the Team ID to use, pass it with the --teamid flag like --teamid 6A2T6455Y3'.yellow
@@ -1,3 +1,3 @@
1
1
  module Unlimit
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -41,6 +41,6 @@ Gem::Specification.new do |spec|
41
41
  spec.add_dependency 'configure_extensions'
42
42
  spec.add_dependency 'highline'
43
43
 
44
- spec.add_development_dependency 'bundler', '~> 1.17'
44
+ spec.add_development_dependency 'bundler', '>= 1.12.0'
45
45
  spec.add_development_dependency 'rake', '~> 10.0'
46
46
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unlimit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siddharth Gupta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-27 00:00:00.000000000 Z
11
+ date: 2020-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xcodeproj
@@ -98,16 +98,16 @@ dependencies:
98
98
  name: bundler
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '1.17'
103
+ version: 1.12.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '1.17'
110
+ version: 1.12.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rake
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -139,6 +139,18 @@ files:
139
139
  - LICENSE.txt
140
140
  - README.md
141
141
  - Rakefile
142
+ - SampleApp/.gitignore
143
+ - SampleApp/Gemfile
144
+ - SampleApp/Gemfile.lock
145
+ - SampleApp/UnlimitSampleApp.xcodeproj/project.pbxproj
146
+ - SampleApp/UnlimitSampleApp/AppDelegate.swift
147
+ - SampleApp/UnlimitSampleApp/Assets.xcassets/AppIcon.appiconset/Contents.json
148
+ - SampleApp/UnlimitSampleApp/Assets.xcassets/Contents.json
149
+ - SampleApp/UnlimitSampleApp/Base.lproj/LaunchScreen.storyboard
150
+ - SampleApp/UnlimitSampleApp/ContentView.swift
151
+ - SampleApp/UnlimitSampleApp/Info.plist
152
+ - SampleApp/UnlimitSampleApp/Preview Content/Preview Assets.xcassets/Contents.json
153
+ - SampleApp/UnlimitSampleApp/SceneDelegate.swift
142
154
  - bin/console
143
155
  - bin/setup
144
156
  - bin/unlimit
@@ -170,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
182
  - !ruby/object:Gem::Version
171
183
  version: '0'
172
184
  requirements: []
173
- rubygems_version: 3.0.3
185
+ rubygems_version: 3.1.2
174
186
  signing_key:
175
187
  specification_version: 4
176
188
  summary: Test your iOS projects on device despite the 100 device limit, by automatically