From 90c0ca98b9e473e9df3911a898082bc778b0836d Mon Sep 17 00:00:00 2001 From: Cao Phuoc Thanh Date: Sat, 16 May 2020 10:38:13 +0700 Subject: [PATCH] Rename project --- .DS_Store | Bin 6148 -> 6148 bytes Reflectly.xcodeproj/project.pbxproj | 985 ++++++++++++++++++ .../contents.xcworkspacedata | 2 +- .../xcshareddata/IDEWorkspaceChecks.plist | 0 {SwiftReactive => Reflectly}/Info.plist | 0 Reflectly/Reflectly.h | 19 + .../Sources/Genenic/Genenic.swift | 0 .../Sources/Genenic/Signal.swift | 0 .../Sources/Genenic/Subscriber.swift | 0 .../Sources/Object/Database.swift | 0 .../Sources/Object/Object.swift | 0 .../Sources/Object/Pool.swift | 0 .../Sources/Object/Store.swift | 0 .../Sources/Promies/Future.swift | 0 .../Sources/Promies/Generic+Future.swift | 0 .../Sources/Promies/Operator/Chained.swift | 0 .../Sources/Promies/Operator/Debounce.swift | 0 .../Sources/Promies/Operator/Distinct.swift | 0 .../Sources/Promies/Operator/Filter.swift | 0 .../Sources/Promies/Operator/FlatMap.swift | 0 .../Sources/Promies/Operator/Map.swift | 0 .../Sources/Promies/Operator/Throttle.swift | 0 .../Sources/Promies/Promise.swift | 0 .../Sources/Promies/Variable.swift | 0 .../Sources/View/Button.swift | 0 .../Sources/View/Switch.swift | 0 .../Sources/View/UIButton+Action.swift | 0 .../Sources/View/UIControlEvent.swift | 0 .../AViewController.swift | 2 +- .../AppDelegate.swift | 0 .../AppIcon.appiconset/Contents.json | 0 .../Assets.xcassets/Contents.json | 0 .../Base.lproj/LaunchScreen.storyboard | 2 +- {VariableDemo => ReflectlyDemo}/Info.plist | 2 +- ReflectlyDemo/ReflectlyDemo-Bridging-Header.h | 4 + .../ViewController.swift | 2 +- .../Info.plist | 0 .../ReflectlyDemoTests.swift | 10 +- ReflectlyDemoUITests/Info.plist | 22 + .../ReflectlyDemoUITests.swift | 43 + ReflectlyTests/Info.plist | 22 + ReflectlyTests/ReflectlyTests.swift | 34 + SwiftReactive.xcodeproj/project.pbxproj | 752 ------------- .../xcshareddata/xcschemes/Variable.xcscheme | 77 -- SwiftReactive/SwiftReactive.h | 19 - 45 files changed, 1139 insertions(+), 858 deletions(-) create mode 100644 Reflectly.xcodeproj/project.pbxproj rename {SwiftReactive.xcodeproj => Reflectly.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (68%) rename {SwiftReactive.xcodeproj => Reflectly.xcodeproj}/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (100%) rename {SwiftReactive => Reflectly}/Info.plist (100%) create mode 100644 Reflectly/Reflectly.h rename {SwiftReactive => Reflectly}/Sources/Genenic/Genenic.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Genenic/Signal.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Genenic/Subscriber.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Object/Database.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Object/Object.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Object/Pool.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Object/Store.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Future.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Generic+Future.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/Chained.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/Debounce.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/Distinct.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/Filter.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/FlatMap.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/Map.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Operator/Throttle.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Promise.swift (100%) rename {SwiftReactive => Reflectly}/Sources/Promies/Variable.swift (100%) rename {SwiftReactive => Reflectly}/Sources/View/Button.swift (100%) rename {SwiftReactive => Reflectly}/Sources/View/Switch.swift (100%) rename {SwiftReactive => Reflectly}/Sources/View/UIButton+Action.swift (100%) rename {SwiftReactive => Reflectly}/Sources/View/UIControlEvent.swift (100%) rename {VariableDemo => ReflectlyDemo}/AViewController.swift (99%) rename {VariableDemo => ReflectlyDemo}/AppDelegate.swift (100%) rename {VariableDemo => ReflectlyDemo}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename {VariableDemo => ReflectlyDemo}/Assets.xcassets/Contents.json (100%) rename {VariableDemo => ReflectlyDemo}/Base.lproj/LaunchScreen.storyboard (91%) rename {VariableDemo => ReflectlyDemo}/Info.plist (96%) create mode 100644 ReflectlyDemo/ReflectlyDemo-Bridging-Header.h rename {VariableDemo => ReflectlyDemo}/ViewController.swift (99%) rename {SwiftReactiveTests => ReflectlyDemoTests}/Info.plist (100%) rename SwiftReactiveTests/SwiftReactiveTests.swift => ReflectlyDemoTests/ReflectlyDemoTests.swift (82%) create mode 100644 ReflectlyDemoUITests/Info.plist create mode 100644 ReflectlyDemoUITests/ReflectlyDemoUITests.swift create mode 100644 ReflectlyTests/Info.plist create mode 100644 ReflectlyTests/ReflectlyTests.swift delete mode 100644 SwiftReactive.xcodeproj/project.pbxproj delete mode 100644 SwiftReactive.xcodeproj/xcshareddata/xcschemes/Variable.xcscheme delete mode 100644 SwiftReactive/SwiftReactive.h diff --git a/.DS_Store b/.DS_Store index 1be71a198dae6b29121f989b5c922e58262e16fa..ad6bb504f1002f2dab0b35db5242449ed0feba28 100644 GIT binary patch delta 219 zcmZoMXfc=|#>B`mu~2NHo}wrV0|Nsi1A_nqLn=cuLkU9;LnVXW#KPs`APHfHAfRv> zP!KLTxq(?^@-Zep36?i_6mT%}$o&hyT6x<1kRu*te#9tK-26pEfO!+kKc>y>9Q+(W br*Hnq{GE9+zlbFV&}@+FnKlQAY+(if0qrwj literal 6148 zcmeHKy-EW?5dJ0xjEE4@#PUijA(ibJ&cagT189EKNWvW^{*>1Qd;on2U&6wdv9z<* zZ+4fMA0wzBA~P`i?aj{2?S8x5+yapLMY{%+0hFkUg%vg*h>okyNg-I4iQ;k$v5yXp z(86%e+YEn^0o}VbG;oD3j=5{^``5)KI=j8J)$FBBdg&3lr*6DDVGpP-j>IOec@9#v zc_K2Lvv)R~O{zc3);p;+T4_IXGm+0slo0K_8APT1EUMU9C9#sPDW9HEF0CHhbaR}Astv`4`&4w!rN;gE3o zknm;+HxzMiXa2~!Lt>BC8Ux0_Gy_Ziv8?rfXYu`iI>?@k0b}4_F(AdHk<_`QP+R8~ vr?obs9#U1*FZVbOVaJtX`f4d&r#hiM(he~Wn0us!Vm|_o25XFgUuED82zh&Y diff --git a/Reflectly.xcodeproj/project.pbxproj b/Reflectly.xcodeproj/project.pbxproj new file mode 100644 index 0000000..d9f05f2 --- /dev/null +++ b/Reflectly.xcodeproj/project.pbxproj @@ -0,0 +1,985 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 05996F7E246F9626008271D4 /* Reflectly.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05996F74246F9626008271D4 /* Reflectly.framework */; }; + 05996F83246F9626008271D4 /* ReflectlyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F82246F9626008271D4 /* ReflectlyTests.swift */; }; + 05996F85246F9626008271D4 /* Reflectly.h in Headers */ = {isa = PBXBuildFile; fileRef = 05996F77246F9626008271D4 /* Reflectly.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05996FAA246F963F008271D4 /* Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F90246F963F008271D4 /* Future.swift */; }; + 05996FAB246F963F008271D4 /* Generic+Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F91246F963F008271D4 /* Generic+Future.swift */; }; + 05996FAC246F963F008271D4 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F92246F963F008271D4 /* Promise.swift */; }; + 05996FAD246F963F008271D4 /* Variable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F93246F963F008271D4 /* Variable.swift */; }; + 05996FAE246F963F008271D4 /* FlatMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F95246F963F008271D4 /* FlatMap.swift */; }; + 05996FAF246F963F008271D4 /* Distinct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F96246F963F008271D4 /* Distinct.swift */; }; + 05996FB0246F963F008271D4 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F97246F963F008271D4 /* Throttle.swift */; }; + 05996FB1246F963F008271D4 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F98246F963F008271D4 /* Debounce.swift */; }; + 05996FB2246F963F008271D4 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F99246F963F008271D4 /* Filter.swift */; }; + 05996FB3246F963F008271D4 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F9A246F963F008271D4 /* Map.swift */; }; + 05996FB4246F963F008271D4 /* Chained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F9B246F963F008271D4 /* Chained.swift */; }; + 05996FB5246F963F008271D4 /* Subscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F9D246F963F008271D4 /* Subscriber.swift */; }; + 05996FB6246F963F008271D4 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F9E246F963F008271D4 /* Signal.swift */; }; + 05996FB7246F963F008271D4 /* Genenic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F9F246F963F008271D4 /* Genenic.swift */; }; + 05996FB8246F963F008271D4 /* Pool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA1246F963F008271D4 /* Pool.swift */; }; + 05996FB9246F963F008271D4 /* Database.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA2246F963F008271D4 /* Database.swift */; }; + 05996FBA246F963F008271D4 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA3246F963F008271D4 /* Store.swift */; }; + 05996FBB246F963F008271D4 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA4246F963F008271D4 /* Object.swift */; }; + 05996FBC246F963F008271D4 /* UIButton+Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA6246F963F008271D4 /* UIButton+Action.swift */; }; + 05996FBD246F963F008271D4 /* UIControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA7246F963F008271D4 /* UIControlEvent.swift */; }; + 05996FBE246F963F008271D4 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA8246F963F008271D4 /* Switch.swift */; }; + 05996FBF246F963F008271D4 /* Button.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FA9246F963F008271D4 /* Button.swift */; }; + 05996FD0246F9694008271D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 05996FCF246F9694008271D4 /* Assets.xcassets */; }; + 05996FD3246F9694008271D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 05996FD1246F9694008271D4 /* LaunchScreen.storyboard */; }; + 05996FDE246F9695008271D4 /* ReflectlyDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FDD246F9695008271D4 /* ReflectlyDemoTests.swift */; }; + 05996FE9246F9695008271D4 /* ReflectlyDemoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FE8246F9695008271D4 /* ReflectlyDemoUITests.swift */; }; + 05996FF8246F96CE008271D4 /* AViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FF5246F96CE008271D4 /* AViewController.swift */; }; + 05996FF9246F96CE008271D4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FF6246F96CE008271D4 /* ViewController.swift */; }; + 05996FFA246F96CE008271D4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996FF7246F96CE008271D4 /* AppDelegate.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 05996F7F246F9626008271D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 05996F6B246F9626008271D4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 05996F73246F9626008271D4; + remoteInfo = Reflectly; + }; + 05996FDA246F9695008271D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 05996F6B246F9626008271D4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 05996FC3246F9691008271D4; + remoteInfo = ReflectlyDemo; + }; + 05996FE5246F9695008271D4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 05996F6B246F9626008271D4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 05996FC3246F9691008271D4; + remoteInfo = ReflectlyDemo; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 05996F74246F9626008271D4 /* Reflectly.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Reflectly.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 05996F77246F9626008271D4 /* Reflectly.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Reflectly.h; sourceTree = ""; }; + 05996F78246F9626008271D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 05996F7D246F9626008271D4 /* ReflectlyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReflectlyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 05996F82246F9626008271D4 /* ReflectlyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReflectlyTests.swift; sourceTree = ""; }; + 05996F84246F9626008271D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 05996F90246F963F008271D4 /* Future.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Future.swift; sourceTree = ""; }; + 05996F91246F963F008271D4 /* Generic+Future.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Generic+Future.swift"; sourceTree = ""; }; + 05996F92246F963F008271D4 /* Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = ""; }; + 05996F93246F963F008271D4 /* Variable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Variable.swift; sourceTree = ""; }; + 05996F95246F963F008271D4 /* FlatMap.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FlatMap.swift; sourceTree = ""; }; + 05996F96246F963F008271D4 /* Distinct.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Distinct.swift; sourceTree = ""; }; + 05996F97246F963F008271D4 /* Throttle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Throttle.swift; sourceTree = ""; }; + 05996F98246F963F008271D4 /* Debounce.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debounce.swift; sourceTree = ""; }; + 05996F99246F963F008271D4 /* Filter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Filter.swift; sourceTree = ""; }; + 05996F9A246F963F008271D4 /* Map.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Map.swift; sourceTree = ""; }; + 05996F9B246F963F008271D4 /* Chained.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Chained.swift; sourceTree = ""; }; + 05996F9D246F963F008271D4 /* Subscriber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Subscriber.swift; sourceTree = ""; }; + 05996F9E246F963F008271D4 /* Signal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Signal.swift; sourceTree = ""; }; + 05996F9F246F963F008271D4 /* Genenic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Genenic.swift; sourceTree = ""; }; + 05996FA1246F963F008271D4 /* Pool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pool.swift; sourceTree = ""; }; + 05996FA2246F963F008271D4 /* Database.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Database.swift; sourceTree = ""; }; + 05996FA3246F963F008271D4 /* Store.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = ""; }; + 05996FA4246F963F008271D4 /* Object.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Object.swift; sourceTree = ""; }; + 05996FA6246F963F008271D4 /* UIButton+Action.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIButton+Action.swift"; sourceTree = ""; }; + 05996FA7246F963F008271D4 /* UIControlEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIControlEvent.swift; sourceTree = ""; }; + 05996FA8246F963F008271D4 /* Switch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Switch.swift; sourceTree = ""; }; + 05996FA9246F963F008271D4 /* Button.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Button.swift; sourceTree = ""; }; + 05996FC4246F9691008271D4 /* ReflectlyDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReflectlyDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 05996FCF246F9694008271D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 05996FD2246F9694008271D4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 05996FD4246F9694008271D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 05996FD9246F9695008271D4 /* ReflectlyDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReflectlyDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 05996FDD246F9695008271D4 /* ReflectlyDemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReflectlyDemoTests.swift; sourceTree = ""; }; + 05996FDF246F9695008271D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 05996FE4246F9695008271D4 /* ReflectlyDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReflectlyDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 05996FE8246F9695008271D4 /* ReflectlyDemoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReflectlyDemoUITests.swift; sourceTree = ""; }; + 05996FEA246F9695008271D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 05996FF4246F96CD008271D4 /* ReflectlyDemo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ReflectlyDemo-Bridging-Header.h"; sourceTree = ""; }; + 05996FF5246F96CE008271D4 /* AViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AViewController.swift; sourceTree = ""; }; + 05996FF6246F96CE008271D4 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 05996FF7246F96CE008271D4 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 05996F71246F9626008271D4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996F7A246F9626008271D4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996F7E246F9626008271D4 /* Reflectly.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FC1246F9691008271D4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FD6246F9695008271D4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FE1246F9695008271D4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 05996F6A246F9626008271D4 = { + isa = PBXGroup; + children = ( + 05996F76246F9626008271D4 /* Reflectly */, + 05996F81246F9626008271D4 /* ReflectlyTests */, + 05996FC5246F9691008271D4 /* ReflectlyDemo */, + 05996FDC246F9695008271D4 /* ReflectlyDemoTests */, + 05996FE7246F9695008271D4 /* ReflectlyDemoUITests */, + 05996F75246F9626008271D4 /* Products */, + ); + sourceTree = ""; + }; + 05996F75246F9626008271D4 /* Products */ = { + isa = PBXGroup; + children = ( + 05996F74246F9626008271D4 /* Reflectly.framework */, + 05996F7D246F9626008271D4 /* ReflectlyTests.xctest */, + 05996FC4246F9691008271D4 /* ReflectlyDemo.app */, + 05996FD9246F9695008271D4 /* ReflectlyDemoTests.xctest */, + 05996FE4246F9695008271D4 /* ReflectlyDemoUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 05996F76246F9626008271D4 /* Reflectly */ = { + isa = PBXGroup; + children = ( + 05996F8E246F963F008271D4 /* Sources */, + 05996F77246F9626008271D4 /* Reflectly.h */, + 05996F78246F9626008271D4 /* Info.plist */, + ); + path = Reflectly; + sourceTree = ""; + }; + 05996F81246F9626008271D4 /* ReflectlyTests */ = { + isa = PBXGroup; + children = ( + 05996F82246F9626008271D4 /* ReflectlyTests.swift */, + 05996F84246F9626008271D4 /* Info.plist */, + ); + path = ReflectlyTests; + sourceTree = ""; + }; + 05996F8E246F963F008271D4 /* Sources */ = { + isa = PBXGroup; + children = ( + 05996F8F246F963F008271D4 /* Promies */, + 05996F9C246F963F008271D4 /* Genenic */, + 05996FA0246F963F008271D4 /* Object */, + 05996FA5246F963F008271D4 /* View */, + ); + path = Sources; + sourceTree = ""; + }; + 05996F8F246F963F008271D4 /* Promies */ = { + isa = PBXGroup; + children = ( + 05996F90246F963F008271D4 /* Future.swift */, + 05996F91246F963F008271D4 /* Generic+Future.swift */, + 05996F92246F963F008271D4 /* Promise.swift */, + 05996F93246F963F008271D4 /* Variable.swift */, + 05996F94246F963F008271D4 /* Operator */, + ); + path = Promies; + sourceTree = ""; + }; + 05996F94246F963F008271D4 /* Operator */ = { + isa = PBXGroup; + children = ( + 05996F95246F963F008271D4 /* FlatMap.swift */, + 05996F96246F963F008271D4 /* Distinct.swift */, + 05996F97246F963F008271D4 /* Throttle.swift */, + 05996F98246F963F008271D4 /* Debounce.swift */, + 05996F99246F963F008271D4 /* Filter.swift */, + 05996F9A246F963F008271D4 /* Map.swift */, + 05996F9B246F963F008271D4 /* Chained.swift */, + ); + path = Operator; + sourceTree = ""; + }; + 05996F9C246F963F008271D4 /* Genenic */ = { + isa = PBXGroup; + children = ( + 05996F9D246F963F008271D4 /* Subscriber.swift */, + 05996F9E246F963F008271D4 /* Signal.swift */, + 05996F9F246F963F008271D4 /* Genenic.swift */, + ); + path = Genenic; + sourceTree = ""; + }; + 05996FA0246F963F008271D4 /* Object */ = { + isa = PBXGroup; + children = ( + 05996FA1246F963F008271D4 /* Pool.swift */, + 05996FA2246F963F008271D4 /* Database.swift */, + 05996FA3246F963F008271D4 /* Store.swift */, + 05996FA4246F963F008271D4 /* Object.swift */, + ); + path = Object; + sourceTree = ""; + }; + 05996FA5246F963F008271D4 /* View */ = { + isa = PBXGroup; + children = ( + 05996FA6246F963F008271D4 /* UIButton+Action.swift */, + 05996FA7246F963F008271D4 /* UIControlEvent.swift */, + 05996FA8246F963F008271D4 /* Switch.swift */, + 05996FA9246F963F008271D4 /* Button.swift */, + ); + path = View; + sourceTree = ""; + }; + 05996FC5246F9691008271D4 /* ReflectlyDemo */ = { + isa = PBXGroup; + children = ( + 05996FF7246F96CE008271D4 /* AppDelegate.swift */, + 05996FF5246F96CE008271D4 /* AViewController.swift */, + 05996FF6246F96CE008271D4 /* ViewController.swift */, + 05996FCF246F9694008271D4 /* Assets.xcassets */, + 05996FD1246F9694008271D4 /* LaunchScreen.storyboard */, + 05996FD4246F9694008271D4 /* Info.plist */, + 05996FF4246F96CD008271D4 /* ReflectlyDemo-Bridging-Header.h */, + ); + path = ReflectlyDemo; + sourceTree = ""; + }; + 05996FDC246F9695008271D4 /* ReflectlyDemoTests */ = { + isa = PBXGroup; + children = ( + 05996FDD246F9695008271D4 /* ReflectlyDemoTests.swift */, + 05996FDF246F9695008271D4 /* Info.plist */, + ); + path = ReflectlyDemoTests; + sourceTree = ""; + }; + 05996FE7246F9695008271D4 /* ReflectlyDemoUITests */ = { + isa = PBXGroup; + children = ( + 05996FE8246F9695008271D4 /* ReflectlyDemoUITests.swift */, + 05996FEA246F9695008271D4 /* Info.plist */, + ); + path = ReflectlyDemoUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 05996F6F246F9626008271D4 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996F85246F9626008271D4 /* Reflectly.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 05996F73246F9626008271D4 /* Reflectly */ = { + isa = PBXNativeTarget; + buildConfigurationList = 05996F88246F9626008271D4 /* Build configuration list for PBXNativeTarget "Reflectly" */; + buildPhases = ( + 05996F6F246F9626008271D4 /* Headers */, + 05996F70246F9626008271D4 /* Sources */, + 05996F71246F9626008271D4 /* Frameworks */, + 05996F72246F9626008271D4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Reflectly; + productName = Reflectly; + productReference = 05996F74246F9626008271D4 /* Reflectly.framework */; + productType = "com.apple.product-type.framework"; + }; + 05996F7C246F9626008271D4 /* ReflectlyTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 05996F8B246F9626008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyTests" */; + buildPhases = ( + 05996F79246F9626008271D4 /* Sources */, + 05996F7A246F9626008271D4 /* Frameworks */, + 05996F7B246F9626008271D4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 05996F80246F9626008271D4 /* PBXTargetDependency */, + ); + name = ReflectlyTests; + productName = ReflectlyTests; + productReference = 05996F7D246F9626008271D4 /* ReflectlyTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 05996FC3246F9691008271D4 /* ReflectlyDemo */ = { + isa = PBXNativeTarget; + buildConfigurationList = 05996FEB246F9695008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyDemo" */; + buildPhases = ( + 05996FC0246F9691008271D4 /* Sources */, + 05996FC1246F9691008271D4 /* Frameworks */, + 05996FC2246F9691008271D4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ReflectlyDemo; + productName = ReflectlyDemo; + productReference = 05996FC4246F9691008271D4 /* ReflectlyDemo.app */; + productType = "com.apple.product-type.application"; + }; + 05996FD8246F9695008271D4 /* ReflectlyDemoTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 05996FEE246F9695008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyDemoTests" */; + buildPhases = ( + 05996FD5246F9695008271D4 /* Sources */, + 05996FD6246F9695008271D4 /* Frameworks */, + 05996FD7246F9695008271D4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 05996FDB246F9695008271D4 /* PBXTargetDependency */, + ); + name = ReflectlyDemoTests; + productName = ReflectlyDemoTests; + productReference = 05996FD9246F9695008271D4 /* ReflectlyDemoTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 05996FE3246F9695008271D4 /* ReflectlyDemoUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 05996FF1246F9695008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyDemoUITests" */; + buildPhases = ( + 05996FE0246F9695008271D4 /* Sources */, + 05996FE1246F9695008271D4 /* Frameworks */, + 05996FE2246F9695008271D4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 05996FE6246F9695008271D4 /* PBXTargetDependency */, + ); + name = ReflectlyDemoUITests; + productName = ReflectlyDemoUITests; + productReference = 05996FE4246F9695008271D4 /* ReflectlyDemoUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 05996F6B246F9626008271D4 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1130; + LastUpgradeCheck = 1130; + ORGANIZATIONNAME = "Cao Phuoc Thanh"; + TargetAttributes = { + 05996F73246F9626008271D4 = { + CreatedOnToolsVersion = 11.3.1; + }; + 05996F7C246F9626008271D4 = { + CreatedOnToolsVersion = 11.3.1; + }; + 05996FC3246F9691008271D4 = { + CreatedOnToolsVersion = 11.3.1; + LastSwiftMigration = 1130; + }; + 05996FD8246F9695008271D4 = { + CreatedOnToolsVersion = 11.3.1; + TestTargetID = 05996FC3246F9691008271D4; + }; + 05996FE3246F9695008271D4 = { + CreatedOnToolsVersion = 11.3.1; + TestTargetID = 05996FC3246F9691008271D4; + }; + }; + }; + buildConfigurationList = 05996F6E246F9626008271D4 /* Build configuration list for PBXProject "Reflectly" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 05996F6A246F9626008271D4; + productRefGroup = 05996F75246F9626008271D4 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 05996F73246F9626008271D4 /* Reflectly */, + 05996F7C246F9626008271D4 /* ReflectlyTests */, + 05996FC3246F9691008271D4 /* ReflectlyDemo */, + 05996FD8246F9695008271D4 /* ReflectlyDemoTests */, + 05996FE3246F9695008271D4 /* ReflectlyDemoUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 05996F72246F9626008271D4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996F7B246F9626008271D4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FC2246F9691008271D4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996FD3246F9694008271D4 /* LaunchScreen.storyboard in Resources */, + 05996FD0246F9694008271D4 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FD7246F9695008271D4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FE2246F9695008271D4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 05996F70246F9626008271D4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996FB3246F963F008271D4 /* Map.swift in Sources */, + 05996FAB246F963F008271D4 /* Generic+Future.swift in Sources */, + 05996FB0246F963F008271D4 /* Throttle.swift in Sources */, + 05996FBC246F963F008271D4 /* UIButton+Action.swift in Sources */, + 05996FBD246F963F008271D4 /* UIControlEvent.swift in Sources */, + 05996FB5246F963F008271D4 /* Subscriber.swift in Sources */, + 05996FBE246F963F008271D4 /* Switch.swift in Sources */, + 05996FBB246F963F008271D4 /* Object.swift in Sources */, + 05996FAF246F963F008271D4 /* Distinct.swift in Sources */, + 05996FAA246F963F008271D4 /* Future.swift in Sources */, + 05996FB6246F963F008271D4 /* Signal.swift in Sources */, + 05996FAC246F963F008271D4 /* Promise.swift in Sources */, + 05996FAD246F963F008271D4 /* Variable.swift in Sources */, + 05996FB8246F963F008271D4 /* Pool.swift in Sources */, + 05996FBA246F963F008271D4 /* Store.swift in Sources */, + 05996FB1246F963F008271D4 /* Debounce.swift in Sources */, + 05996FB2246F963F008271D4 /* Filter.swift in Sources */, + 05996FB7246F963F008271D4 /* Genenic.swift in Sources */, + 05996FB4246F963F008271D4 /* Chained.swift in Sources */, + 05996FB9246F963F008271D4 /* Database.swift in Sources */, + 05996FAE246F963F008271D4 /* FlatMap.swift in Sources */, + 05996FBF246F963F008271D4 /* Button.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996F79246F9626008271D4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996F83246F9626008271D4 /* ReflectlyTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FC0246F9691008271D4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996FFA246F96CE008271D4 /* AppDelegate.swift in Sources */, + 05996FF9246F96CE008271D4 /* ViewController.swift in Sources */, + 05996FF8246F96CE008271D4 /* AViewController.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FD5246F9695008271D4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996FDE246F9695008271D4 /* ReflectlyDemoTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 05996FE0246F9695008271D4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 05996FE9246F9695008271D4 /* ReflectlyDemoUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 05996F80246F9626008271D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 05996F73246F9626008271D4 /* Reflectly */; + targetProxy = 05996F7F246F9626008271D4 /* PBXContainerItemProxy */; + }; + 05996FDB246F9695008271D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 05996FC3246F9691008271D4 /* ReflectlyDemo */; + targetProxy = 05996FDA246F9695008271D4 /* PBXContainerItemProxy */; + }; + 05996FE6246F9695008271D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 05996FC3246F9691008271D4 /* ReflectlyDemo */; + targetProxy = 05996FE5246F9695008271D4 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 05996FD1246F9694008271D4 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 05996FD2246F9694008271D4 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 05996F86246F9626008271D4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 05996F87246F9626008271D4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 05996F89246F9626008271D4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Reflectly/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.Reflectly; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 05996F8A246F9626008271D4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = Reflectly/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.Reflectly; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 05996F8C246F9626008271D4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 05996F8D246F9626008271D4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 05996FEC246F9695008271D4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyDemo; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "ReflectlyDemo/ReflectlyDemo-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 05996FED246F9695008271D4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyDemo/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyDemo; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "ReflectlyDemo/ReflectlyDemo-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 05996FEF246F9695008271D4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyDemoTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyDemoTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReflectlyDemo.app/ReflectlyDemo"; + }; + name = Debug; + }; + 05996FF0246F9695008271D4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyDemoTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyDemoTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ReflectlyDemo.app/ReflectlyDemo"; + }; + name = Release; + }; + 05996FF2246F9695008271D4 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyDemoUITests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyDemoUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = ReflectlyDemo; + }; + name = Debug; + }; + 05996FF3246F9695008271D4 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 8AYMHH2W3E; + INFOPLIST_FILE = ReflectlyDemoUITests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.2; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.ReflectlyDemoUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = ReflectlyDemo; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 05996F6E246F9626008271D4 /* Build configuration list for PBXProject "Reflectly" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 05996F86246F9626008271D4 /* Debug */, + 05996F87246F9626008271D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 05996F88246F9626008271D4 /* Build configuration list for PBXNativeTarget "Reflectly" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 05996F89246F9626008271D4 /* Debug */, + 05996F8A246F9626008271D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 05996F8B246F9626008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 05996F8C246F9626008271D4 /* Debug */, + 05996F8D246F9626008271D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 05996FEB246F9695008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyDemo" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 05996FEC246F9695008271D4 /* Debug */, + 05996FED246F9695008271D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 05996FEE246F9695008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyDemoTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 05996FEF246F9695008271D4 /* Debug */, + 05996FF0246F9695008271D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 05996FF1246F9695008271D4 /* Build configuration list for PBXNativeTarget "ReflectlyDemoUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 05996FF2246F9695008271D4 /* Debug */, + 05996FF3246F9695008271D4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 05996F6B246F9626008271D4 /* Project object */; +} diff --git a/SwiftReactive.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Reflectly.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 68% rename from SwiftReactive.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Reflectly.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 088e5a4..8fb2147 100644 --- a/SwiftReactive.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Reflectly.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:Reflectly.xcodeproj"> diff --git a/SwiftReactive.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Reflectly.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from SwiftReactive.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Reflectly.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/SwiftReactive/Info.plist b/Reflectly/Info.plist similarity index 100% rename from SwiftReactive/Info.plist rename to Reflectly/Info.plist diff --git a/Reflectly/Reflectly.h b/Reflectly/Reflectly.h new file mode 100644 index 0000000..dab2788 --- /dev/null +++ b/Reflectly/Reflectly.h @@ -0,0 +1,19 @@ +// +// Reflectly.h +// Reflectly +// +// Created by Cao Phuoc Thanh on 5/16/20. +// Copyright © 2020 Cao Phuoc Thanh. All rights reserved. +// + +#import + +//! Project version number for Reflectly. +FOUNDATION_EXPORT double ReflectlyVersionNumber; + +//! Project version string for Reflectly. +FOUNDATION_EXPORT const unsigned char ReflectlyVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/SwiftReactive/Sources/Genenic/Genenic.swift b/Reflectly/Sources/Genenic/Genenic.swift similarity index 100% rename from SwiftReactive/Sources/Genenic/Genenic.swift rename to Reflectly/Sources/Genenic/Genenic.swift diff --git a/SwiftReactive/Sources/Genenic/Signal.swift b/Reflectly/Sources/Genenic/Signal.swift similarity index 100% rename from SwiftReactive/Sources/Genenic/Signal.swift rename to Reflectly/Sources/Genenic/Signal.swift diff --git a/SwiftReactive/Sources/Genenic/Subscriber.swift b/Reflectly/Sources/Genenic/Subscriber.swift similarity index 100% rename from SwiftReactive/Sources/Genenic/Subscriber.swift rename to Reflectly/Sources/Genenic/Subscriber.swift diff --git a/SwiftReactive/Sources/Object/Database.swift b/Reflectly/Sources/Object/Database.swift similarity index 100% rename from SwiftReactive/Sources/Object/Database.swift rename to Reflectly/Sources/Object/Database.swift diff --git a/SwiftReactive/Sources/Object/Object.swift b/Reflectly/Sources/Object/Object.swift similarity index 100% rename from SwiftReactive/Sources/Object/Object.swift rename to Reflectly/Sources/Object/Object.swift diff --git a/SwiftReactive/Sources/Object/Pool.swift b/Reflectly/Sources/Object/Pool.swift similarity index 100% rename from SwiftReactive/Sources/Object/Pool.swift rename to Reflectly/Sources/Object/Pool.swift diff --git a/SwiftReactive/Sources/Object/Store.swift b/Reflectly/Sources/Object/Store.swift similarity index 100% rename from SwiftReactive/Sources/Object/Store.swift rename to Reflectly/Sources/Object/Store.swift diff --git a/SwiftReactive/Sources/Promies/Future.swift b/Reflectly/Sources/Promies/Future.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Future.swift rename to Reflectly/Sources/Promies/Future.swift diff --git a/SwiftReactive/Sources/Promies/Generic+Future.swift b/Reflectly/Sources/Promies/Generic+Future.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Generic+Future.swift rename to Reflectly/Sources/Promies/Generic+Future.swift diff --git a/SwiftReactive/Sources/Promies/Operator/Chained.swift b/Reflectly/Sources/Promies/Operator/Chained.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/Chained.swift rename to Reflectly/Sources/Promies/Operator/Chained.swift diff --git a/SwiftReactive/Sources/Promies/Operator/Debounce.swift b/Reflectly/Sources/Promies/Operator/Debounce.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/Debounce.swift rename to Reflectly/Sources/Promies/Operator/Debounce.swift diff --git a/SwiftReactive/Sources/Promies/Operator/Distinct.swift b/Reflectly/Sources/Promies/Operator/Distinct.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/Distinct.swift rename to Reflectly/Sources/Promies/Operator/Distinct.swift diff --git a/SwiftReactive/Sources/Promies/Operator/Filter.swift b/Reflectly/Sources/Promies/Operator/Filter.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/Filter.swift rename to Reflectly/Sources/Promies/Operator/Filter.swift diff --git a/SwiftReactive/Sources/Promies/Operator/FlatMap.swift b/Reflectly/Sources/Promies/Operator/FlatMap.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/FlatMap.swift rename to Reflectly/Sources/Promies/Operator/FlatMap.swift diff --git a/SwiftReactive/Sources/Promies/Operator/Map.swift b/Reflectly/Sources/Promies/Operator/Map.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/Map.swift rename to Reflectly/Sources/Promies/Operator/Map.swift diff --git a/SwiftReactive/Sources/Promies/Operator/Throttle.swift b/Reflectly/Sources/Promies/Operator/Throttle.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Operator/Throttle.swift rename to Reflectly/Sources/Promies/Operator/Throttle.swift diff --git a/SwiftReactive/Sources/Promies/Promise.swift b/Reflectly/Sources/Promies/Promise.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Promise.swift rename to Reflectly/Sources/Promies/Promise.swift diff --git a/SwiftReactive/Sources/Promies/Variable.swift b/Reflectly/Sources/Promies/Variable.swift similarity index 100% rename from SwiftReactive/Sources/Promies/Variable.swift rename to Reflectly/Sources/Promies/Variable.swift diff --git a/SwiftReactive/Sources/View/Button.swift b/Reflectly/Sources/View/Button.swift similarity index 100% rename from SwiftReactive/Sources/View/Button.swift rename to Reflectly/Sources/View/Button.swift diff --git a/SwiftReactive/Sources/View/Switch.swift b/Reflectly/Sources/View/Switch.swift similarity index 100% rename from SwiftReactive/Sources/View/Switch.swift rename to Reflectly/Sources/View/Switch.swift diff --git a/SwiftReactive/Sources/View/UIButton+Action.swift b/Reflectly/Sources/View/UIButton+Action.swift similarity index 100% rename from SwiftReactive/Sources/View/UIButton+Action.swift rename to Reflectly/Sources/View/UIButton+Action.swift diff --git a/SwiftReactive/Sources/View/UIControlEvent.swift b/Reflectly/Sources/View/UIControlEvent.swift similarity index 100% rename from SwiftReactive/Sources/View/UIControlEvent.swift rename to Reflectly/Sources/View/UIControlEvent.swift diff --git a/VariableDemo/AViewController.swift b/ReflectlyDemo/AViewController.swift similarity index 99% rename from VariableDemo/AViewController.swift rename to ReflectlyDemo/AViewController.swift index 25616f9..22b93fa 100644 --- a/VariableDemo/AViewController.swift +++ b/ReflectlyDemo/AViewController.swift @@ -7,7 +7,7 @@ // import UIKit -import Variable +import Reflectly class AViewController: UIViewController { diff --git a/VariableDemo/AppDelegate.swift b/ReflectlyDemo/AppDelegate.swift similarity index 100% rename from VariableDemo/AppDelegate.swift rename to ReflectlyDemo/AppDelegate.swift diff --git a/VariableDemo/Assets.xcassets/AppIcon.appiconset/Contents.json b/ReflectlyDemo/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from VariableDemo/Assets.xcassets/AppIcon.appiconset/Contents.json rename to ReflectlyDemo/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/VariableDemo/Assets.xcassets/Contents.json b/ReflectlyDemo/Assets.xcassets/Contents.json similarity index 100% rename from VariableDemo/Assets.xcassets/Contents.json rename to ReflectlyDemo/Assets.xcassets/Contents.json diff --git a/VariableDemo/Base.lproj/LaunchScreen.storyboard b/ReflectlyDemo/Base.lproj/LaunchScreen.storyboard similarity index 91% rename from VariableDemo/Base.lproj/LaunchScreen.storyboard rename to ReflectlyDemo/Base.lproj/LaunchScreen.storyboard index bfa3612..865e932 100644 --- a/VariableDemo/Base.lproj/LaunchScreen.storyboard +++ b/ReflectlyDemo/Base.lproj/LaunchScreen.storyboard @@ -13,7 +13,7 @@ - + diff --git a/VariableDemo/Info.plist b/ReflectlyDemo/Info.plist similarity index 96% rename from VariableDemo/Info.plist rename to ReflectlyDemo/Info.plist index 4222ac2..5a63475 100644 --- a/VariableDemo/Info.plist +++ b/ReflectlyDemo/Info.plist @@ -13,7 +13,7 @@ CFBundleName $(PRODUCT_NAME) CFBundlePackageType - APPL + $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString 1.0 CFBundleVersion diff --git a/ReflectlyDemo/ReflectlyDemo-Bridging-Header.h b/ReflectlyDemo/ReflectlyDemo-Bridging-Header.h new file mode 100644 index 0000000..1b2cb5d --- /dev/null +++ b/ReflectlyDemo/ReflectlyDemo-Bridging-Header.h @@ -0,0 +1,4 @@ +// +// Use this file to import your target's public headers that you would like to expose to Swift. +// + diff --git a/VariableDemo/ViewController.swift b/ReflectlyDemo/ViewController.swift similarity index 99% rename from VariableDemo/ViewController.swift rename to ReflectlyDemo/ViewController.swift index dda1dc8..25a411b 100644 --- a/VariableDemo/ViewController.swift +++ b/ReflectlyDemo/ViewController.swift @@ -7,7 +7,7 @@ // import UIKit -import Variable +import Reflectly class ViewController: UIViewController { diff --git a/SwiftReactiveTests/Info.plist b/ReflectlyDemoTests/Info.plist similarity index 100% rename from SwiftReactiveTests/Info.plist rename to ReflectlyDemoTests/Info.plist diff --git a/SwiftReactiveTests/SwiftReactiveTests.swift b/ReflectlyDemoTests/ReflectlyDemoTests.swift similarity index 82% rename from SwiftReactiveTests/SwiftReactiveTests.swift rename to ReflectlyDemoTests/ReflectlyDemoTests.swift index 988c24c..154c943 100644 --- a/SwiftReactiveTests/SwiftReactiveTests.swift +++ b/ReflectlyDemoTests/ReflectlyDemoTests.swift @@ -1,15 +1,15 @@ // -// SwiftReactiveTests.swift -// SwiftReactiveTests +// ReflectlyDemoTests.swift +// ReflectlyDemoTests // -// Created by Cao Phuoc Thanh on 5/14/20. +// Created by Cao Phuoc Thanh on 5/16/20. // Copyright © 2020 Cao Phuoc Thanh. All rights reserved. // import XCTest -@testable import SwiftReactive +@testable import ReflectlyDemo -class SwiftReactiveTests: XCTestCase { +class ReflectlyDemoTests: XCTestCase { override func setUp() { // Put setup code here. This method is called before the invocation of each test method in the class. diff --git a/ReflectlyDemoUITests/Info.plist b/ReflectlyDemoUITests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/ReflectlyDemoUITests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/ReflectlyDemoUITests/ReflectlyDemoUITests.swift b/ReflectlyDemoUITests/ReflectlyDemoUITests.swift new file mode 100644 index 0000000..0ca8b8a --- /dev/null +++ b/ReflectlyDemoUITests/ReflectlyDemoUITests.swift @@ -0,0 +1,43 @@ +// +// ReflectlyDemoUITests.swift +// ReflectlyDemoUITests +// +// Created by Cao Phuoc Thanh on 5/16/20. +// Copyright © 2020 Cao Phuoc Thanh. All rights reserved. +// + +import XCTest + +class ReflectlyDemoUITests: XCTestCase { + + override func setUp() { + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() { + // UI tests must launch the application that they test. + let app = XCUIApplication() + app.launch() + + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testLaunchPerformance() { + if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) { + // This measures how long it takes to launch your application. + measure(metrics: [XCTOSSignpostMetric.applicationLaunch]) { + XCUIApplication().launch() + } + } + } +} diff --git a/ReflectlyTests/Info.plist b/ReflectlyTests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/ReflectlyTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/ReflectlyTests/ReflectlyTests.swift b/ReflectlyTests/ReflectlyTests.swift new file mode 100644 index 0000000..4b37a97 --- /dev/null +++ b/ReflectlyTests/ReflectlyTests.swift @@ -0,0 +1,34 @@ +// +// ReflectlyTests.swift +// ReflectlyTests +// +// Created by Cao Phuoc Thanh on 5/16/20. +// Copyright © 2020 Cao Phuoc Thanh. All rights reserved. +// + +import XCTest +@testable import Reflectly + +class ReflectlyTests: XCTestCase { + + override func setUp() { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/SwiftReactive.xcodeproj/project.pbxproj b/SwiftReactive.xcodeproj/project.pbxproj deleted file mode 100644 index 4bbf573..0000000 --- a/SwiftReactive.xcodeproj/project.pbxproj +++ /dev/null @@ -1,752 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 50; - objects = { - -/* Begin PBXBuildFile section */ - 056D37CC246CD8EB0052F7B8 /* Variable.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 056D37C2246CD8EA0052F7B8 /* Variable.framework */; }; - 056D37D1246CD8EB0052F7B8 /* SwiftReactiveTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D37D0246CD8EB0052F7B8 /* SwiftReactiveTests.swift */; }; - 056D37D3246CD8EB0052F7B8 /* SwiftReactive.h in Headers */ = {isa = PBXBuildFile; fileRef = 056D37C5246CD8EA0052F7B8 /* SwiftReactive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 056D3816246CD96C0052F7B8 /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3812246CD96C0052F7B8 /* Store.swift */; }; - 056D3817246CD96C0052F7B8 /* Pool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3813246CD96C0052F7B8 /* Pool.swift */; }; - 056D3818246CD96C0052F7B8 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3814246CD96C0052F7B8 /* Object.swift */; }; - 056D3819246CD96D0052F7B8 /* Database.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3815246CD96C0052F7B8 /* Database.swift */; }; - 056D381D246CD9770052F7B8 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D381A246CD9770052F7B8 /* Switch.swift */; }; - 056D381E246CD9770052F7B8 /* UIButton+Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D381B246CD9770052F7B8 /* UIButton+Action.swift */; }; - 056D381F246CD9770052F7B8 /* UIControlEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D381C246CD9770052F7B8 /* UIControlEvent.swift */; }; - 056D3825246CD9810052F7B8 /* Debounce.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3820246CD9810052F7B8 /* Debounce.swift */; }; - 056D3826246CD9810052F7B8 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3821246CD9810052F7B8 /* Map.swift */; }; - 056D3827246CD9810052F7B8 /* Chained.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3822246CD9810052F7B8 /* Chained.swift */; }; - 056D3828246CD9810052F7B8 /* Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3823246CD9810052F7B8 /* Promise.swift */; }; - 056D3829246CD9810052F7B8 /* Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D3824246CD9810052F7B8 /* Future.swift */; }; - 056D382D246CD98C0052F7B8 /* Subscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D382A246CD98B0052F7B8 /* Subscriber.swift */; }; - 056D382E246CD98C0052F7B8 /* Signal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D382B246CD98C0052F7B8 /* Signal.swift */; }; - 056D382F246CD98C0052F7B8 /* Genenic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056D382C246CD98C0052F7B8 /* Genenic.swift */; }; - 05996F06246D9E22008271D4 /* Variable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F05246D9E22008271D4 /* Variable.swift */; }; - 05996F56246DB52D008271D4 /* FlatMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F55246DB52D008271D4 /* FlatMap.swift */; }; - 05996F58246ECFB3008271D4 /* AViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F57246ECFB3008271D4 /* AViewController.swift */; }; - 05996F5D246EE79F008271D4 /* Generic+Future.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F5B246EE3BA008271D4 /* Generic+Future.swift */; }; - 05996F60246EEA6F008271D4 /* Button.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F5E246EE9F5008271D4 /* Button.swift */; }; - 05996F63246F03FD008271D4 /* Distinct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F61246F03CF008271D4 /* Distinct.swift */; }; - 05996F66246F0B26008271D4 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F64246F0B0C008271D4 /* Filter.swift */; }; - 05996F69246F109A008271D4 /* Throttle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05996F67246F0EFB008271D4 /* Throttle.swift */; }; - 737C6AC5246CE9FF00B3179B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737C6AC4246CE9FF00B3179B /* AppDelegate.swift */; }; - 737C6AC7246CE9FF00B3179B /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737C6AC6246CE9FF00B3179B /* ViewController.swift */; }; - 737C6ACC246CEA0300B3179B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 737C6ACB246CEA0300B3179B /* Assets.xcassets */; }; - 737C6ACF246CEA0300B3179B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 737C6ACD246CEA0300B3179B /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 056D37CD246CD8EB0052F7B8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 056D37B9246CD8EA0052F7B8 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 056D37C1246CD8EA0052F7B8; - remoteInfo = SwiftReactive; - }; - 737C6AD4246CEA1700B3179B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 056D37B9246CD8EA0052F7B8 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 056D37C1246CD8EA0052F7B8; - remoteInfo = SwiftReactive; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 056D37C2246CD8EA0052F7B8 /* Variable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Variable.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 056D37C5246CD8EA0052F7B8 /* SwiftReactive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftReactive.h; sourceTree = ""; }; - 056D37C6246CD8EA0052F7B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 056D37CB246CD8EB0052F7B8 /* SwiftReactiveTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftReactiveTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 056D37D0246CD8EB0052F7B8 /* SwiftReactiveTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftReactiveTests.swift; sourceTree = ""; }; - 056D37D2246CD8EB0052F7B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 056D3812246CD96C0052F7B8 /* Store.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = ""; }; - 056D3813246CD96C0052F7B8 /* Pool.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pool.swift; sourceTree = ""; }; - 056D3814246CD96C0052F7B8 /* Object.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Object.swift; sourceTree = ""; }; - 056D3815246CD96C0052F7B8 /* Database.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Database.swift; sourceTree = ""; }; - 056D381A246CD9770052F7B8 /* Switch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Switch.swift; sourceTree = ""; }; - 056D381B246CD9770052F7B8 /* UIButton+Action.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIButton+Action.swift"; sourceTree = ""; }; - 056D381C246CD9770052F7B8 /* UIControlEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIControlEvent.swift; sourceTree = ""; }; - 056D3820246CD9810052F7B8 /* Debounce.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debounce.swift; sourceTree = ""; }; - 056D3821246CD9810052F7B8 /* Map.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Map.swift; sourceTree = ""; }; - 056D3822246CD9810052F7B8 /* Chained.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Chained.swift; sourceTree = ""; }; - 056D3823246CD9810052F7B8 /* Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Promise.swift; sourceTree = ""; }; - 056D3824246CD9810052F7B8 /* Future.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Future.swift; sourceTree = ""; }; - 056D382A246CD98B0052F7B8 /* Subscriber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Subscriber.swift; sourceTree = ""; }; - 056D382B246CD98C0052F7B8 /* Signal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Signal.swift; sourceTree = ""; }; - 056D382C246CD98C0052F7B8 /* Genenic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Genenic.swift; sourceTree = ""; }; - 05996F05246D9E22008271D4 /* Variable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Variable.swift; sourceTree = ""; }; - 05996F55246DB52D008271D4 /* FlatMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlatMap.swift; sourceTree = ""; }; - 05996F57246ECFB3008271D4 /* AViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AViewController.swift; sourceTree = ""; }; - 05996F5B246EE3BA008271D4 /* Generic+Future.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Generic+Future.swift"; sourceTree = ""; }; - 05996F5E246EE9F5008271D4 /* Button.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Button.swift; sourceTree = ""; }; - 05996F61246F03CF008271D4 /* Distinct.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Distinct.swift; sourceTree = ""; }; - 05996F64246F0B0C008271D4 /* Filter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Filter.swift; sourceTree = ""; }; - 05996F67246F0EFB008271D4 /* Throttle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Throttle.swift; sourceTree = ""; }; - 737C6AC2246CE9FF00B3179B /* VariableDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VariableDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 737C6AC4246CE9FF00B3179B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 737C6AC6246CE9FF00B3179B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 737C6ACB246CEA0300B3179B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 737C6ACE246CEA0300B3179B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 737C6AD0246CEA0300B3179B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 056D37BF246CD8EA0052F7B8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 056D37C8246CD8EB0052F7B8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 056D37CC246CD8EB0052F7B8 /* Variable.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 737C6ABF246CE9FE00B3179B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 056D37B8246CD8EA0052F7B8 = { - isa = PBXGroup; - children = ( - 056D37C4246CD8EA0052F7B8 /* SwiftReactive */, - 056D37CF246CD8EB0052F7B8 /* SwiftReactiveTests */, - 737C6AC3246CE9FF00B3179B /* VariableDemo */, - 056D37C3246CD8EA0052F7B8 /* Products */, - ); - sourceTree = ""; - }; - 056D37C3246CD8EA0052F7B8 /* Products */ = { - isa = PBXGroup; - children = ( - 056D37C2246CD8EA0052F7B8 /* Variable.framework */, - 056D37CB246CD8EB0052F7B8 /* SwiftReactiveTests.xctest */, - 737C6AC2246CE9FF00B3179B /* VariableDemo.app */, - ); - name = Products; - sourceTree = ""; - }; - 056D37C4246CD8EA0052F7B8 /* SwiftReactive */ = { - isa = PBXGroup; - children = ( - 056D37DC246CD8F10052F7B8 /* Sources */, - 056D37C5246CD8EA0052F7B8 /* SwiftReactive.h */, - 056D37C6246CD8EA0052F7B8 /* Info.plist */, - ); - path = SwiftReactive; - sourceTree = ""; - }; - 056D37CF246CD8EB0052F7B8 /* SwiftReactiveTests */ = { - isa = PBXGroup; - children = ( - 056D37D0246CD8EB0052F7B8 /* SwiftReactiveTests.swift */, - 056D37D2246CD8EB0052F7B8 /* Info.plist */, - ); - path = SwiftReactiveTests; - sourceTree = ""; - }; - 056D37DC246CD8F10052F7B8 /* Sources */ = { - isa = PBXGroup; - children = ( - 056D3811246CD9600052F7B8 /* Object */, - 056D3810246CD9570052F7B8 /* View */, - 056D380F246CD94F0052F7B8 /* Promies */, - 056D380E246CD9450052F7B8 /* Genenic */, - ); - path = Sources; - sourceTree = ""; - }; - 056D380E246CD9450052F7B8 /* Genenic */ = { - isa = PBXGroup; - children = ( - 056D382B246CD98C0052F7B8 /* Signal.swift */, - 056D382A246CD98B0052F7B8 /* Subscriber.swift */, - 056D382C246CD98C0052F7B8 /* Genenic.swift */, - ); - path = Genenic; - sourceTree = ""; - }; - 056D380F246CD94F0052F7B8 /* Promies */ = { - isa = PBXGroup; - children = ( - 05996F50246DB157008271D4 /* Operator */, - 056D3824246CD9810052F7B8 /* Future.swift */, - 056D3823246CD9810052F7B8 /* Promise.swift */, - 05996F05246D9E22008271D4 /* Variable.swift */, - 05996F5B246EE3BA008271D4 /* Generic+Future.swift */, - ); - path = Promies; - sourceTree = ""; - }; - 056D3810246CD9570052F7B8 /* View */ = { - isa = PBXGroup; - children = ( - 056D381B246CD9770052F7B8 /* UIButton+Action.swift */, - 056D381C246CD9770052F7B8 /* UIControlEvent.swift */, - 056D381A246CD9770052F7B8 /* Switch.swift */, - 05996F5E246EE9F5008271D4 /* Button.swift */, - ); - path = View; - sourceTree = ""; - }; - 056D3811246CD9600052F7B8 /* Object */ = { - isa = PBXGroup; - children = ( - 056D3815246CD96C0052F7B8 /* Database.swift */, - 056D3814246CD96C0052F7B8 /* Object.swift */, - 056D3813246CD96C0052F7B8 /* Pool.swift */, - 056D3812246CD96C0052F7B8 /* Store.swift */, - ); - path = Object; - sourceTree = ""; - }; - 05996F50246DB157008271D4 /* Operator */ = { - isa = PBXGroup; - children = ( - 056D3822246CD9810052F7B8 /* Chained.swift */, - 056D3820246CD9810052F7B8 /* Debounce.swift */, - 056D3821246CD9810052F7B8 /* Map.swift */, - 05996F55246DB52D008271D4 /* FlatMap.swift */, - 05996F61246F03CF008271D4 /* Distinct.swift */, - 05996F64246F0B0C008271D4 /* Filter.swift */, - 05996F67246F0EFB008271D4 /* Throttle.swift */, - ); - path = Operator; - sourceTree = ""; - }; - 737C6AC3246CE9FF00B3179B /* VariableDemo */ = { - isa = PBXGroup; - children = ( - 737C6AC4246CE9FF00B3179B /* AppDelegate.swift */, - 737C6AC6246CE9FF00B3179B /* ViewController.swift */, - 737C6ACB246CEA0300B3179B /* Assets.xcassets */, - 737C6ACD246CEA0300B3179B /* LaunchScreen.storyboard */, - 737C6AD0246CEA0300B3179B /* Info.plist */, - 05996F57246ECFB3008271D4 /* AViewController.swift */, - ); - path = VariableDemo; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 056D37BD246CD8EA0052F7B8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 056D37D3246CD8EB0052F7B8 /* SwiftReactive.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 056D37C1246CD8EA0052F7B8 /* Variable */ = { - isa = PBXNativeTarget; - buildConfigurationList = 056D37D6246CD8EB0052F7B8 /* Build configuration list for PBXNativeTarget "Variable" */; - buildPhases = ( - 056D37BD246CD8EA0052F7B8 /* Headers */, - 056D37BE246CD8EA0052F7B8 /* Sources */, - 056D37BF246CD8EA0052F7B8 /* Frameworks */, - 056D37C0246CD8EA0052F7B8 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Variable; - productName = SwiftReactive; - productReference = 056D37C2246CD8EA0052F7B8 /* Variable.framework */; - productType = "com.apple.product-type.framework"; - }; - 056D37CA246CD8EB0052F7B8 /* SwiftReactiveTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 056D37D9246CD8EB0052F7B8 /* Build configuration list for PBXNativeTarget "SwiftReactiveTests" */; - buildPhases = ( - 056D37C7246CD8EB0052F7B8 /* Sources */, - 056D37C8246CD8EB0052F7B8 /* Frameworks */, - 056D37C9246CD8EB0052F7B8 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 056D37CE246CD8EB0052F7B8 /* PBXTargetDependency */, - ); - name = SwiftReactiveTests; - productName = SwiftReactiveTests; - productReference = 056D37CB246CD8EB0052F7B8 /* SwiftReactiveTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 737C6AC1246CE9FE00B3179B /* VariableDemo */ = { - isa = PBXNativeTarget; - buildConfigurationList = 737C6AD1246CEA0300B3179B /* Build configuration list for PBXNativeTarget "VariableDemo" */; - buildPhases = ( - 737C6ABE246CE9FE00B3179B /* Sources */, - 737C6ABF246CE9FE00B3179B /* Frameworks */, - 737C6AC0246CE9FE00B3179B /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 737C6AD5246CEA1700B3179B /* PBXTargetDependency */, - ); - name = VariableDemo; - productName = VariableDemo; - productReference = 737C6AC2246CE9FF00B3179B /* VariableDemo.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 056D37B9246CD8EA0052F7B8 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1030; - LastUpgradeCheck = 1130; - ORGANIZATIONNAME = "Cao Phuoc Thanh"; - TargetAttributes = { - 056D37C1246CD8EA0052F7B8 = { - CreatedOnToolsVersion = 11.3.1; - LastSwiftMigration = 1130; - }; - 056D37CA246CD8EB0052F7B8 = { - CreatedOnToolsVersion = 11.3.1; - }; - 737C6AC1246CE9FE00B3179B = { - CreatedOnToolsVersion = 10.3; - }; - }; - }; - buildConfigurationList = 056D37BC246CD8EA0052F7B8 /* Build configuration list for PBXProject "SwiftReactive" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 056D37B8246CD8EA0052F7B8; - productRefGroup = 056D37C3246CD8EA0052F7B8 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 056D37C1246CD8EA0052F7B8 /* Variable */, - 056D37CA246CD8EB0052F7B8 /* SwiftReactiveTests */, - 737C6AC1246CE9FE00B3179B /* VariableDemo */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 056D37C0246CD8EA0052F7B8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 056D37C9246CD8EB0052F7B8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 737C6AC0246CE9FE00B3179B /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 737C6ACF246CEA0300B3179B /* LaunchScreen.storyboard in Resources */, - 737C6ACC246CEA0300B3179B /* Assets.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 056D37BE246CD8EA0052F7B8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 05996F69246F109A008271D4 /* Throttle.swift in Sources */, - 05996F66246F0B26008271D4 /* Filter.swift in Sources */, - 05996F63246F03FD008271D4 /* Distinct.swift in Sources */, - 05996F60246EEA6F008271D4 /* Button.swift in Sources */, - 05996F5D246EE79F008271D4 /* Generic+Future.swift in Sources */, - 05996F06246D9E22008271D4 /* Variable.swift in Sources */, - 056D3816246CD96C0052F7B8 /* Store.swift in Sources */, - 056D382E246CD98C0052F7B8 /* Signal.swift in Sources */, - 056D382D246CD98C0052F7B8 /* Subscriber.swift in Sources */, - 056D381E246CD9770052F7B8 /* UIButton+Action.swift in Sources */, - 056D382F246CD98C0052F7B8 /* Genenic.swift in Sources */, - 05996F56246DB52D008271D4 /* FlatMap.swift in Sources */, - 056D381F246CD9770052F7B8 /* UIControlEvent.swift in Sources */, - 056D3825246CD9810052F7B8 /* Debounce.swift in Sources */, - 056D3818246CD96C0052F7B8 /* Object.swift in Sources */, - 056D3826246CD9810052F7B8 /* Map.swift in Sources */, - 056D3829246CD9810052F7B8 /* Future.swift in Sources */, - 056D3819246CD96D0052F7B8 /* Database.swift in Sources */, - 056D3827246CD9810052F7B8 /* Chained.swift in Sources */, - 056D3828246CD9810052F7B8 /* Promise.swift in Sources */, - 056D381D246CD9770052F7B8 /* Switch.swift in Sources */, - 056D3817246CD96C0052F7B8 /* Pool.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 056D37C7246CD8EB0052F7B8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 056D37D1246CD8EB0052F7B8 /* SwiftReactiveTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 737C6ABE246CE9FE00B3179B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 737C6AC7246CE9FF00B3179B /* ViewController.swift in Sources */, - 05996F58246ECFB3008271D4 /* AViewController.swift in Sources */, - 737C6AC5246CE9FF00B3179B /* AppDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 056D37CE246CD8EB0052F7B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 056D37C1246CD8EA0052F7B8 /* Variable */; - targetProxy = 056D37CD246CD8EB0052F7B8 /* PBXContainerItemProxy */; - }; - 737C6AD5246CEA1700B3179B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 056D37C1246CD8EA0052F7B8 /* Variable */; - targetProxy = 737C6AD4246CEA1700B3179B /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 737C6ACD246CEA0300B3179B /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 737C6ACE246CEA0300B3179B /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 056D37D4246CD8EB0052F7B8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 056D37D5246CD8EB0052F7B8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 056D37D7246CD8EB0052F7B8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = 8AYMHH2W3E; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = SwiftReactive/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.SwiftReactive; - PRODUCT_NAME = Variable; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 056D37D8246CD8EB0052F7B8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_MODULES = YES; - CODE_SIGN_STYLE = Automatic; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = 8AYMHH2W3E; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = SwiftReactive/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.SwiftReactive; - PRODUCT_NAME = Variable; - SKIP_INSTALL = YES; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 056D37DA246CD8EB0052F7B8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 8AYMHH2W3E; - INFOPLIST_FILE = SwiftReactiveTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.SwiftReactiveTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 056D37DB246CD8EB0052F7B8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 8AYMHH2W3E; - INFOPLIST_FILE = SwiftReactiveTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.SwiftReactiveTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 737C6AD2246CEA0300B3179B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 8AYMHH2W3E; - INFOPLIST_FILE = VariableDemo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.VariableDemo; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 737C6AD3246CEA0300B3179B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 8AYMHH2W3E; - INFOPLIST_FILE = VariableDemo/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.onebuffer.VariableDemo; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 056D37BC246CD8EA0052F7B8 /* Build configuration list for PBXProject "SwiftReactive" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 056D37D4246CD8EB0052F7B8 /* Debug */, - 056D37D5246CD8EB0052F7B8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 056D37D6246CD8EB0052F7B8 /* Build configuration list for PBXNativeTarget "Variable" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 056D37D7246CD8EB0052F7B8 /* Debug */, - 056D37D8246CD8EB0052F7B8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 056D37D9246CD8EB0052F7B8 /* Build configuration list for PBXNativeTarget "SwiftReactiveTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 056D37DA246CD8EB0052F7B8 /* Debug */, - 056D37DB246CD8EB0052F7B8 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 737C6AD1246CEA0300B3179B /* Build configuration list for PBXNativeTarget "VariableDemo" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 737C6AD2246CEA0300B3179B /* Debug */, - 737C6AD3246CEA0300B3179B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 056D37B9246CD8EA0052F7B8 /* Project object */; -} diff --git a/SwiftReactive.xcodeproj/xcshareddata/xcschemes/Variable.xcscheme b/SwiftReactive.xcodeproj/xcshareddata/xcschemes/Variable.xcscheme deleted file mode 100644 index 03328d8..0000000 --- a/SwiftReactive.xcodeproj/xcshareddata/xcschemes/Variable.xcscheme +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SwiftReactive/SwiftReactive.h b/SwiftReactive/SwiftReactive.h deleted file mode 100644 index 88cea6c..0000000 --- a/SwiftReactive/SwiftReactive.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SwiftReactive.h -// SwiftReactive -// -// Created by Cao Phuoc Thanh on 5/14/20. -// Copyright © 2020 Cao Phuoc Thanh. All rights reserved. -// - -#import - -//! Project version number for SwiftReactive. -FOUNDATION_EXPORT double SwiftReactiveVersionNumber; - -//! Project version string for SwiftReactive. -FOUNDATION_EXPORT const unsigned char SwiftReactiveVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - -