I hereby claim:
- I am vtourraine on github.
- I am vtourraine (https://keybase.io/vtourraine) on keybase.
- I have a public key whose fingerprint is 700B 4ED7 8DA6 260B E442 FF05 EF05 AC72 1024 1BA4
To claim this, I am signing this object:
| <html> | |
| <head> | |
| <style> | |
| :root { | |
| color-scheme: light dark; | |
| } | |
| body { | |
| font-family: -apple-system; | |
| font-size: 10pt; |
| xcrun simctl status_bar `xcrun simctl list devices | grep "Booted" | sed -e 's/.* (\(.*\)) (Booted.*/\1/'` override --time "9:41" --batteryState charged --batteryLevel 100 --cellularBars 4 |
| // | |
| // CloudsView.swift | |
| // | |
| // Swift 4.2 | |
| // | |
| import UIKit | |
| @available(iOS 10.0, *) | |
| class CloudsView: UIView { |
| // | |
| // NetworkManager.h | |
| // | |
| @import Foundation; | |
| @interface NetworkManager : NSObject | |
| - (void)fetchDataCompletion:(void(^)(NSString *))completion; | |
| - (void)GET:(NSString *)path completion:(void(^)(NSData *))completion; |
| PLISTBUDDY="/usr/libexec/PlistBuddy" | |
| MAIN_APP_PLIST_PATH="###/Info.plist" | |
| EXTENSIONS_PLIST_PATHS=("###/Info.plist" "###/Info.plist") | |
| BUNDLEVERSION=`${PLISTBUDDY} -c "Print :CFBundleVersion" "$MAIN_APP_PLIST_PATH"` | |
| BUNDLEVERSIONSTRING=`${PLISTBUDDY} -c "Print :CFBundleShortVersionString" "$MAIN_APP_PLIST_PATH"` | |
| for EXTENSIONS_PLIST_PATH in "${EXTENSIONS_PLIST_PATHS[@]}" | |
| do |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // OnboardingViewController.swift | |
| // MyStudyApp | |
| // | |
| // Created by Vincent Tourraine on 2/8/16. | |
| // Copyright © 2016 Shazino. All rights reserved. | |
| // | |
| import UIKit | |
| import ResearchKit |
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <document type="com.apple.InterfaceBuilder.WatchKit.Storyboard" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="watchKit" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="AgC-eL-Hgc"> | |
| <dependencies> | |
| <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/> | |
| <plugIn identifier="com.apple.InterfaceBuilder.IBWatchKitPlugin" version="9515"/> | |
| </dependencies> | |
| <scenes> | |
| <!--Games--> | |
| <scene sceneID="aou-V4-d1y"> | |
| <objects> |
| // | |
| // ActivitiesViewController.swift | |
| // MyStudyApp | |
| // | |
| // Created by Vincent Tourraine on 2/8/16. | |
| // Copyright © 2016 Shazino. All rights reserved. | |
| // | |
| import UIKit | |
| import ResearchKit |