Skip to content

Commit 21a428a

Browse files
author
Rene Pirringer
committed
updated OBInjector to 1.5
made extension save
1 parent a7b291c commit 21a428a

3 files changed

Lines changed: 23 additions & 21 deletions

File tree

Cartfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
github "jonreid/OCMockito"
1+
github "jonreid/OCMockito"
2+
github "openbakery/OBInjector" ~> 1.5

OBTableViewController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
/* End PBXCopyFilesBuildPhase section */
118118

119119
/* Begin PBXFileReference section */
120-
0D9B3CA6123A3ECD9D72E960 /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = "<group>"; };
121120
355B20114F297F3CB2189724 /* UITextViewPropertyBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UITextViewPropertyBinding.h; sourceTree = "<group>"; };
122121
355B202917724E974E85772A /* OBAccessoryPropertyBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OBAccessoryPropertyBinding.h; sourceTree = "<group>"; };
123122
355B2045B23DD29001B78D7A /* UIDatePickerPropertyBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIDatePickerPropertyBinding.h; sourceTree = "<group>"; };
@@ -170,9 +169,6 @@
170169
355B2FC3536F7CE46FFD85C6 /* UISearchBarPropertyBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UISearchBarPropertyBinding.h; sourceTree = "<group>"; };
171170
355B2FED1592B6C99E355D50 /* OBTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OBTestCase.m; sourceTree = "<group>"; };
172171
355B2FFCCCF2D783A8CD2DBF /* OBPropertyBinding.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OBPropertyBinding.m; sourceTree = "<group>"; };
173-
3F5CD9116108D0D2345A8ACB /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = "<group>"; };
174-
7746F71254D285804B65DD25 /* Pods-OBTableViewController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OBTableViewController.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OBTableViewController/Pods-OBTableViewController.debug.xcconfig"; sourceTree = "<group>"; };
175-
869B3A85DA5D5318C30C4B74 /* Pods-DemoApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.release.xcconfig"; path = "Pods/Target Support Files/Pods-DemoApp/Pods-DemoApp.release.xcconfig"; sourceTree = "<group>"; };
176172
A7378CA81CA2CED300D30471 /* OBTableViewController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OBTableViewController.framework; sourceTree = BUILT_PRODUCTS_DIR; };
177173
A7378CC91CA2D0AC00D30471 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
178174
A7378CCB1CA2D0BD00D30471 /* OBTableViewController-Umbrella.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OBTableViewController-Umbrella.h"; sourceTree = "<group>"; };
@@ -199,8 +195,6 @@
199195
A7961DF61CF460D900F6DFC6 /* DemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
200196
A7E11C3D1909614700AEA800 /* Test-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Test-Prefix.pch"; sourceTree = "<group>"; };
201197
A7E11C3F19096A3000AEA800 /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Storyboard.storyboard; sourceTree = "<group>"; };
202-
E1DBE88D365C1084DCA7C4A3 /* Pods-DemoApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DemoApp.debug.xcconfig"; path = "Pods/Target Support Files/Pods-DemoApp/Pods-DemoApp.debug.xcconfig"; sourceTree = "<group>"; };
203-
F92D6EC66195B7E890326A2E /* Pods-OBTableViewController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OBTableViewController.release.xcconfig"; path = "Pods/Target Support Files/Pods-OBTableViewController/Pods-OBTableViewController.release.xcconfig"; sourceTree = "<group>"; };
204198
/* End PBXFileReference section */
205199

206200
/* Begin PBXFrameworksBuildPhase section */
@@ -236,19 +230,6 @@
236230
/* End PBXFrameworksBuildPhase section */
237231

238232
/* Begin PBXGroup section */
239-
27B922DDC89045FC0AA98D17 /* Pods */ = {
240-
isa = PBXGroup;
241-
children = (
242-
7746F71254D285804B65DD25 /* Pods-OBTableViewController.debug.xcconfig */,
243-
F92D6EC66195B7E890326A2E /* Pods-OBTableViewController.release.xcconfig */,
244-
0D9B3CA6123A3ECD9D72E960 /* Pods-Tests.debug.xcconfig */,
245-
3F5CD9116108D0D2345A8ACB /* Pods-Tests.release.xcconfig */,
246-
E1DBE88D365C1084DCA7C4A3 /* Pods-DemoApp.debug.xcconfig */,
247-
869B3A85DA5D5318C30C4B74 /* Pods-DemoApp.release.xcconfig */,
248-
);
249-
name = Pods;
250-
sourceTree = "<group>";
251-
};
252233
355B270366E27CD0ED9DFF09 /* OBReflection */ = {
253234
isa = PBXGroup;
254235
children = (
@@ -327,7 +308,6 @@
327308
A754FD7D19094EB900F92530 /* Test */,
328309
A754FD3919094CFE00F92530 /* Frameworks */,
329310
A754FD3819094CFE00F92530 /* Products */,
330-
27B922DDC89045FC0AA98D17 /* Pods */,
331311
);
332312
sourceTree = "<group>";
333313
};
@@ -670,6 +650,7 @@
670650
A7378CC01CA2CED400D30471 /* Debug */ = {
671651
isa = XCBuildConfiguration;
672652
buildSettings = {
653+
APPLICATION_EXTENSION_API_ONLY = YES;
673654
CLANG_ANALYZER_NONNULL = YES;
674655
CLANG_WARN_UNREACHABLE_CODE = YES;
675656
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
@@ -701,6 +682,7 @@
701682
A7378CC11CA2CED400D30471 /* Release */ = {
702683
isa = XCBuildConfiguration;
703684
buildSettings = {
685+
APPLICATION_EXTENSION_API_ONLY = YES;
704686
CLANG_ANALYZER_NONNULL = YES;
705687
CLANG_WARN_UNREACHABLE_CODE = YES;
706688
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";

OBTableViewController.xcodeproj/xcshareddata/xcschemes/OBTableViewController.xcscheme

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,26 @@
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "A754FD5619094CFE00F92530"
36+
BuildableName = "Tests.xctest"
37+
BlueprintName = "Tests"
38+
ReferencedContainer = "container:OBTableViewController.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
3141
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "A7378CA71CA2CED300D30471"
46+
BuildableName = "OBTableViewController.framework"
47+
BlueprintName = "OBTableViewController"
48+
ReferencedContainer = "container:OBTableViewController.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
3251
<AdditionalOptions>
3352
</AdditionalOptions>
3453
</TestAction>

0 commit comments

Comments
 (0)