Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
caophuocthanh committed May 16, 2020
1 parent f06d8a2 commit 90c0ca9
Show file tree
Hide file tree
Showing 45 changed files with 1,139 additions and 858 deletions.
Binary file modified .DS_Store
Binary file not shown.
985 changes: 985 additions & 0 deletions Reflectly.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
19 changes: 19 additions & 0 deletions Reflectly/Reflectly.h
Original file line number Diff line number Diff line change
@@ -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 <Foundation/Foundation.h>

//! 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 <Reflectly/PublicHeader.h>


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import UIKit
import Variable
import Reflectly

class AViewController: UIViewController {

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
</viewController>
Expand Down
2 changes: 1 addition & 1 deletion VariableDemo/Info.plist → ReflectlyDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions ReflectlyDemo/ReflectlyDemo-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import UIKit
import Variable
import Reflectly

class ViewController: UIViewController {

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
22 changes: 22 additions & 0 deletions ReflectlyDemoUITests/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
43 changes: 43 additions & 0 deletions ReflectlyDemoUITests/ReflectlyDemoUITests.swift
Original file line number Diff line number Diff line change
@@ -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()
}
}
}
}
22 changes: 22 additions & 0 deletions ReflectlyTests/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
34 changes: 34 additions & 0 deletions ReflectlyTests/ReflectlyTests.swift
Original file line number Diff line number Diff line change
@@ -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.
}
}

}
Loading

0 comments on commit 90c0ca9

Please sign in to comment.