|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 2DBB24A841D22CDDB14787B6 /* BlinkyPeripheralEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB2D0A6C475A3BA45D6FAA /* BlinkyPeripheralEvents.swift */; };
|
11 |
| - 2DBB258568F7E07E0DFA3B4E /* EventInterceptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB2F5ACA6DCE530B0DDE90 /* EventInterceptor.swift */; }; |
| 11 | + 2DBB258568F7E07E0DFA3B4E /* EventHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB2F5ACA6DCE530B0DDE90 /* EventHelper.swift */; }; |
12 | 12 | 2DBB2A694C3D00999D8B3E29 /* BlinkyManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB27B357E95965525A70A5 /* BlinkyManager.swift */; };
|
13 | 13 | 2DBB2D9D87AA009D95C10DEE /* ResetTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB22CFA82E35CBA3BB326F /* ResetTest.swift */; };
|
14 | 14 | 2DBB2F44478EB7F4C0DF3AA4 /* BlinkyManagerEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBB27ABD18F3DAECC075CF2 /* BlinkyManagerEvents.swift */; };
|
|
28 | 28 | 52B537AF23FBE84900372948 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 52B5379223FBE84900372948 /* LaunchScreen.storyboard */; };
|
29 | 29 | 52B537B023FBE84900372948 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 52B5379423FBE84900372948 /* Main.storyboard */; };
|
30 | 30 | 52B537B223FBE85100372948 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52B537B123FBE85100372948 /* AppDelegate.swift */; };
|
| 31 | + 52E905CE24DD35A100BB5740 /* FailedConnectionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52E905CD24DD35A100BB5740 /* FailedConnectionTest.swift */; }; |
31 | 32 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
32 | 33 | 7B2BC15014F59F63362D632E /* Pods_nRFBlinky.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D451FCAEA31E307D873AF9E /* Pods_nRFBlinky.framework */; };
|
33 | 34 | 9C3DAF3BDCE839F729AB18D4 /* Pods_nRFBlinky_nRFBlinky_UITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE5CCCE10D0C6B6720ACAB6 /* Pods_nRFBlinky_nRFBlinky_UITests.framework */; };
|
|
56 | 57 | 2DBB27ABD18F3DAECC075CF2 /* BlinkyManagerEvents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlinkyManagerEvents.swift; sourceTree = "<group>"; };
|
57 | 58 | 2DBB27B357E95965525A70A5 /* BlinkyManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlinkyManager.swift; sourceTree = "<group>"; };
|
58 | 59 | 2DBB2D0A6C475A3BA45D6FAA /* BlinkyPeripheralEvents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlinkyPeripheralEvents.swift; sourceTree = "<group>"; };
|
59 |
| - 2DBB2F5ACA6DCE530B0DDE90 /* EventInterceptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventInterceptor.swift; sourceTree = "<group>"; }; |
| 60 | + 2DBB2F5ACA6DCE530B0DDE90 /* EventHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventHelper.swift; sourceTree = "<group>"; }; |
60 | 61 | 453BB604F04AB8D6B8030CE1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
61 | 62 | 526EA53A240D2F8100BF70B2 /* nRFBlinky_UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = nRFBlinky_UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
62 | 63 | 526EA53C240D2F8100BF70B2 /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = "<group>"; };
|
|
109 | 110 | 52B537A323FBE84900372948 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
|
110 | 111 | 52B537B123FBE85100372948 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
111 | 112 | 52B537D723FC129400372948 /* MockPeripherals.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockPeripherals.swift; sourceTree = "<group>"; };
|
| 113 | + 52E905CD24DD35A100BB5740 /* FailedConnectionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FailedConnectionTest.swift; sourceTree = "<group>"; }; |
112 | 114 | 593E9FFC1917DE0521FBC97F /* Pods-nRFBlinky_UITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nRFBlinky_UITests.debug.xcconfig"; path = "Target Support Files/Pods-nRFBlinky_UITests/Pods-nRFBlinky_UITests.debug.xcconfig"; sourceTree = "<group>"; };
|
113 | 115 | 607FACD01AFB9204008FA782 /* nRF Blinky.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "nRF Blinky.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
114 | 116 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
176 | 178 | isa = PBXGroup;
|
177 | 179 | children = (
|
178 | 180 | 52A648F0240E83F000817F2F /* NormalBehaviorTest.swift */,
|
179 |
| - 52A648F8240E844700817F2F /* Supporting Files */, |
180 |
| - 2DBB2F5ACA6DCE530B0DDE90 /* EventInterceptor.swift */, |
181 | 181 | 2DBB22CFA82E35CBA3BB326F /* ResetTest.swift */,
|
| 182 | + 52E905CD24DD35A100BB5740 /* FailedConnectionTest.swift */, |
| 183 | + 2DBB2F5ACA6DCE530B0DDE90 /* EventHelper.swift */, |
| 184 | + 52A648F8240E844700817F2F /* Supporting Files */, |
182 | 185 | );
|
183 | 186 | path = Tests;
|
184 | 187 | sourceTree = "<group>";
|
|
606 | 609 | buildActionMask = 2147483647;
|
607 | 610 | files = (
|
608 | 611 | 52A648F1240E83F000817F2F /* NormalBehaviorTest.swift in Sources */,
|
609 |
| - 2DBB258568F7E07E0DFA3B4E /* EventInterceptor.swift in Sources */, |
| 612 | + 2DBB258568F7E07E0DFA3B4E /* EventHelper.swift in Sources */, |
| 613 | + 52E905CE24DD35A100BB5740 /* FailedConnectionTest.swift in Sources */, |
610 | 614 | 2DBB2D9D87AA009D95C10DEE /* ResetTest.swift in Sources */,
|
611 | 615 | );
|
612 | 616 | runOnlyForDeploymentPostprocessing = 0;
|
|
939 | 943 | baseConfigurationReference = FDD05DB6B9B51CA381BE6886 /* Pods-nRFBlinky.debug.xcconfig */;
|
940 | 944 | buildSettings = {
|
941 | 945 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
942 |
| - CURRENT_PROJECT_VERSION = 2; |
| 946 | + CURRENT_PROJECT_VERSION = 1; |
943 | 947 | DEVELOPMENT_TEAM = P3R8YQEV4L;
|
944 | 948 | GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
|
945 | 949 | INFOPLIST_FILE = nRFBlinky/Info.plist;
|
946 | 950 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
947 | 951 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
948 |
| - MARKETING_VERSION = 1.3.0; |
| 952 | + MARKETING_VERSION = 1.3.1; |
949 | 953 | MODULE_NAME = ExampleApp;
|
950 | 954 | PRODUCT_BUNDLE_IDENTIFIER = "com.nordicsemi.nrf-blinky";
|
951 | 955 | PRODUCT_NAME = "nRF Blinky";
|
|
960 | 964 | baseConfigurationReference = E20CFB7929AACA783363B9F4 /* Pods-nRFBlinky.release.xcconfig */;
|
961 | 965 | buildSettings = {
|
962 | 966 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
963 |
| - CURRENT_PROJECT_VERSION = 2; |
| 967 | + CURRENT_PROJECT_VERSION = 1; |
964 | 968 | DEVELOPMENT_TEAM = P3R8YQEV4L;
|
965 | 969 | INFOPLIST_FILE = nRFBlinky/Info.plist;
|
966 | 970 | IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
967 | 971 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
968 |
| - MARKETING_VERSION = 1.3.0; |
| 972 | + MARKETING_VERSION = 1.3.1; |
969 | 973 | MODULE_NAME = ExampleApp;
|
970 | 974 | PRODUCT_BUNDLE_IDENTIFIER = "com.nordicsemi.nrf-blinky";
|
971 | 975 | PRODUCT_NAME = "nRF Blinky";
|
|
0 commit comments