├── I Am Poor
├── Assets.xcassets
│ ├── Contents.json
│ ├── coal.imageset
│ │ ├── coal.png
│ │ ├── coal@2x.png
│ │ ├── coal@3x.png
│ │ └── Contents.json
│ └── AppIcon.appiconset
│ │ ├── 114.png
│ │ ├── 120.png
│ │ ├── 180.png
│ │ ├── 29.png
│ │ ├── 40.png
│ │ ├── 57.png
│ │ ├── 58.png
│ │ ├── 60.png
│ │ ├── 80.png
│ │ ├── 87.png
│ │ ├── 1024.png
│ │ └── Contents.json
├── Supporting Files
│ ├── Default-568h@2x.png
│ └── Base.lproj
│ │ └── LaunchScreen.storyboard
├── ViewController.swift
├── Info.plist
├── Base.lproj
│ └── Main.storyboard
└── AppDelegate.swift
├── Documentation
├── AppBreweryBanner.png
└── readme-end-banner.png
├── I Am Poor.xcodeproj
├── .xcodesamplecode.plist
├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcshareddata
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── I Am Poor.xcscmblueprint
├── xcuserdata
│ ├── angelayu.xcuserdatad
│ │ └── xcschemes
│ │ │ └── xcschememanagement.plist
│ └── a1.xcuserdatad
│ │ └── xcschemes
│ │ ├── xcschememanagement.plist
│ │ └── I Am Poor.xcscheme
└── project.pbxproj
└── README.md
/I Am Poor/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "version" : 1,
4 | "author" : "xcode"
5 | }
6 | }
--------------------------------------------------------------------------------
/Documentation/AppBreweryBanner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/Documentation/AppBreweryBanner.png
--------------------------------------------------------------------------------
/Documentation/readme-end-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/Documentation/readme-end-banner.png
--------------------------------------------------------------------------------
/I Am Poor/Supporting Files/Default-568h@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Supporting Files/Default-568h@2x.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/coal.imageset/coal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/coal.imageset/coal.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/114.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/114.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/120.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/120.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/180.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/180.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/29.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/29.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/40.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/40.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/57.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/58.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/58.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/60.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/60.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/80.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/80.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/87.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/87.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/coal.imageset/coal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/coal.imageset/coal@2x.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/coal.imageset/coal@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/coal.imageset/coal@3x.png
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/londonappbrewery/I-Am-Poor-iOS12/HEAD/I Am Poor/Assets.xcassets/AppIcon.appiconset/1024.png
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/.xcodesamplecode.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/I Am Poor/ViewController.swift:
--------------------------------------------------------------------------------
1 | //
2 | // ViewController.swift
3 | // I Am Poor
4 | //
5 | // Created by Angela Yu on 24/08/2016.
6 | //
7 | //
8 |
9 | import UIKit
10 |
11 | class ViewController: UIViewController {
12 |
13 | override func viewDidLoad() {
14 | super.viewDidLoad()
15 | // Do any additional setup after loading the view, typically from a nib.
16 |
17 |
18 | }
19 |
20 |
21 |
22 | }
23 |
24 |
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/coal.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "coal.png",
6 | "scale" : "1x"
7 | },
8 | {
9 | "idiom" : "universal",
10 | "filename" : "coal@2x.png",
11 | "scale" : "2x"
12 | },
13 | {
14 | "idiom" : "universal",
15 | "filename" : "coal@3x.png",
16 | "scale" : "3x"
17 | }
18 | ],
19 | "info" : {
20 | "version" : 1,
21 | "author" : "xcode"
22 | }
23 | }
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/xcuserdata/angelayu.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | I Am Poor.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 | I Am Poor.xcscheme_^#shared#^_
13 |
14 | orderHint
15 | 0
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | 
3 |
4 | # I Am Poor
5 |
6 | ## Our Goal
7 |
8 | The objective of this challenge is to make sure you are comfortable with using the storyboard and designing your own UI elements. We want to make sure that everything we covered in the last tutorial is clear and you’ll be able to do it by yourself without help.
9 |
10 | ## What you will create
11 |
12 | Now that you have been rich, it’s time to join the 99%. This app will proudly display a lump of coal and the statement “I Am Poor”; the perfect app for when you get asked for money on the streets.
13 |
14 | >This is a companion project to The App Brewery's Complete App Developement Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)
15 |
16 | 
17 |
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/xcuserdata/a1.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | I Am Poor.xcscheme
8 |
9 | orderHint
10 | 0
11 |
12 |
13 | SuppressBuildableAutocreation
14 |
15 | 63D96B7F1D6DE4AE004CD752
16 |
17 | primary
18 |
19 |
20 | 63DE37961D6DD3EF000AB4B6
21 |
22 | primary
23 |
24 |
25 | 63F0304C1D71939300F171BD
26 |
27 | primary
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/I Am Poor/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CFBundleDevelopmentRegion
6 | en
7 | CFBundleExecutable
8 | $(EXECUTABLE_NAME)
9 | CFBundleIdentifier
10 | $(PRODUCT_BUNDLE_IDENTIFIER)
11 | CFBundleInfoDictionaryVersion
12 | 6.0
13 | CFBundleName
14 | $(PRODUCT_NAME)
15 | CFBundlePackageType
16 | APPL
17 | CFBundleShortVersionString
18 | 1.0
19 | CFBundleVersion
20 | 1
21 | LSRequiresIPhoneOS
22 |
23 | UILaunchStoryboardName
24 | LaunchScreen
25 | UIMainStoryboardFile
26 | Main
27 | UIRequiredDeviceCapabilities
28 |
29 | armv7
30 |
31 | UISupportedInterfaceOrientations
32 |
33 | UIInterfaceOrientationPortrait
34 | UIInterfaceOrientationLandscapeLeft
35 | UIInterfaceOrientationLandscapeRight
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/I Am Poor/Assets.xcassets/AppIcon.appiconset/Contents.json:
--------------------------------------------------------------------------------
1 | {"images":[{"size":"60x60","expected-size":"180","filename":"180.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"40x40","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"60x60","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"57x57","expected-size":"57","filename":"57.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"57x57","expected-size":"114","filename":"114.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"60","filename":"60.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"1024x1024","filename":"1024.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"}]}
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/project.xcworkspace/xcshareddata/I Am Poor.xcscmblueprint:
--------------------------------------------------------------------------------
1 | {
2 | "DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "A32F0CED67AEBCB01ADF55A18B5B800DD8803C66",
3 | "DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
4 |
5 | },
6 | "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
7 | "A32F0CED67AEBCB01ADF55A18B5B800DD8803C66" : 9223372036854775807,
8 | "CC7D4C83F89543DC5D7313A87002A3A288282EF1" : 9223372036854775807
9 | },
10 | "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "41F840CB-6F0F-4038-9715-FF528A85BB8D",
11 | "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : {
12 | "A32F0CED67AEBCB01ADF55A18B5B800DD8803C66" : "I%20Am%20Poor\/",
13 | "CC7D4C83F89543DC5D7313A87002A3A288282EF1" : ".."
14 | },
15 | "DVTSourceControlWorkspaceBlueprintNameKey" : "I Am Poor",
16 | "DVTSourceControlWorkspaceBlueprintVersion" : 204,
17 | "DVTSourceControlWorkspaceBlueprintRelativePathToProjectKey" : "I Am Poor.xcodeproj",
18 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoriesKey" : [
19 | {
20 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/londonappbrewery\/I-Am-Poor.git",
21 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
22 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "A32F0CED67AEBCB01ADF55A18B5B800DD8803C66"
23 | },
24 | {
25 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/londonappbrewery\/Vixion.git",
26 | "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git",
27 | "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "CC7D4C83F89543DC5D7313A87002A3A288282EF1"
28 | }
29 | ]
30 | }
--------------------------------------------------------------------------------
/I Am Poor/Supporting Files/Base.lproj/LaunchScreen.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/I Am Poor/Base.lproj/Main.storyboard:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/I Am Poor/AppDelegate.swift:
--------------------------------------------------------------------------------
1 | //
2 | // AppDelegate.swift
3 | // I Am Poor
4 | //
5 | // Created by Angela Yu on 24/08/2016.
6 | //
7 | //
8 |
9 | import UIKit
10 |
11 | @UIApplicationMain
12 | class AppDelegate: UIResponder, UIApplicationDelegate {
13 |
14 | var window: UIWindow?
15 |
16 |
17 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
18 | // Override point for customization after application launch.
19 |
20 | return true
21 | }
22 |
23 | func applicationWillResignActive(_ application: UIApplication) {
24 | // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
25 | // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
26 | }
27 |
28 | func applicationDidEnterBackground(_ application: UIApplication) {
29 | // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
30 | // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
31 | }
32 |
33 | func applicationWillEnterForeground(_ application: UIApplication) {
34 | // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
35 | }
36 |
37 | func applicationDidBecomeActive(_ application: UIApplication) {
38 | // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
39 | }
40 |
41 | func applicationWillTerminate(_ application: UIApplication) {
42 | // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
43 | }
44 |
45 |
46 | }
47 |
48 |
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/xcuserdata/a1.xcuserdatad/xcschemes/I Am Poor.xcscheme:
--------------------------------------------------------------------------------
1 |
2 |
5 |
8 |
9 |
15 |
21 |
22 |
23 |
24 |
25 |
30 |
31 |
33 |
39 |
40 |
41 |
43 |
49 |
50 |
51 |
52 |
53 |
59 |
60 |
61 |
62 |
63 |
64 |
74 |
76 |
82 |
83 |
84 |
85 |
86 |
87 |
93 |
95 |
101 |
102 |
103 |
104 |
106 |
107 |
110 |
111 |
112 |
--------------------------------------------------------------------------------
/I Am Poor.xcodeproj/project.pbxproj:
--------------------------------------------------------------------------------
1 | // !$*UTF8*$!
2 | {
3 | archiveVersion = 1;
4 | classes = {
5 | };
6 | objectVersion = 46;
7 | objects = {
8 |
9 | /* Begin PBXBuildFile section */
10 | 63DE379B1D6DD3EF000AB4B6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63DE379A1D6DD3EF000AB4B6 /* AppDelegate.swift */; };
11 | 63DE379D1D6DD3EF000AB4B6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63DE379C1D6DD3EF000AB4B6 /* ViewController.swift */; };
12 | 63DE37A01D6DD3EF000AB4B6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 63DE379E1D6DD3EF000AB4B6 /* Main.storyboard */; };
13 | 63DE37A21D6DD3EF000AB4B6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 63DE37A11D6DD3EF000AB4B6 /* Assets.xcassets */; };
14 | 63DE37A51D6DD3EF000AB4B6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 63DE37A31D6DD3EF000AB4B6 /* LaunchScreen.storyboard */; };
15 | AD6B570B229BD7AD0017EA2C /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AD6B570A229BD7AD0017EA2C /* Default-568h@2x.png */; };
16 | AD6F1CC820EBC6FB00198C34 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = AD6F1CC720EBC6FB00198C34 /* README.md */; };
17 | /* End PBXBuildFile section */
18 |
19 | /* Begin PBXFileReference section */
20 | 63DE37971D6DD3EF000AB4B6 /* I Am Poor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "I Am Poor.app"; sourceTree = BUILT_PRODUCTS_DIR; };
21 | 63DE379A1D6DD3EF000AB4B6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
22 | 63DE379C1D6DD3EF000AB4B6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; };
23 | 63DE379F1D6DD3EF000AB4B6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
24 | 63DE37A11D6DD3EF000AB4B6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
25 | 63DE37A41D6DD3EF000AB4B6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
26 | 63DE37A61D6DD3EF000AB4B6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
27 | AD6B570A229BD7AD0017EA2C /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; };
28 | AD6F1CC720EBC6FB00198C34 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; };
29 | /* End PBXFileReference section */
30 |
31 | /* Begin PBXFrameworksBuildPhase section */
32 | 63DE37941D6DD3EF000AB4B6 /* Frameworks */ = {
33 | isa = PBXFrameworksBuildPhase;
34 | buildActionMask = 2147483647;
35 | files = (
36 | );
37 | runOnlyForDeploymentPostprocessing = 0;
38 | };
39 | /* End PBXFrameworksBuildPhase section */
40 |
41 | /* Begin PBXGroup section */
42 | 63DE378E1D6DD3EF000AB4B6 = {
43 | isa = PBXGroup;
44 | children = (
45 | AD6F1CC720EBC6FB00198C34 /* README.md */,
46 | 63DE37991D6DD3EF000AB4B6 /* I Am Poor */,
47 | 63DE37981D6DD3EF000AB4B6 /* Products */,
48 | );
49 | sourceTree = "";
50 | };
51 | 63DE37981D6DD3EF000AB4B6 /* Products */ = {
52 | isa = PBXGroup;
53 | children = (
54 | 63DE37971D6DD3EF000AB4B6 /* I Am Poor.app */,
55 | );
56 | name = Products;
57 | sourceTree = "";
58 | };
59 | 63DE37991D6DD3EF000AB4B6 /* I Am Poor */ = {
60 | isa = PBXGroup;
61 | children = (
62 | 63DE379A1D6DD3EF000AB4B6 /* AppDelegate.swift */,
63 | 63DE379C1D6DD3EF000AB4B6 /* ViewController.swift */,
64 | 63DE379E1D6DD3EF000AB4B6 /* Main.storyboard */,
65 | 63DE37A11D6DD3EF000AB4B6 /* Assets.xcassets */,
66 | 63DE37A61D6DD3EF000AB4B6 /* Info.plist */,
67 | AD6B5709229BD78E0017EA2C /* Supporting Files */,
68 | );
69 | path = "I Am Poor";
70 | sourceTree = "";
71 | };
72 | AD6B5709229BD78E0017EA2C /* Supporting Files */ = {
73 | isa = PBXGroup;
74 | children = (
75 | AD6B570A229BD7AD0017EA2C /* Default-568h@2x.png */,
76 | 63DE37A31D6DD3EF000AB4B6 /* LaunchScreen.storyboard */,
77 | );
78 | path = "Supporting Files";
79 | sourceTree = "";
80 | };
81 | /* End PBXGroup section */
82 |
83 | /* Begin PBXNativeTarget section */
84 | 63DE37961D6DD3EF000AB4B6 /* I Am Poor */ = {
85 | isa = PBXNativeTarget;
86 | buildConfigurationList = 63DE37A91D6DD3EF000AB4B6 /* Build configuration list for PBXNativeTarget "I Am Poor" */;
87 | buildPhases = (
88 | 63DE37931D6DD3EF000AB4B6 /* Sources */,
89 | 63DE37941D6DD3EF000AB4B6 /* Frameworks */,
90 | 63DE37951D6DD3EF000AB4B6 /* Resources */,
91 | );
92 | buildRules = (
93 | );
94 | dependencies = (
95 | );
96 | name = "I Am Poor";
97 | productName = "I Am Poor";
98 | productReference = 63DE37971D6DD3EF000AB4B6 /* I Am Poor.app */;
99 | productType = "com.apple.product-type.application";
100 | };
101 | /* End PBXNativeTarget section */
102 |
103 | /* Begin PBXProject section */
104 | 63DE378F1D6DD3EF000AB4B6 /* Project object */ = {
105 | isa = PBXProject;
106 | attributes = {
107 | LastSwiftUpdateCheck = 0800;
108 | LastUpgradeCheck = 1020;
109 | TargetAttributes = {
110 | 63DE37961D6DD3EF000AB4B6 = {
111 | CreatedOnToolsVersion = 8.0;
112 | LastSwiftMigration = 1020;
113 | ProvisioningStyle = Automatic;
114 | };
115 | };
116 | };
117 | buildConfigurationList = 63DE37921D6DD3EF000AB4B6 /* Build configuration list for PBXProject "I Am Poor" */;
118 | compatibilityVersion = "Xcode 3.2";
119 | developmentRegion = en;
120 | hasScannedForEncodings = 0;
121 | knownRegions = (
122 | en,
123 | Base,
124 | );
125 | mainGroup = 63DE378E1D6DD3EF000AB4B6;
126 | productRefGroup = 63DE37981D6DD3EF000AB4B6 /* Products */;
127 | projectDirPath = "";
128 | projectRoot = "";
129 | targets = (
130 | 63DE37961D6DD3EF000AB4B6 /* I Am Poor */,
131 | );
132 | };
133 | /* End PBXProject section */
134 |
135 | /* Begin PBXResourcesBuildPhase section */
136 | 63DE37951D6DD3EF000AB4B6 /* Resources */ = {
137 | isa = PBXResourcesBuildPhase;
138 | buildActionMask = 2147483647;
139 | files = (
140 | 63DE37A51D6DD3EF000AB4B6 /* LaunchScreen.storyboard in Resources */,
141 | 63DE37A21D6DD3EF000AB4B6 /* Assets.xcassets in Resources */,
142 | AD6F1CC820EBC6FB00198C34 /* README.md in Resources */,
143 | AD6B570B229BD7AD0017EA2C /* Default-568h@2x.png in Resources */,
144 | 63DE37A01D6DD3EF000AB4B6 /* Main.storyboard in Resources */,
145 | );
146 | runOnlyForDeploymentPostprocessing = 0;
147 | };
148 | /* End PBXResourcesBuildPhase section */
149 |
150 | /* Begin PBXSourcesBuildPhase section */
151 | 63DE37931D6DD3EF000AB4B6 /* Sources */ = {
152 | isa = PBXSourcesBuildPhase;
153 | buildActionMask = 2147483647;
154 | files = (
155 | 63DE379D1D6DD3EF000AB4B6 /* ViewController.swift in Sources */,
156 | 63DE379B1D6DD3EF000AB4B6 /* AppDelegate.swift in Sources */,
157 | );
158 | runOnlyForDeploymentPostprocessing = 0;
159 | };
160 | /* End PBXSourcesBuildPhase section */
161 |
162 | /* Begin PBXVariantGroup section */
163 | 63DE379E1D6DD3EF000AB4B6 /* Main.storyboard */ = {
164 | isa = PBXVariantGroup;
165 | children = (
166 | 63DE379F1D6DD3EF000AB4B6 /* Base */,
167 | );
168 | name = Main.storyboard;
169 | sourceTree = "";
170 | };
171 | 63DE37A31D6DD3EF000AB4B6 /* LaunchScreen.storyboard */ = {
172 | isa = PBXVariantGroup;
173 | children = (
174 | 63DE37A41D6DD3EF000AB4B6 /* Base */,
175 | );
176 | name = LaunchScreen.storyboard;
177 | sourceTree = "";
178 | };
179 | /* End PBXVariantGroup section */
180 |
181 | /* Begin XCBuildConfiguration section */
182 | 63DE37A71D6DD3EF000AB4B6 /* Debug */ = {
183 | isa = XCBuildConfiguration;
184 | buildSettings = {
185 | ALWAYS_SEARCH_USER_PATHS = NO;
186 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
187 | CLANG_ANALYZER_NONNULL = YES;
188 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
189 | CLANG_CXX_LIBRARY = "libc++";
190 | CLANG_ENABLE_MODULES = YES;
191 | CLANG_ENABLE_OBJC_ARC = YES;
192 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
193 | CLANG_WARN_BOOL_CONVERSION = YES;
194 | CLANG_WARN_COMMA = YES;
195 | CLANG_WARN_CONSTANT_CONVERSION = YES;
196 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
197 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
198 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
199 | CLANG_WARN_EMPTY_BODY = YES;
200 | CLANG_WARN_ENUM_CONVERSION = YES;
201 | CLANG_WARN_INFINITE_RECURSION = YES;
202 | CLANG_WARN_INT_CONVERSION = YES;
203 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
204 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
205 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
206 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
207 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
208 | CLANG_WARN_STRICT_PROTOTYPES = YES;
209 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
210 | CLANG_WARN_SUSPICIOUS_MOVES = YES;
211 | CLANG_WARN_UNREACHABLE_CODE = YES;
212 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
214 | COPY_PHASE_STRIP = NO;
215 | DEBUG_INFORMATION_FORMAT = dwarf;
216 | ENABLE_STRICT_OBJC_MSGSEND = YES;
217 | ENABLE_TESTABILITY = YES;
218 | GCC_C_LANGUAGE_STANDARD = gnu99;
219 | GCC_DYNAMIC_NO_PIC = NO;
220 | GCC_NO_COMMON_BLOCKS = YES;
221 | GCC_OPTIMIZATION_LEVEL = 0;
222 | GCC_PREPROCESSOR_DEFINITIONS = (
223 | "DEBUG=1",
224 | "$(inherited)",
225 | );
226 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
227 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
228 | GCC_WARN_UNDECLARED_SELECTOR = YES;
229 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
230 | GCC_WARN_UNUSED_FUNCTION = YES;
231 | GCC_WARN_UNUSED_VARIABLE = YES;
232 | IPHONEOS_DEPLOYMENT_TARGET = 11.0;
233 | MTL_ENABLE_DEBUG_INFO = YES;
234 | ONLY_ACTIVE_ARCH = YES;
235 | SDKROOT = iphoneos;
236 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
237 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
238 | };
239 | name = Debug;
240 | };
241 | 63DE37A81D6DD3EF000AB4B6 /* Release */ = {
242 | isa = XCBuildConfiguration;
243 | buildSettings = {
244 | ALWAYS_SEARCH_USER_PATHS = NO;
245 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
246 | CLANG_ANALYZER_NONNULL = YES;
247 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
248 | CLANG_CXX_LIBRARY = "libc++";
249 | CLANG_ENABLE_MODULES = YES;
250 | CLANG_ENABLE_OBJC_ARC = YES;
251 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
252 | CLANG_WARN_BOOL_CONVERSION = YES;
253 | CLANG_WARN_COMMA = YES;
254 | CLANG_WARN_CONSTANT_CONVERSION = YES;
255 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
256 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
257 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
258 | CLANG_WARN_EMPTY_BODY = YES;
259 | CLANG_WARN_ENUM_CONVERSION = YES;
260 | CLANG_WARN_INFINITE_RECURSION = YES;
261 | CLANG_WARN_INT_CONVERSION = YES;
262 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
263 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
264 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
265 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
266 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
267 | CLANG_WARN_STRICT_PROTOTYPES = YES;
268 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
269 | CLANG_WARN_SUSPICIOUS_MOVES = YES;
270 | CLANG_WARN_UNREACHABLE_CODE = YES;
271 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
272 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
273 | COPY_PHASE_STRIP = NO;
274 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
275 | ENABLE_NS_ASSERTIONS = NO;
276 | ENABLE_STRICT_OBJC_MSGSEND = YES;
277 | GCC_C_LANGUAGE_STANDARD = gnu99;
278 | GCC_NO_COMMON_BLOCKS = YES;
279 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
280 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
281 | GCC_WARN_UNDECLARED_SELECTOR = YES;
282 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
283 | GCC_WARN_UNUSED_FUNCTION = YES;
284 | GCC_WARN_UNUSED_VARIABLE = YES;
285 | IPHONEOS_DEPLOYMENT_TARGET = 11.0;
286 | MTL_ENABLE_DEBUG_INFO = NO;
287 | SDKROOT = iphoneos;
288 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
289 | VALIDATE_PRODUCT = YES;
290 | };
291 | name = Release;
292 | };
293 | 63DE37AA1D6DD3EF000AB4B6 /* Debug */ = {
294 | isa = XCBuildConfiguration;
295 | buildSettings = {
296 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
297 | INFOPLIST_FILE = "I Am Poor/Info.plist";
298 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
299 | PRODUCT_BUNDLE_IDENTIFIER = "com.YourName.I-Am-Poor";
300 | PRODUCT_NAME = "$(TARGET_NAME)";
301 | SWIFT_VERSION = 5.0;
302 | };
303 | name = Debug;
304 | };
305 | 63DE37AB1D6DD3EF000AB4B6 /* Release */ = {
306 | isa = XCBuildConfiguration;
307 | buildSettings = {
308 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
309 | INFOPLIST_FILE = "I Am Poor/Info.plist";
310 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
311 | PRODUCT_BUNDLE_IDENTIFIER = "com.YourName.I-Am-Poor";
312 | PRODUCT_NAME = "$(TARGET_NAME)";
313 | SWIFT_VERSION = 5.0;
314 | };
315 | name = Release;
316 | };
317 | /* End XCBuildConfiguration section */
318 |
319 | /* Begin XCConfigurationList section */
320 | 63DE37921D6DD3EF000AB4B6 /* Build configuration list for PBXProject "I Am Poor" */ = {
321 | isa = XCConfigurationList;
322 | buildConfigurations = (
323 | 63DE37A71D6DD3EF000AB4B6 /* Debug */,
324 | 63DE37A81D6DD3EF000AB4B6 /* Release */,
325 | );
326 | defaultConfigurationIsVisible = 0;
327 | defaultConfigurationName = Release;
328 | };
329 | 63DE37A91D6DD3EF000AB4B6 /* Build configuration list for PBXNativeTarget "I Am Poor" */ = {
330 | isa = XCConfigurationList;
331 | buildConfigurations = (
332 | 63DE37AA1D6DD3EF000AB4B6 /* Debug */,
333 | 63DE37AB1D6DD3EF000AB4B6 /* Release */,
334 | );
335 | defaultConfigurationIsVisible = 0;
336 | defaultConfigurationName = Release;
337 | };
338 | /* End XCConfigurationList section */
339 | };
340 | rootObject = 63DE378F1D6DD3EF000AB4B6 /* Project object */;
341 | }
342 |
--------------------------------------------------------------------------------