diff --git a/The Mac Weekly.xcodeproj/project.pbxproj b/The Mac Weekly.xcodeproj/project.pbxproj index 8696942..e44083d 100644 --- a/The Mac Weekly.xcodeproj/project.pbxproj +++ b/The Mac Weekly.xcodeproj/project.pbxproj @@ -9,7 +9,6 @@ /* Begin PBXBuildFile section */ 0014B205211271C1005B410E /* UILabel+HTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0014B204211271C1005B410E /* UILabel+HTML.swift */; }; 0014B206211271C1005B410E /* UILabel+HTML.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0014B204211271C1005B410E /* UILabel+HTML.swift */; }; - 0024649A21508FF100DF0038 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0024649921508FF100DF0038 /* GoogleService-Info.plist */; }; 00341DB7215DC85300D07762 /* SettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00341DB6215DC85300D07762 /* SettingsTableViewController.swift */; }; 00341DB8215DC85300D07762 /* SettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00341DB6215DC85300D07762 /* SettingsTableViewController.swift */; }; 0039066F215E81E80001A88A /* AccountSettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0039066E215E81E80001A88A /* AccountSettingsTableViewController.swift */; }; @@ -17,6 +16,7 @@ 00393584216D461D00464D95 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00393583216D461D00464D95 /* AboutViewController.swift */; }; 00393585216D461D00464D95 /* AboutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00393583216D461D00464D95 /* AboutViewController.swift */; }; 003CB0EC20DDAF18001A790B /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 003CB0EB20DDAF18001A790B /* LoginViewController.swift */; }; + 00C971A9214DDB26000864BC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 00C971A8214DDB26000864BC /* GoogleService-Info.plist */; }; 2441FE8720717F4700FFF7D4 /* LandingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2441FE8620717F4700FFF7D4 /* LandingViewController.swift */; }; 2441FE8920719FE300FFF7D4 /* NavbarExtensionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2441FE8820719FE300FFF7D4 /* NavbarExtensionView.swift */; }; 24D46E5520704D0600457038 /* PostTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24D46E5420704D0600457038 /* PostTableViewCell.xib */; }; @@ -38,6 +38,8 @@ 67E2FC262030E423000FD5BE /* PostTableViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 67E2FC242030E422000FD5BE /* PostTableViewController.storyboard */; }; AE7E53254523D4266FBF195F /* Pods_The_Mac_Weekly.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BAAC00BD8C48F155EEFCA94 /* Pods_The_Mac_Weekly.framework */; }; CBFB36ABF45CD017F26735B5 /* Pods_The_Mac_WeeklyUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEC1B70C2E1F13089716348D /* Pods_The_Mac_WeeklyUITests.framework */; }; + DF1537F22179256800EC048B /* utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67039EC3202AD158009357FF /* utils.swift */; }; + DF1537F32179257A00EC048B /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 003CB0EB20DDAF18001A790B /* LoginViewController.swift */; }; FC129842C382CCC0B5715925 /* Pods_The_Mac_WeeklyTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F064AFB1504B1B2B0F0DA185 /* Pods_The_Mac_WeeklyTests.framework */; }; /* End PBXBuildFile section */ @@ -65,6 +67,7 @@ 0039066E215E81E80001A88A /* AccountSettingsTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSettingsTableViewController.swift; sourceTree = ""; }; 00393583216D461D00464D95 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = ""; }; 003CB0EB20DDAF18001A790B /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = ""; }; + 00C971A8214DDB26000864BC /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 1BAAC00BD8C48F155EEFCA94 /* Pods_The_Mac_Weekly.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_The_Mac_Weekly.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2045A2157C41EF5C39A058D3 /* Pods-The Mac WeeklyTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-The Mac WeeklyTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-The Mac WeeklyTests/Pods-The Mac WeeklyTests.release.xcconfig"; sourceTree = ""; }; 2441FE8620717F4700FFF7D4 /* LandingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LandingViewController.swift; sourceTree = ""; }; @@ -166,6 +169,7 @@ children = ( 0014B204211271C1005B410E /* UILabel+HTML.swift */, 67E2FC2220303277000FD5BE /* InfiniteTableView.swift */, + 00C971A8214DDB26000864BC /* GoogleService-Info.plist */, 6716CA032026BE3300F008C0 /* AppDelegate.swift */, 678868312026C734006FCF93 /* api.swift */, 67E2FC242030E422000FD5BE /* PostTableViewController.storyboard */, @@ -340,7 +344,7 @@ 6716CA0B2026BE3400F008C0 /* Assets.xcassets in Resources */, 67E2FC262030E423000FD5BE /* PostTableViewController.storyboard in Resources */, 6716CA092026BE3400F008C0 /* Main.storyboard in Resources */, - 0024649A21508FF100DF0038 /* GoogleService-Info.plist in Resources */, + 00C971A9214DDB26000864BC /* GoogleService-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -502,9 +506,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + DF1537F32179257A00EC048B /* LoginViewController.swift in Sources */, 00390670215E81E80001A88A /* AccountSettingsTableViewController.swift in Sources */, 6716CA192026BE3400F008C0 /* The_Mac_WeeklyTests.swift in Sources */, 0014B206211271C1005B410E /* UILabel+HTML.swift in Sources */, + DF1537F22179256800EC048B /* utils.swift in Sources */, 00393585216D461D00464D95 /* AboutViewController.swift in Sources */, 00341DB8215DC85300D07762 /* SettingsTableViewController.swift in Sources */, ); @@ -678,11 +684,11 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = B3GBL8CYN5; + DEVELOPMENT_TEAM = KQ2D936C95; INFOPLIST_FILE = "The Mac Weekly/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.tmw.The-Mac-Weekly.test"; + PRODUCT_BUNDLE_IDENTIFIER = "org.tmw.The-Mac-Weekly-brighten"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -695,11 +701,11 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = B3GBL8CYN5; + DEVELOPMENT_TEAM = KQ2D936C95; INFOPLIST_FILE = "The Mac Weekly/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.tmw.The-Mac-Weekly.test"; + PRODUCT_BUNDLE_IDENTIFIER = "org.tmw.The-Mac-Weekly-brighten"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/The Mac Weekly/Assets.xcassets/google.imageset/Contents.json b/The Mac Weekly/Assets.xcassets/google.imageset/Contents.json new file mode 100644 index 0000000..3eb79b3 --- /dev/null +++ b/The Mac Weekly/Assets.xcassets/google.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "google.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "google@2x.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "google@3x.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/The Mac Weekly/Assets.xcassets/google.imageset/google.png b/The Mac Weekly/Assets.xcassets/google.imageset/google.png new file mode 100644 index 0000000..26f15cb Binary files /dev/null and b/The Mac Weekly/Assets.xcassets/google.imageset/google.png differ diff --git a/The Mac Weekly/Assets.xcassets/google.imageset/google@2x.png b/The Mac Weekly/Assets.xcassets/google.imageset/google@2x.png new file mode 100644 index 0000000..26edd54 Binary files /dev/null and b/The Mac Weekly/Assets.xcassets/google.imageset/google@2x.png differ diff --git a/The Mac Weekly/Assets.xcassets/google.imageset/google@3x.png b/The Mac Weekly/Assets.xcassets/google.imageset/google@3x.png new file mode 100644 index 0000000..d978ed2 Binary files /dev/null and b/The Mac Weekly/Assets.xcassets/google.imageset/google@3x.png differ diff --git a/The Mac Weekly/Base.lproj/Main.storyboard b/The Mac Weekly/Base.lproj/Main.storyboard index bbb5c42..a5f123c 100644 --- a/The Mac Weekly/Base.lproj/Main.storyboard +++ b/The Mac Weekly/Base.lproj/Main.storyboard @@ -1,6 +1,6 @@ - + @@ -186,7 +186,7 @@ - + @@ -202,91 +202,129 @@ - + - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + - + - + @@ -316,7 +354,7 @@ - + @@ -337,7 +375,7 @@ - + @@ -394,11 +432,11 @@ - + - + @@ -406,10 +444,10 @@ - + - + - + - + - + - + - + - + - + - + @@ -532,29 +570,29 @@ - + - +