Skip to content

Commit

Permalink
Merge pull request #22 from ZekeSnider/xcode10
Browse files Browse the repository at this point in the history
Database querying, among other things
  • Loading branch information
ZekeSnider committed Feb 4, 2019
2 parents 81b6a73 + 7fafa1d commit 4f51554
Show file tree
Hide file tree
Showing 451 changed files with 29,590 additions and 25,086 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pods/* linguist-vendored
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
os: osx
osx_image: xcode10.1
language: objective-c
branches:
only:
- master

script:
xcodebuild -workspace Jared.xcworkspace -scheme JaredUI test ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
5 changes: 5 additions & 0 deletions GetRecentMessages.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SELECT handle.id, message.text
FROM message INNER JOIN handle
ON message.handle_id = handle.ROWID
WHERE is_from_me=0 AND
datetime(message.date/1000000000 + strftime("%s", "2001-01-01") ,"unixepoch","localtime") >= datetime('now','-20 seconds', 'localtime');
110 changes: 0 additions & 110 deletions Jared.applescript

This file was deleted.

342 changes: 278 additions & 64 deletions Jared.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,7 +26,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
Expand All @@ -37,7 +36,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
29 changes: 19 additions & 10 deletions Jared.xcodeproj/xcshareddata/xcschemes/JaredUI.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -15,8 +15,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B33278761CB2CB1300BBDD3A"
BuildableName = "JaredUI.app"
BlueprintName = "JaredUI"
BuildableName = "Jared.app"
BlueprintName = "Jared"
ReferencedContainer = "container:Jared.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -26,16 +26,25 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B3327DCD22068176009DD882"
BuildableName = "JaredTests.xctest"
BlueprintName = "JaredTests"
ReferencedContainer = "container:Jared.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B33278761CB2CB1300BBDD3A"
BuildableName = "JaredUI.app"
BlueprintName = "JaredUI"
BuildableName = "Jared.app"
BlueprintName = "Jared"
ReferencedContainer = "container:Jared.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -58,8 +67,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B33278761CB2CB1300BBDD3A"
BuildableName = "JaredUI.app"
BlueprintName = "JaredUI"
BuildableName = "Jared.app"
BlueprintName = "Jared"
ReferencedContainer = "container:Jared.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand All @@ -77,8 +86,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B33278761CB2CB1300BBDD3A"
BuildableName = "JaredUI.app"
BlueprintName = "JaredUI"
BuildableName = "Jared.app"
BlueprintName = "Jared"
ReferencedContainer = "container:Jared.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,21 +147,5 @@
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "JaredUI/AppDelegate.swift"
timestampString = "482476798.346797"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "23"
endingLineNumber = "23"
landmarkName = "applicationWillTerminate(_:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,15 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>Jared.xcscheme</key>
<key>JaredFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>JaredFramework.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>1</integer>
</dict>
<key>JaredUI.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand All @@ -32,6 +27,11 @@
<key>primary</key>
<true/>
</dict>
<key>B3327DCD22068176009DD882</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>B39A65D01CC1F8BC003E26B0</key>
<dict>
<key>primary</key>
Expand Down
8 changes: 8 additions & 0 deletions Jared.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit 4f51554

Please sign in to comment.