Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
osx_image: xcode10.1
language: swift
os: osx
xcode_project: Nova.xcodeproj
xcode_scheme: Nova
xcode_destination: platform=iOS Simulator,OS=12.2,name=iPhone 8
script:
- set -o pipefail
- xcodebuild build -workspace Nova.xcworkspace -scheme "Nova" -sdk iphonesimulator | xcpretty
12 changes: 6 additions & 6 deletions Nova.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
objects = {

/* Begin PBXBuildFile section */
B14E90492334234600484BCC /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14E90482334234600484BCC /* Credentials.swift */; };
B15A9F20231F088A005EEDC4 /* PatientListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B15A9F1E231F088A005EEDC4 /* PatientListViewController.swift */; };
B15A9F21231F088A005EEDC4 /* PatientListViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = B15A9F1F231F088A005EEDC4 /* PatientListViewController.xib */; };
B15AB15E23317BD100A05755 /* GeneralConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = B15AB15D23317BD100A05755 /* GeneralConstants.swift */; };
B15AB1602331819F00A05755 /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = B15AB15F2331819F00A05755 /* Credentials.swift */; };
B1832585231F22DC00EE0A6A /* PatientProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1832583231F22DC00EE0A6A /* PatientProfileViewController.swift */; };
B1832586231F22DC00EE0A6A /* PatientProfileViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = B1832584231F22DC00EE0A6A /* PatientProfileViewController.xib */; };
B1E813FC231892E600219768 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E813FB231892E600219768 /* AppDelegate.swift */; };
Expand Down Expand Up @@ -58,10 +58,10 @@
6A7582D0AC6266754C64789E /* Pods_NovaUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NovaUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
818D933AFF01B0B876498331 /* Pods-Nova.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Nova.debug.xcconfig"; path = "Target Support Files/Pods-Nova/Pods-Nova.debug.xcconfig"; sourceTree = "<group>"; };
A6A64939511B8B8B9047B23E /* Pods-NovaUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NovaUITests.debug.xcconfig"; path = "Target Support Files/Pods-NovaUITests/Pods-NovaUITests.debug.xcconfig"; sourceTree = "<group>"; };
B14E90482334234600484BCC /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
B15A9F1E231F088A005EEDC4 /* PatientListViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatientListViewController.swift; sourceTree = "<group>"; };
B15A9F1F231F088A005EEDC4 /* PatientListViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PatientListViewController.xib; sourceTree = "<group>"; };
B15AB15D23317BD100A05755 /* GeneralConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralConstants.swift; sourceTree = "<group>"; };
B15AB15F2331819F00A05755 /* Credentials.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
B1832583231F22DC00EE0A6A /* PatientProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatientProfileViewController.swift; sourceTree = "<group>"; };
B1832584231F22DC00EE0A6A /* PatientProfileViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PatientProfileViewController.xib; sourceTree = "<group>"; };
B1E813F8231892E600219768 /* Nova.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Nova.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -227,7 +227,7 @@
children = (
B1E81402231892E800219768 /* Assets.xcassets */,
B15AB15D23317BD100A05755 /* GeneralConstants.swift */,
B15AB15F2331819F00A05755 /* Credentials.swift */,
B14E90482334234600484BCC /* Credentials.swift */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -522,7 +522,7 @@
B1E813FE231892E600219768 /* LaunchViewController.swift in Sources */,
B1E8143D2318AB2900219768 /* RegistrationViewController.swift in Sources */,
B15A9F20231F088A005EEDC4 /* PatientListViewController.swift in Sources */,
B15AB1602331819F00A05755 /* Credentials.swift in Sources */,
B14E90492334234600484BCC /* Credentials.swift in Sources */,
B1E814462318CC7000219768 /* Message.swift in Sources */,
B15AB15E23317BD100A05755 /* GeneralConstants.swift in Sources */,
B1E814412318B6FA00219768 /* ChatViewController.swift in Sources */,
Expand Down Expand Up @@ -712,7 +712,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = silvanagarcia.Nova;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -731,7 +731,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = silvanagarcia.Nova;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>Nova.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>Nova.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
<integer>6</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file not shown.
2 changes: 0 additions & 2 deletions Nova/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IbmKey</key>
<string>5FJu_Um5eTGLhga3J4Kx-IwnXlLsIJWjAnMhS-GOPvWz</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions blah
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hi there!