Commit 8be6fcb
authored
Xcode 9 modernization (parse-community#1186)
* Update projects settings
* Cache the application badge number
* Proper tests for OSX
* use dispatch_async for the location
* Makes sure carthage is OK
* Adds note about main thread safety on parse geopoint1 parent ff15a3e commit 8be6fcb
File tree
43 files changed
+796
-51
lines changed- Carthage/Checkouts
- Parse.xcodeproj
- ParseStarterProject
- OSX
- ParseOSXStarterProject-Swift/ParseOSXStarterProject-Swift.xcodeproj
- ParseOSXStarterProject/ParseOSXStarterProject.xcodeproj
- iOS
- ParseStarterProject-Swift/ParseStarterProject-Swift.xcodeproj
- ParseStarterProject/ParseStarterProject.xcodeproj
- tvOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj
- watchOS/ParseStarterProject-Swift/ParseStarter-Swift.xcodeproj
- ParseUnitTests-iOS-host
- Assets.xcassets/AppIcon.appiconset
- Parse
- Internal
- Commands/CommandRunner/URLSession
- Tests/Unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+796
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
- .travis.yml+1-1
- Examples/iOS9Example/iOS9ExampleTests/iOS9ExampleTests.m+1-2
- Examples/iOS9Example/usr/include/OCMock/NSNotificationCenter+OCMAdditions.h+1-1
- Examples/iOS9Example/usr/include/OCMock/OCMArg.h+6-1
- Examples/iOS9Example/usr/include/OCMock/OCMConstraint.h+1-1
- Examples/iOS9Example/usr/include/OCMock/OCMFunctions.h+27
- Examples/iOS9Example/usr/include/OCMock/OCMLocation.h+4-2
- Examples/iOS9Example/usr/include/OCMock/OCMMacroState.h+4-1
- Examples/iOS9Example/usr/include/OCMock/OCMRecorder.h+1-1
- Examples/iOS9Example/usr/include/OCMock/OCMStubRecorder.h+4-3
- Examples/iOS9Example/usr/include/OCMock/OCMock.h+35-7
- Examples/iOS9Example/usr/include/OCMock/OCMockObject.h+1-1
- Examples/iOS9Example/usr/lib/libOCMock.a
- OCMock.podspec+3-3
- Source/Changes.txt+14
- Source/OCMock.xcodeproj/project.pbxproj+39-15
- Source/OCMock.xcodeproj/xcshareddata/xcschemes/OCMock iOS.xcscheme+1-1
- Source/OCMock.xcodeproj/xcshareddata/xcschemes/OCMock tvOS.xcscheme+1-1
- Source/OCMock.xcodeproj/xcshareddata/xcschemes/OCMock.xcscheme+1-1
- Source/OCMock.xcodeproj/xcshareddata/xcschemes/OCMockLib.xcscheme+1-1
- Source/OCMock/OCClassMockObject.m+8-1
- Source/OCMock/OCMFunctions.m+7-2
- Source/OCMock/OCMockObject.m+10-1
- Source/OCMock/OCObserverMockObject.m+5
- Source/OCMock/OCPartialMockObject.m+18-2
- Source/OCMockTests/OCMBoxedReturnValueProviderTests.m+13
- Source/OCMockTests/OCMockObjectHamcrestTests.m
- Source/OCMockTests/OCMockObjectMacroTests.m+12
- Source/OCMockTests/OCMockObjectPartialMocksTests.m+93
- Source/OCMockTests/OCMockObjectRuntimeTests.m+20
- Source/OCMockTests/OCMockObjectTests.m+19
- Source/OCMockTests/Resources/TestObjects.xcdatamodeld/TestObjects.xcdatamodel/contents+12
- Tools/build.rb+9-9
Large diffs are not rendered by default.
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | | - | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | | - | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments