Skip to content

Commit c1f01d9

Browse files
committed
Updated Samples for v4.3.0
1 parent 70b2398 commit c1f01d9

File tree

36 files changed

+1076
-21
lines changed

36 files changed

+1076
-21
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
187391FB1AA4B1060031D6C9 /* Project object */ = {
179179
isa = PBXProject;
180180
attributes = {
181-
LastUpgradeCheck = 0930;
181+
LastUpgradeCheck = 1130;
182182
ORGANIZATIONNAME = MicroBlink;
183183
TargetAttributes = {
184184
187392021AA4B1060031D6C9 = {
@@ -189,10 +189,9 @@
189189
};
190190
buildConfigurationList = 187391FE1AA4B1060031D6C9 /* Build configuration list for PBXProject "BlinkInput-sample" */;
191191
compatibilityVersion = "Xcode 3.2";
192-
developmentRegion = English;
192+
developmentRegion = en;
193193
hasScannedForEncodings = 0;
194194
knownRegions = (
195-
English,
196195
en,
197196
Base,
198197
);
@@ -267,6 +266,7 @@
267266
isa = XCBuildConfiguration;
268267
buildSettings = {
269268
ALWAYS_SEARCH_USER_PATHS = NO;
269+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
270270
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
271271
CLANG_CXX_LIBRARY = "libc++";
272272
CLANG_ENABLE_MODULES = YES;
@@ -323,6 +323,7 @@
323323
isa = XCBuildConfiguration;
324324
buildSettings = {
325325
ALWAYS_SEARCH_USER_PATHS = NO;
326+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
326327
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
327328
CLANG_CXX_LIBRARY = "libc++";
328329
CLANG_ENABLE_MODULES = YES;

Samples/BlinkInput-sample-ObjC/BlinkInput-sample.xcodeproj/xcshareddata/xcschemes/BlinkInput-sample.xcscheme

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0930"
3+
LastUpgradeVersion = "1130"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "NO"
@@ -27,8 +27,6 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30-
<Testables>
31-
</Testables>
3230
<MacroExpansion>
3331
<BuildableReference
3432
BuildableIdentifier = "primary"
@@ -38,8 +36,8 @@
3836
ReferencedContainer = "container:BlinkInput-sample.xcodeproj">
3937
</BuildableReference>
4038
</MacroExpansion>
41-
<AdditionalOptions>
42-
</AdditionalOptions>
39+
<Testables>
40+
</Testables>
4341
</TestAction>
4442
<LaunchAction
4543
buildConfiguration = "Debug"
@@ -61,8 +59,6 @@
6159
ReferencedContainer = "container:BlinkInput-sample.xcodeproj">
6260
</BuildableReference>
6361
</BuildableProductRunnable>
64-
<AdditionalOptions>
65-
</AdditionalOptions>
6662
</LaunchAction>
6763
<ProfileAction
6864
buildConfiguration = "Release"

Samples/BlinkInput-sample-ObjC/BlinkInput-sample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2020
// Override point for customization after application launch.
2121

2222
/** First, set license key as soon as possible */
23-
// Valid until: 2020-07-10
23+
// Valid until: 2020-10-23
2424
[[MBMicroblinkSDK sharedInstance] setLicenseResource:@"license" withExtension:@"txt" inSubdirectory:@"" forBundle:[NSBundle mainBundle]];
2525
return YES;
2626
}
0 Bytes
Binary file not shown.

Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
isa = PBXProject;
167167
attributes = {
168168
LastSwiftUpdateCheck = 0720;
169-
LastUpgradeCheck = 0930;
169+
LastUpgradeCheck = 1130;
170170
ORGANIZATIONNAME = Dino;
171171
TargetAttributes = {
172172
310E45951C20612300B546BD = {
@@ -178,10 +178,9 @@
178178
};
179179
buildConfigurationList = 310E45911C20612300B546BD /* Build configuration list for PBXProject "BlinkInput-sample-Swift" */;
180180
compatibilityVersion = "Xcode 3.2";
181-
developmentRegion = English;
181+
developmentRegion = en;
182182
hasScannedForEncodings = 0;
183183
knownRegions = (
184-
English,
185184
en,
186185
Base,
187186
);
@@ -266,6 +265,7 @@
266265
isa = XCBuildConfiguration;
267266
buildSettings = {
268267
ALWAYS_SEARCH_USER_PATHS = NO;
268+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
269269
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
270270
CLANG_CXX_LIBRARY = "libc++";
271271
CLANG_ENABLE_MODULES = YES;
@@ -322,6 +322,7 @@
322322
isa = XCBuildConfiguration;
323323
buildSettings = {
324324
ALWAYS_SEARCH_USER_PATHS = NO;
325+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
325326
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
326327
CLANG_CXX_LIBRARY = "libc++";
327328
CLANG_ENABLE_MODULES = YES;

Samples/BlinkInput-sample-Swift/BlinkInput-sample-Swift/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1818
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
1919
// Override point for customization after application launch.
2020

21-
// Valid until: 2020-07-10
21+
// Valid until:2020-10-23
2222
MBMicroblinkSDK.sharedInstance().setLicenseResource("license", withExtension: "txt", inSubdirectory: "", for: Bundle.main)
2323
return true
2424
}

0 commit comments

Comments
 (0)