Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4960d608b4 | ||
|
|
3b25741375 | ||
|
|
e3d7e76f14 | ||
|
|
2ae380ced9 | ||
|
|
43b76c064c | ||
|
|
242b6ae368 | ||
|
|
6ba3bf7309 | ||
|
|
d95b8e9225 | ||
|
|
bd9563a7d0 | ||
|
|
3551efffa5 | ||
|
|
02c58efb18 | ||
|
|
ea56245297 | ||
|
|
8d6f674260 | ||
|
|
94c2ca5a4e | ||
|
|
df1a100a71 | ||
|
|
c5e24d503d | ||
|
|
ee213ef426 | ||
|
|
e365d5ff2e | ||
|
|
ccb27d7d97 | ||
|
|
e05dd8699e | ||
|
|
599de6b72a | ||
|
|
5acb789a62 | ||
|
|
fe8d28cfcb | ||
|
|
25d3bee5c1 | ||
|
|
bc80c351fb | ||
|
|
c2ddafb489 | ||
|
|
f0eda60afa | ||
|
|
b566e460ad | ||
|
|
c39454be01 | ||
|
|
ddca5365fc | ||
|
|
797b669aa1 | ||
|
|
ec4d296b9f | ||
|
|
37fa7e98e4 | ||
|
|
7916776680 | ||
|
|
cdbdd930e6 | ||
|
|
e087efe1cb | ||
|
|
8746135531 |
@@ -1,38 +0,0 @@
|
|||||||
# Mac OS X
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Xcode
|
|
||||||
## Build generated
|
|
||||||
build/
|
|
||||||
DerivedData
|
|
||||||
|
|
||||||
## Various settings
|
|
||||||
*.pbxuser
|
|
||||||
!default.pbxuser
|
|
||||||
*.mode1v3
|
|
||||||
!default.mode1v3
|
|
||||||
*.mode2v3
|
|
||||||
!default.mode2v3
|
|
||||||
*.perspectivev3
|
|
||||||
!default.perspectivev3
|
|
||||||
xcuserdata
|
|
||||||
|
|
||||||
## Other
|
|
||||||
*.xccheckout
|
|
||||||
*.moved-aside
|
|
||||||
*.xcuserstate
|
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
## Obj-C/Swift specific
|
|
||||||
*.hmap
|
|
||||||
*.ipa
|
|
||||||
|
|
||||||
## Playgrounds
|
|
||||||
timeline.xctimeline
|
|
||||||
playground.xcworkspace
|
|
||||||
|
|
||||||
# Swift Package Manager
|
|
||||||
.build/
|
|
||||||
|
|
||||||
# Carthage
|
|
||||||
Carthage/Build
|
|
||||||
@@ -1 +1 @@
|
|||||||
3.0.2
|
4.0
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
# references:
|
|
||||||
# * http://www.objc.io/issue-6/travis-ci.html
|
|
||||||
# * https://github.com/supermarin/xcpretty#usage
|
|
||||||
|
|
||||||
osx_image: xcode7.3
|
|
||||||
language: objective-c
|
|
||||||
# cache: cocoapods
|
|
||||||
# podfile: Example/Podfile
|
|
||||||
# before_install:
|
|
||||||
# - gem install cocoapods # Since Travis is not always on latest version
|
|
||||||
# - pod install --project-directory=Example
|
|
||||||
script:
|
|
||||||
- set -o pipefail && xcodebuild test -workspace Example/OpenSourceController.xcworkspace -scheme OpenSourceController-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
|
|
||||||
- pod lib lint
|
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
Changelog
|
||||||
|
==========
|
||||||
|
|
||||||
|
### 2.0
|
||||||
|
|
||||||
|
- Swift 4 version
|
||||||
|
|
||||||
|
### 1.0.8
|
||||||
|
|
||||||
|
- Fix architecture
|
||||||
|
- Add Carthage support
|
||||||
|
|
||||||
|
### 1.0.5
|
||||||
|
|
||||||
|
- Fix default customisation
|
||||||
|
|
||||||
|
### 1.0.4
|
||||||
|
|
||||||
|
- Add customisation way
|
||||||
|
|
||||||
|
### 1.0.3
|
||||||
|
|
||||||
|
- Remove public extension
|
||||||
@@ -5,5 +5,5 @@ Contributors to the codebase :
|
|||||||
|
|
||||||
| Name | Github handle | Mail |
|
| Name | Github handle | Mail |
|
||||||
| ------------- |------------- | ----- |
|
| ------------- |------------- | ----- |
|
||||||
|
| David Lari | DavidLari | / |
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
<?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>en</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>FMWK</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
<string>Copyright © 2017 Florian Gabach. All rights reserved.</string>
|
||||||
|
<key>NSPrincipalClass</key>
|
||||||
|
<string></string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
<?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>en</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>BNDL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
included:
|
|
||||||
# View
|
|
||||||
- ../OpenSourceController/Classes/View
|
|
||||||
|
|
||||||
# Controller
|
|
||||||
- ../OpenSourceController/Classes/Controller
|
|
||||||
|
|
||||||
# Model
|
|
||||||
- ../OpenSourceController/Classes/Model
|
|
||||||
@@ -1,644 +0,0 @@
|
|||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 46;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
|
|
||||||
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
|
|
||||||
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
|
|
||||||
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
|
|
||||||
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
|
|
||||||
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
|
|
||||||
6B97E461A777A38641DFF2BB /* Pods_OpenSourceController_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01C1ED0DAD6B8C56070C2725 /* Pods_OpenSourceController_Example.framework */; };
|
|
||||||
767195ED1E697890005424C6 /* CONTRIBUTORS.md in Sources */ = {isa = PBXBuildFile; fileRef = 767195EC1E697890005424C6 /* CONTRIBUTORS.md */; };
|
|
||||||
767195EF1E697896005424C6 /* CONTRIBUTING.md in Sources */ = {isa = PBXBuildFile; fileRef = 767195EE1E697896005424C6 /* CONTRIBUTING.md */; };
|
|
||||||
DE9F38AD98FC5DFBDF7EADF1 /* Pods_OpenSourceController_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B544A0C5F114143EEFD0366A /* Pods_OpenSourceController_Tests.framework */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
|
||||||
607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
|
|
||||||
proxyType = 1;
|
|
||||||
remoteGlobalIDString = 607FACCF1AFB9204008FA782;
|
|
||||||
remoteInfo = OpenSourceController;
|
|
||||||
};
|
|
||||||
/* End PBXContainerItemProxy section */
|
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
|
||||||
76B4FBF51E47388C007934C2 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = "";
|
|
||||||
dstSubfolderSpec = 7;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
01C1ED0DAD6B8C56070C2725 /* Pods_OpenSourceController_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OpenSourceController_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
08D448B1F0B5AB13A9325D4C /* Pods-OpenSourceController_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenSourceController_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-OpenSourceController_Example/Pods-OpenSourceController_Example.release.xcconfig"; sourceTree = "<group>"; };
|
|
||||||
607FACD01AFB9204008FA782 /* OpenSourceController_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenSourceController_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
||||||
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
||||||
607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
||||||
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
||||||
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
||||||
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
|
||||||
607FACE51AFB9204008FA782 /* OpenSourceController_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OpenSourceController_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
||||||
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
|
|
||||||
64B1D807A1D310FDA418A3AD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
|
|
||||||
64E410A815536CB40C9EFD4D /* Pods-OpenSourceController_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenSourceController_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OpenSourceController_Example/Pods-OpenSourceController_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
|
||||||
767195EC1E697890005424C6 /* CONTRIBUTORS.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTORS.md; path = ../CONTRIBUTORS.md; sourceTree = "<group>"; };
|
|
||||||
767195EE1E697896005424C6 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../CONTRIBUTING.md; sourceTree = "<group>"; };
|
|
||||||
7992D734190D4686F9AF2409 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
|
|
||||||
87501F335829155E114806FA /* Pods-OpenSourceController_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenSourceController_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-OpenSourceController_Tests/Pods-OpenSourceController_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
|
||||||
B544A0C5F114143EEFD0366A /* Pods_OpenSourceController_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OpenSourceController_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
B618AB26E5C0028641390646 /* Pods-OpenSourceController_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OpenSourceController_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OpenSourceController_Tests/Pods-OpenSourceController_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
|
||||||
C1CC167BCAEA652E1A800918 /* OpenSourceController.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = OpenSourceController.podspec; path = ../OpenSourceController.podspec; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
607FACCD1AFB9204008FA782 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
6B97E461A777A38641DFF2BB /* Pods_OpenSourceController_Example.framework in Frameworks */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
607FACE21AFB9204008FA782 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
DE9F38AD98FC5DFBDF7EADF1 /* Pods_OpenSourceController_Tests.framework in Frameworks */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
607FACC71AFB9204008FA782 = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
607FACF51AFB993E008FA782 /* Podspec Metadata */,
|
|
||||||
607FACD21AFB9204008FA782 /* Example for OpenSourceController */,
|
|
||||||
607FACE81AFB9204008FA782 /* Tests */,
|
|
||||||
607FACD11AFB9204008FA782 /* Products */,
|
|
||||||
C5AB217487FAF929BE481D1E /* Pods */,
|
|
||||||
CF3A6F70A8491985453FBA7D /* Frameworks */,
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACD11AFB9204008FA782 /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
607FACD01AFB9204008FA782 /* OpenSourceController_Example.app */,
|
|
||||||
607FACE51AFB9204008FA782 /* OpenSourceController_Tests.xctest */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACD21AFB9204008FA782 /* Example for OpenSourceController */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
|
||||||
607FACD71AFB9204008FA782 /* ViewController.swift */,
|
|
||||||
607FACD91AFB9204008FA782 /* Main.storyboard */,
|
|
||||||
607FACDC1AFB9204008FA782 /* Images.xcassets */,
|
|
||||||
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */,
|
|
||||||
607FACD31AFB9204008FA782 /* Supporting Files */,
|
|
||||||
);
|
|
||||||
name = "Example for OpenSourceController";
|
|
||||||
path = OpenSourceController;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACD31AFB9204008FA782 /* Supporting Files */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
607FACD41AFB9204008FA782 /* Info.plist */,
|
|
||||||
);
|
|
||||||
name = "Supporting Files";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACE81AFB9204008FA782 /* Tests */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
607FACEB1AFB9204008FA782 /* Tests.swift */,
|
|
||||||
607FACE91AFB9204008FA782 /* Supporting Files */,
|
|
||||||
);
|
|
||||||
path = Tests;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACE91AFB9204008FA782 /* Supporting Files */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
607FACEA1AFB9204008FA782 /* Info.plist */,
|
|
||||||
);
|
|
||||||
name = "Supporting Files";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
C1CC167BCAEA652E1A800918 /* OpenSourceController.podspec */,
|
|
||||||
64B1D807A1D310FDA418A3AD /* README.md */,
|
|
||||||
7992D734190D4686F9AF2409 /* LICENSE */,
|
|
||||||
767195EC1E697890005424C6 /* CONTRIBUTORS.md */,
|
|
||||||
767195EE1E697896005424C6 /* CONTRIBUTING.md */,
|
|
||||||
);
|
|
||||||
name = "Podspec Metadata";
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
C5AB217487FAF929BE481D1E /* Pods */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
64E410A815536CB40C9EFD4D /* Pods-OpenSourceController_Example.debug.xcconfig */,
|
|
||||||
08D448B1F0B5AB13A9325D4C /* Pods-OpenSourceController_Example.release.xcconfig */,
|
|
||||||
B618AB26E5C0028641390646 /* Pods-OpenSourceController_Tests.debug.xcconfig */,
|
|
||||||
87501F335829155E114806FA /* Pods-OpenSourceController_Tests.release.xcconfig */,
|
|
||||||
);
|
|
||||||
name = Pods;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
CF3A6F70A8491985453FBA7D /* Frameworks */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
01C1ED0DAD6B8C56070C2725 /* Pods_OpenSourceController_Example.framework */,
|
|
||||||
B544A0C5F114143EEFD0366A /* Pods_OpenSourceController_Tests.framework */,
|
|
||||||
);
|
|
||||||
name = Frameworks;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
607FACCF1AFB9204008FA782 /* OpenSourceController_Example */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "OpenSourceController_Example" */;
|
|
||||||
buildPhases = (
|
|
||||||
3FFC5F9D030572E3EF73A2F7 /* [CP] Check Pods Manifest.lock */,
|
|
||||||
607FACCC1AFB9204008FA782 /* Sources */,
|
|
||||||
607FACCD1AFB9204008FA782 /* Frameworks */,
|
|
||||||
607FACCE1AFB9204008FA782 /* Resources */,
|
|
||||||
D0F4A19C78DF5D1D34088300 /* [CP] Embed Pods Frameworks */,
|
|
||||||
691EB45AD51D484A1227FEF7 /* [CP] Copy Pods Resources */,
|
|
||||||
76B4FBF51E47388C007934C2 /* CopyFiles */,
|
|
||||||
76B4FBF61E473896007934C2 /* ShellScript */,
|
|
||||||
76B4FBF71E4738A3007934C2 /* ShellScript */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = OpenSourceController_Example;
|
|
||||||
productName = OpenSourceController;
|
|
||||||
productReference = 607FACD01AFB9204008FA782 /* OpenSourceController_Example.app */;
|
|
||||||
productType = "com.apple.product-type.application";
|
|
||||||
};
|
|
||||||
607FACE41AFB9204008FA782 /* OpenSourceController_Tests */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "OpenSourceController_Tests" */;
|
|
||||||
buildPhases = (
|
|
||||||
AA7BFA779F21C745B960E47E /* [CP] Check Pods Manifest.lock */,
|
|
||||||
607FACE11AFB9204008FA782 /* Sources */,
|
|
||||||
607FACE21AFB9204008FA782 /* Frameworks */,
|
|
||||||
607FACE31AFB9204008FA782 /* Resources */,
|
|
||||||
AFC7F8E2BE2A2CC9E5F1CCB5 /* [CP] Embed Pods Frameworks */,
|
|
||||||
1C034C0A3A3A042CC6C404CE /* [CP] Copy Pods Resources */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
607FACE71AFB9204008FA782 /* PBXTargetDependency */,
|
|
||||||
);
|
|
||||||
name = OpenSourceController_Tests;
|
|
||||||
productName = Tests;
|
|
||||||
productReference = 607FACE51AFB9204008FA782 /* OpenSourceController_Tests.xctest */;
|
|
||||||
productType = "com.apple.product-type.bundle.unit-test";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
607FACC81AFB9204008FA782 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastSwiftUpdateCheck = 0720;
|
|
||||||
LastUpgradeCheck = 0820;
|
|
||||||
ORGANIZATIONNAME = CocoaPods;
|
|
||||||
TargetAttributes = {
|
|
||||||
607FACCF1AFB9204008FA782 = {
|
|
||||||
CreatedOnToolsVersion = 6.3.1;
|
|
||||||
DevelopmentTeam = 62PP362QNQ;
|
|
||||||
LastSwiftMigration = 0820;
|
|
||||||
};
|
|
||||||
607FACE41AFB9204008FA782 = {
|
|
||||||
CreatedOnToolsVersion = 6.3.1;
|
|
||||||
DevelopmentTeam = 62PP362QNQ;
|
|
||||||
LastSwiftMigration = 0820;
|
|
||||||
TestTargetID = 607FACCF1AFB9204008FA782;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "OpenSourceController" */;
|
|
||||||
compatibilityVersion = "Xcode 3.2";
|
|
||||||
developmentRegion = English;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
Base,
|
|
||||||
);
|
|
||||||
mainGroup = 607FACC71AFB9204008FA782;
|
|
||||||
productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
607FACCF1AFB9204008FA782 /* OpenSourceController_Example */,
|
|
||||||
607FACE41AFB9204008FA782 /* OpenSourceController_Tests */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXResourcesBuildPhase section */
|
|
||||||
607FACCE1AFB9204008FA782 /* Resources */ = {
|
|
||||||
isa = PBXResourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
|
|
||||||
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
|
|
||||||
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
607FACE31AFB9204008FA782 /* Resources */ = {
|
|
||||||
isa = PBXResourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXResourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXShellScriptBuildPhase section */
|
|
||||||
1C034C0A3A3A042CC6C404CE /* [CP] Copy Pods Resources */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Copy Pods Resources";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OpenSourceController_Tests/Pods-OpenSourceController_Tests-resources.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
3FFC5F9D030572E3EF73A2F7 /* [CP] Check Pods Manifest.lock */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Check Pods Manifest.lock";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
691EB45AD51D484A1227FEF7 /* [CP] Copy Pods Resources */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Copy Pods Resources";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OpenSourceController_Example/Pods-OpenSourceController_Example-resources.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
76B4FBF61E473896007934C2 /* ShellScript */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
|
|
||||||
};
|
|
||||||
76B4FBF71E4738A3007934C2 /* ShellScript */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "KEYWORDS=\"TODO:|FIXME:\"\nfind \".\" \\( -name \"*.h\" -or -name \"*.m\" -or -name \"*.swift\" \\) -not -path \"./Pods/*\" -print0 |\nxargs -0 egrep --with-filename --line-number --only-matching \"($KEYWORDS).*\\$\" |\nperl -p -e \"s/($KEYWORDS)/ warning: \\$1/\"";
|
|
||||||
};
|
|
||||||
AA7BFA779F21C745B960E47E /* [CP] Check Pods Manifest.lock */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Check Pods Manifest.lock";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
AFC7F8E2BE2A2CC9E5F1CCB5 /* [CP] Embed Pods Frameworks */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Embed Pods Frameworks";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OpenSourceController_Tests/Pods-OpenSourceController_Tests-frameworks.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
D0F4A19C78DF5D1D34088300 /* [CP] Embed Pods Frameworks */ = {
|
|
||||||
isa = PBXShellScriptBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
inputPaths = (
|
|
||||||
);
|
|
||||||
name = "[CP] Embed Pods Frameworks";
|
|
||||||
outputPaths = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
shellPath = /bin/sh;
|
|
||||||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-OpenSourceController_Example/Pods-OpenSourceController_Example-frameworks.sh\"\n";
|
|
||||||
showEnvVarsInLog = 0;
|
|
||||||
};
|
|
||||||
/* End PBXShellScriptBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
607FACCC1AFB9204008FA782 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
|
|
||||||
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
|
|
||||||
767195EF1E697896005424C6 /* CONTRIBUTING.md in Sources */,
|
|
||||||
767195ED1E697890005424C6 /* CONTRIBUTORS.md in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
607FACE11AFB9204008FA782 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
|
||||||
607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
|
|
||||||
isa = PBXTargetDependency;
|
|
||||||
target = 607FACCF1AFB9204008FA782 /* OpenSourceController_Example */;
|
|
||||||
targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
|
|
||||||
};
|
|
||||||
/* End PBXTargetDependency section */
|
|
||||||
|
|
||||||
/* Begin PBXVariantGroup section */
|
|
||||||
607FACD91AFB9204008FA782 /* Main.storyboard */ = {
|
|
||||||
isa = PBXVariantGroup;
|
|
||||||
children = (
|
|
||||||
607FACDA1AFB9204008FA782 /* Base */,
|
|
||||||
);
|
|
||||||
name = Main.storyboard;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
607FACDE1AFB9204008FA782 /* LaunchScreen.xib */ = {
|
|
||||||
isa = PBXVariantGroup;
|
|
||||||
children = (
|
|
||||||
607FACDF1AFB9204008FA782 /* Base */,
|
|
||||||
);
|
|
||||||
name = LaunchScreen.xib;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXVariantGroup section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
607FACED1AFB9204008FA782 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_ENABLE_MODULES = YES;
|
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
|
||||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
||||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
||||||
ENABLE_TESTABILITY = YES;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
GCC_DYNAMIC_NO_PIC = NO;
|
|
||||||
GCC_NO_COMMON_BLOCKS = YES;
|
|
||||||
GCC_OPTIMIZATION_LEVEL = 0;
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
"DEBUG=1",
|
|
||||||
"$(inherited)",
|
|
||||||
);
|
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
||||||
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 = 9.3;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
607FACEE1AFB9204008FA782 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
||||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
||||||
CLANG_CXX_LIBRARY = "libc++";
|
|
||||||
CLANG_ENABLE_MODULES = YES;
|
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
|
||||||
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
||||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
||||||
CLANG_WARN_EMPTY_BODY = YES;
|
|
||||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
||||||
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
||||||
CLANG_WARN_INT_CONVERSION = YES;
|
|
||||||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
||||||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
||||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
||||||
COPY_PHASE_STRIP = NO;
|
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
||||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
||||||
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 = 9.3;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
|
||||||
SDKROOT = iphoneos;
|
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
||||||
VALIDATE_PRODUCT = YES;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
607FACF01AFB9204008FA782 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
baseConfigurationReference = 64E410A815536CB40C9EFD4D /* Pods-OpenSourceController_Example.debug.xcconfig */;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
||||||
DEVELOPMENT_TEAM = 62PP362QNQ;
|
|
||||||
INFOPLIST_FILE = OpenSourceController/Info.plist;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
||||||
MODULE_NAME = ExampleApp;
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
607FACF11AFB9204008FA782 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
baseConfigurationReference = 08D448B1F0B5AB13A9325D4C /* Pods-OpenSourceController_Example.release.xcconfig */;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
||||||
DEVELOPMENT_TEAM = 62PP362QNQ;
|
|
||||||
INFOPLIST_FILE = OpenSourceController/Info.plist;
|
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
||||||
MODULE_NAME = ExampleApp;
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
607FACF31AFB9204008FA782 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
baseConfigurationReference = B618AB26E5C0028641390646 /* Pods-OpenSourceController_Tests.debug.xcconfig */;
|
|
||||||
buildSettings = {
|
|
||||||
DEVELOPMENT_TEAM = 62PP362QNQ;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
||||||
"DEBUG=1",
|
|
||||||
"$(inherited)",
|
|
||||||
);
|
|
||||||
INFOPLIST_FILE = Tests/Info.plist;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
607FACF41AFB9204008FA782 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
baseConfigurationReference = 87501F335829155E114806FA /* Pods-OpenSourceController_Tests.release.xcconfig */;
|
|
||||||
buildSettings = {
|
|
||||||
DEVELOPMENT_TEAM = 62PP362QNQ;
|
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
|
||||||
INFOPLIST_FILE = Tests/Info.plist;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "OpenSourceController" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
607FACED1AFB9204008FA782 /* Debug */,
|
|
||||||
607FACEE1AFB9204008FA782 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "OpenSourceController_Example" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
607FACF01AFB9204008FA782 /* Debug */,
|
|
||||||
607FACF11AFB9204008FA782 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "OpenSourceController_Tests" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
607FACF31AFB9204008FA782 /* Debug */,
|
|
||||||
607FACF41AFB9204008FA782 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
};
|
|
||||||
rootObject = 607FACC81AFB9204008FA782 /* Project object */;
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Workspace
|
|
||||||
version = "1.0">
|
|
||||||
<FileRef
|
|
||||||
location = "group:OpenSourceController.xcodeproj">
|
|
||||||
</FileRef>
|
|
||||||
<FileRef
|
|
||||||
location = "group:Pods/Pods.xcodeproj">
|
|
||||||
</FileRef>
|
|
||||||
</Workspace>
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
|
|
||||||
<dependencies>
|
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
|
|
||||||
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
|
||||||
</dependencies>
|
|
||||||
<objects>
|
|
||||||
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
||||||
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
||||||
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
|
|
||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
||||||
<subviews>
|
|
||||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 CocoaPods. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
|
|
||||||
<rect key="frame" x="20" y="439" width="441" height="21"/>
|
|
||||||
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="OpenSourceController" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
|
|
||||||
<rect key="frame" x="20" y="140" width="441" height="43"/>
|
|
||||||
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
|
|
||||||
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
||||||
<nil key="highlightedColor"/>
|
|
||||||
</label>
|
|
||||||
</subviews>
|
|
||||||
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
|
||||||
<constraints>
|
|
||||||
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
|
|
||||||
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
|
|
||||||
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
|
|
||||||
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
|
|
||||||
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
|
|
||||||
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
|
|
||||||
</constraints>
|
|
||||||
<nil key="simulatedStatusBarMetrics"/>
|
|
||||||
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
||||||
<point key="canvasLocation" x="548" y="455"/>
|
|
||||||
</view>
|
|
||||||
</objects>
|
|
||||||
</document>
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "29x29",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "29x29",
|
|
||||||
"scale" : "3x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "40x40",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "40x40",
|
|
||||||
"scale" : "3x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "60x60",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "iphone",
|
|
||||||
"size" : "60x60",
|
|
||||||
"scale" : "3x"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"version" : 1,
|
|
||||||
"author" : "xcode"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
//
|
|
||||||
// ViewController.swift
|
|
||||||
// OpenSourceController
|
|
||||||
//
|
|
||||||
// Created by terflogag on 01/30/2017.
|
|
||||||
// Copyright (c) 2017 terflogag. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
import OpenSourceController
|
|
||||||
|
|
||||||
class ViewController: UIViewController {
|
|
||||||
|
|
||||||
override func viewDidLoad() {
|
|
||||||
super.viewDidLoad()
|
|
||||||
// Do any additional setup after loading the view, typically from a nib
|
|
||||||
}
|
|
||||||
|
|
||||||
override func didReceiveMemoryWarning() {
|
|
||||||
super.didReceiveMemoryWarning()
|
|
||||||
// Dispose of any resources that can be recreated.
|
|
||||||
}
|
|
||||||
|
|
||||||
@IBAction func showOpenSource(_ sender: Any) {
|
|
||||||
// Create controller
|
|
||||||
let openSourceVC = OpenSourceController()
|
|
||||||
|
|
||||||
// Init with LicenceFile object
|
|
||||||
openSourceVC.licences = [LicenceFile(title: "FacebookImagePicker",
|
|
||||||
url: "https://raw.githubusercontent.com/terflogag/FacebookImagePicker/master/LICENSE"),
|
|
||||||
// LicenceFile(title: "JSQMessagesViewController",
|
|
||||||
// url: "https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/LICENSE"),
|
|
||||||
// LicenceFile(title: "OpenSourceController",
|
|
||||||
// url: "https://raw.githubusercontent.com/terflogag/OpenSourceController/master/LICENSE"),
|
|
||||||
LicenceFile(title: "Twitter & Fabric",
|
|
||||||
url: " http://get.fabric.io/terms/opensource.txt")]
|
|
||||||
|
|
||||||
// Present controller
|
|
||||||
openSourceVC.presentOpenSourceController(from: self)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
use_frameworks!
|
|
||||||
|
|
||||||
target 'OpenSourceController_Example' do
|
|
||||||
pod 'OpenSourceController', :path => '../'
|
|
||||||
|
|
||||||
target 'OpenSourceController_Tests' do
|
|
||||||
inherit! :search_paths
|
|
||||||
|
|
||||||
|
|
||||||
end
|
|
||||||
end
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
PODS:
|
|
||||||
- OpenSourceController (0.1.0)
|
|
||||||
|
|
||||||
DEPENDENCIES:
|
|
||||||
- OpenSourceController (from `../`)
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
|
||||||
OpenSourceController:
|
|
||||||
:path: "../"
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
|
||||||
OpenSourceController: acf2803ef9b2d9ee28ed4dda818a2c35dfe3847a
|
|
||||||
|
|
||||||
PODFILE CHECKSUM: eaac391c14a4bc6abd88a2de67669838088fb88d
|
|
||||||
|
|
||||||
COCOAPODS: 1.2.0
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#import <Foundation/Foundation.h>
|
|
||||||
@interface PodsDummy_OpenSourceController : NSObject
|
|
||||||
@end
|
|
||||||
@implementation PodsDummy_OpenSourceController
|
|
||||||
@end
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
#ifdef __OBJC__
|
|
||||||
#import <UIKit/UIKit.h>
|
|
||||||
#else
|
|
||||||
#ifndef FOUNDATION_EXPORT
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
#define FOUNDATION_EXPORT extern "C"
|
|
||||||
#else
|
|
||||||
#define FOUNDATION_EXPORT extern
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#ifdef __OBJC__
|
|
||||||
#import <UIKit/UIKit.h>
|
|
||||||
#else
|
|
||||||
#ifndef FOUNDATION_EXPORT
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
#define FOUNDATION_EXPORT extern "C"
|
|
||||||
#else
|
|
||||||
#define FOUNDATION_EXPORT extern
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
FOUNDATION_EXPORT double OpenSourceControllerVersionNumber;
|
|
||||||
FOUNDATION_EXPORT const unsigned char OpenSourceControllerVersionString[];
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
framework module OpenSourceController {
|
|
||||||
umbrella header "OpenSourceController-umbrella.h"
|
|
||||||
|
|
||||||
export *
|
|
||||||
module * { export * }
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/OpenSourceController
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
||||||
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public"
|
|
||||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
|
||||||
PODS_BUILD_DIR = $BUILD_DIR
|
|
||||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
||||||
PODS_ROOT = ${SRCROOT}
|
|
||||||
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
|
|
||||||
SKIP_INSTALL = YES
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
# Acknowledgements
|
|
||||||
This application makes use of the following third party libraries:
|
|
||||||
|
|
||||||
## OpenSourceController
|
|
||||||
|
|
||||||
Copyright (c) 2017 terflogag <florian.gabach@gmail.com>
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
||||||
|
|
||||||
Generated by CocoaPods - https://cocoapods.org
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
<?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>PreferenceSpecifiers</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>FooterText</key>
|
|
||||||
<string>This application makes use of the following third party libraries:</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string>Acknowledgements</string>
|
|
||||||
<key>Type</key>
|
|
||||||
<string>PSGroupSpecifier</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>FooterText</key>
|
|
||||||
<string>Copyright (c) 2017 terflogag <florian.gabach@gmail.com>
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
||||||
</string>
|
|
||||||
<key>License</key>
|
|
||||||
<string>MIT</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string>OpenSourceController</string>
|
|
||||||
<key>Type</key>
|
|
||||||
<string>PSGroupSpecifier</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>FooterText</key>
|
|
||||||
<string>Generated by CocoaPods - https://cocoapods.org</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string></string>
|
|
||||||
<key>Type</key>
|
|
||||||
<string>PSGroupSpecifier</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
<key>StringsTable</key>
|
|
||||||
<string>Acknowledgements</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string>Acknowledgements</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#import <Foundation/Foundation.h>
|
|
||||||
@interface PodsDummy_Pods_OpenSourceController_Example : NSObject
|
|
||||||
@end
|
|
||||||
@implementation PodsDummy_Pods_OpenSourceController_Example
|
|
||||||
@end
|
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
|
|
||||||
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
|
|
||||||
|
|
||||||
install_framework()
|
|
||||||
{
|
|
||||||
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
|
|
||||||
local source="${BUILT_PRODUCTS_DIR}/$1"
|
|
||||||
elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
|
|
||||||
local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
|
|
||||||
elif [ -r "$1" ]; then
|
|
||||||
local source="$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
|
|
||||||
if [ -L "${source}" ]; then
|
|
||||||
echo "Symlinked..."
|
|
||||||
source="$(readlink "${source}")"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# use filter instead of exclude so missing patterns dont' throw errors
|
|
||||||
echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
|
|
||||||
rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
|
|
||||||
|
|
||||||
local basename
|
|
||||||
basename="$(basename -s .framework "$1")"
|
|
||||||
binary="${destination}/${basename}.framework/${basename}"
|
|
||||||
if ! [ -r "$binary" ]; then
|
|
||||||
binary="${destination}/${basename}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Strip invalid architectures so "fat" simulator / device frameworks work on device
|
|
||||||
if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
|
|
||||||
strip_invalid_archs "$binary"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Resign the code if required by the build settings to avoid unstable apps
|
|
||||||
code_sign_if_enabled "${destination}/$(basename "$1")"
|
|
||||||
|
|
||||||
# Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
|
|
||||||
if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
|
|
||||||
local swift_runtime_libs
|
|
||||||
swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
|
|
||||||
for lib in $swift_runtime_libs; do
|
|
||||||
echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
|
|
||||||
rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
|
|
||||||
code_sign_if_enabled "${destination}/${lib}"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# Signs a framework with the provided identity
|
|
||||||
code_sign_if_enabled() {
|
|
||||||
if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
|
|
||||||
# Use the current code_sign_identitiy
|
|
||||||
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
|
|
||||||
local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'"
|
|
||||||
|
|
||||||
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
|
|
||||||
code_sign_cmd="$code_sign_cmd &"
|
|
||||||
fi
|
|
||||||
echo "$code_sign_cmd"
|
|
||||||
eval "$code_sign_cmd"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# Strip invalid architectures
|
|
||||||
strip_invalid_archs() {
|
|
||||||
binary="$1"
|
|
||||||
# Get architectures for current file
|
|
||||||
archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
|
|
||||||
stripped=""
|
|
||||||
for arch in $archs; do
|
|
||||||
if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then
|
|
||||||
# Strip non-valid architectures in-place
|
|
||||||
lipo -remove "$arch" -output "$binary" "$binary" || exit 1
|
|
||||||
stripped="$stripped $arch"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
if [[ "$stripped" ]]; then
|
|
||||||
echo "Stripped $binary of architectures:$stripped"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if [[ "$CONFIGURATION" == "Debug" ]]; then
|
|
||||||
install_framework "$BUILT_PRODUCTS_DIR/OpenSourceController/OpenSourceController.framework"
|
|
||||||
fi
|
|
||||||
if [[ "$CONFIGURATION" == "Release" ]]; then
|
|
||||||
install_framework "$BUILT_PRODUCTS_DIR/OpenSourceController/OpenSourceController.framework"
|
|
||||||
fi
|
|
||||||
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
|
|
||||||
wait
|
|
||||||
fi
|
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
|
|
||||||
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
|
|
||||||
> "$RESOURCES_TO_COPY"
|
|
||||||
|
|
||||||
XCASSET_FILES=()
|
|
||||||
|
|
||||||
case "${TARGETED_DEVICE_FAMILY}" in
|
|
||||||
1,2)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
|
|
||||||
;;
|
|
||||||
1)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device iphone"
|
|
||||||
;;
|
|
||||||
2)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device ipad"
|
|
||||||
;;
|
|
||||||
3)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device tv"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device mac"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
install_resource()
|
|
||||||
{
|
|
||||||
if [[ "$1" = /* ]] ; then
|
|
||||||
RESOURCE_PATH="$1"
|
|
||||||
else
|
|
||||||
RESOURCE_PATH="${PODS_ROOT}/$1"
|
|
||||||
fi
|
|
||||||
if [[ ! -e "$RESOURCE_PATH" ]] ; then
|
|
||||||
cat << EOM
|
|
||||||
error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
|
|
||||||
EOM
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
case $RESOURCE_PATH in
|
|
||||||
*.storyboard)
|
|
||||||
echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}"
|
|
||||||
ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
|
|
||||||
;;
|
|
||||||
*.xib)
|
|
||||||
echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}"
|
|
||||||
ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
|
|
||||||
;;
|
|
||||||
*.framework)
|
|
||||||
echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
;;
|
|
||||||
*.xcdatamodel)
|
|
||||||
echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\""
|
|
||||||
xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
|
|
||||||
;;
|
|
||||||
*.xcdatamodeld)
|
|
||||||
echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\""
|
|
||||||
xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
|
|
||||||
;;
|
|
||||||
*.xcmappingmodel)
|
|
||||||
echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\""
|
|
||||||
xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
|
|
||||||
;;
|
|
||||||
*.xcassets)
|
|
||||||
ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
|
|
||||||
XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "$RESOURCE_PATH"
|
|
||||||
echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
|
|
||||||
mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
fi
|
|
||||||
rm -f "$RESOURCES_TO_COPY"
|
|
||||||
|
|
||||||
if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
|
|
||||||
then
|
|
||||||
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
|
|
||||||
OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
|
|
||||||
while read line; do
|
|
||||||
if [[ $line != "${PODS_ROOT}*" ]]; then
|
|
||||||
XCASSET_FILES+=("$line")
|
|
||||||
fi
|
|
||||||
done <<<"$OTHER_XCASSETS"
|
|
||||||
|
|
||||||
printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
fi
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#ifdef __OBJC__
|
|
||||||
#import <UIKit/UIKit.h>
|
|
||||||
#else
|
|
||||||
#ifndef FOUNDATION_EXPORT
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
#define FOUNDATION_EXPORT extern "C"
|
|
||||||
#else
|
|
||||||
#define FOUNDATION_EXPORT extern
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
FOUNDATION_EXPORT double Pods_OpenSourceController_ExampleVersionNumber;
|
|
||||||
FOUNDATION_EXPORT const unsigned char Pods_OpenSourceController_ExampleVersionString[];
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
|
||||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController"
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
||||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController/OpenSourceController.framework/Headers"
|
|
||||||
OTHER_LDFLAGS = $(inherited) -framework "OpenSourceController"
|
|
||||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
|
||||||
PODS_BUILD_DIR = $BUILD_DIR
|
|
||||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
||||||
PODS_ROOT = ${SRCROOT}/Pods
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
framework module Pods_OpenSourceController_Example {
|
|
||||||
umbrella header "Pods-OpenSourceController_Example-umbrella.h"
|
|
||||||
|
|
||||||
export *
|
|
||||||
module * { export * }
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
|
||||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController"
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
||||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController/OpenSourceController.framework/Headers"
|
|
||||||
OTHER_LDFLAGS = $(inherited) -framework "OpenSourceController"
|
|
||||||
OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS"
|
|
||||||
PODS_BUILD_DIR = $BUILD_DIR
|
|
||||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
||||||
PODS_ROOT = ${SRCROOT}/Pods
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
# Acknowledgements
|
|
||||||
This application makes use of the following third party libraries:
|
|
||||||
Generated by CocoaPods - https://cocoapods.org
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
<?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>PreferenceSpecifiers</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>FooterText</key>
|
|
||||||
<string>This application makes use of the following third party libraries:</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string>Acknowledgements</string>
|
|
||||||
<key>Type</key>
|
|
||||||
<string>PSGroupSpecifier</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>FooterText</key>
|
|
||||||
<string>Generated by CocoaPods - https://cocoapods.org</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string></string>
|
|
||||||
<key>Type</key>
|
|
||||||
<string>PSGroupSpecifier</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
<key>StringsTable</key>
|
|
||||||
<string>Acknowledgements</string>
|
|
||||||
<key>Title</key>
|
|
||||||
<string>Acknowledgements</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#import <Foundation/Foundation.h>
|
|
||||||
@interface PodsDummy_Pods_OpenSourceController_Tests : NSObject
|
|
||||||
@end
|
|
||||||
@implementation PodsDummy_Pods_OpenSourceController_Tests
|
|
||||||
@end
|
|
||||||
@@ -1,92 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
|
|
||||||
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
|
|
||||||
|
|
||||||
install_framework()
|
|
||||||
{
|
|
||||||
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
|
|
||||||
local source="${BUILT_PRODUCTS_DIR}/$1"
|
|
||||||
elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
|
|
||||||
local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
|
|
||||||
elif [ -r "$1" ]; then
|
|
||||||
local source="$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
|
|
||||||
if [ -L "${source}" ]; then
|
|
||||||
echo "Symlinked..."
|
|
||||||
source="$(readlink "${source}")"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# use filter instead of exclude so missing patterns dont' throw errors
|
|
||||||
echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
|
|
||||||
rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
|
|
||||||
|
|
||||||
local basename
|
|
||||||
basename="$(basename -s .framework "$1")"
|
|
||||||
binary="${destination}/${basename}.framework/${basename}"
|
|
||||||
if ! [ -r "$binary" ]; then
|
|
||||||
binary="${destination}/${basename}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Strip invalid architectures so "fat" simulator / device frameworks work on device
|
|
||||||
if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
|
|
||||||
strip_invalid_archs "$binary"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Resign the code if required by the build settings to avoid unstable apps
|
|
||||||
code_sign_if_enabled "${destination}/$(basename "$1")"
|
|
||||||
|
|
||||||
# Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
|
|
||||||
if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
|
|
||||||
local swift_runtime_libs
|
|
||||||
swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
|
|
||||||
for lib in $swift_runtime_libs; do
|
|
||||||
echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
|
|
||||||
rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
|
|
||||||
code_sign_if_enabled "${destination}/${lib}"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# Signs a framework with the provided identity
|
|
||||||
code_sign_if_enabled() {
|
|
||||||
if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
|
|
||||||
# Use the current code_sign_identitiy
|
|
||||||
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
|
|
||||||
local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'"
|
|
||||||
|
|
||||||
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
|
|
||||||
code_sign_cmd="$code_sign_cmd &"
|
|
||||||
fi
|
|
||||||
echo "$code_sign_cmd"
|
|
||||||
eval "$code_sign_cmd"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# Strip invalid architectures
|
|
||||||
strip_invalid_archs() {
|
|
||||||
binary="$1"
|
|
||||||
# Get architectures for current file
|
|
||||||
archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)"
|
|
||||||
stripped=""
|
|
||||||
for arch in $archs; do
|
|
||||||
if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then
|
|
||||||
# Strip non-valid architectures in-place
|
|
||||||
lipo -remove "$arch" -output "$binary" "$binary" || exit 1
|
|
||||||
stripped="$stripped $arch"
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
if [[ "$stripped" ]]; then
|
|
||||||
echo "Stripped $binary of architectures:$stripped"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
|
|
||||||
wait
|
|
||||||
fi
|
|
||||||
@@ -1,99 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
|
|
||||||
mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
|
|
||||||
RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
|
|
||||||
> "$RESOURCES_TO_COPY"
|
|
||||||
|
|
||||||
XCASSET_FILES=()
|
|
||||||
|
|
||||||
case "${TARGETED_DEVICE_FAMILY}" in
|
|
||||||
1,2)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
|
|
||||||
;;
|
|
||||||
1)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device iphone"
|
|
||||||
;;
|
|
||||||
2)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device ipad"
|
|
||||||
;;
|
|
||||||
3)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device tv"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
TARGET_DEVICE_ARGS="--target-device mac"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
install_resource()
|
|
||||||
{
|
|
||||||
if [[ "$1" = /* ]] ; then
|
|
||||||
RESOURCE_PATH="$1"
|
|
||||||
else
|
|
||||||
RESOURCE_PATH="${PODS_ROOT}/$1"
|
|
||||||
fi
|
|
||||||
if [[ ! -e "$RESOURCE_PATH" ]] ; then
|
|
||||||
cat << EOM
|
|
||||||
error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
|
|
||||||
EOM
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
case $RESOURCE_PATH in
|
|
||||||
*.storyboard)
|
|
||||||
echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}"
|
|
||||||
ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
|
|
||||||
;;
|
|
||||||
*.xib)
|
|
||||||
echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}"
|
|
||||||
ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
|
|
||||||
;;
|
|
||||||
*.framework)
|
|
||||||
echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
|
|
||||||
;;
|
|
||||||
*.xcdatamodel)
|
|
||||||
echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\""
|
|
||||||
xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
|
|
||||||
;;
|
|
||||||
*.xcdatamodeld)
|
|
||||||
echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\""
|
|
||||||
xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
|
|
||||||
;;
|
|
||||||
*.xcmappingmodel)
|
|
||||||
echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\""
|
|
||||||
xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
|
|
||||||
;;
|
|
||||||
*.xcassets)
|
|
||||||
ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
|
|
||||||
XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "$RESOURCE_PATH"
|
|
||||||
echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
|
|
||||||
mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
fi
|
|
||||||
rm -f "$RESOURCES_TO_COPY"
|
|
||||||
|
|
||||||
if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ]
|
|
||||||
then
|
|
||||||
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
|
|
||||||
OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
|
|
||||||
while read line; do
|
|
||||||
if [[ $line != "${PODS_ROOT}*" ]]; then
|
|
||||||
XCASSET_FILES+=("$line")
|
|
||||||
fi
|
|
||||||
done <<<"$OTHER_XCASSETS"
|
|
||||||
|
|
||||||
printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
|
|
||||||
fi
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#ifdef __OBJC__
|
|
||||||
#import <UIKit/UIKit.h>
|
|
||||||
#else
|
|
||||||
#ifndef FOUNDATION_EXPORT
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
#define FOUNDATION_EXPORT extern "C"
|
|
||||||
#else
|
|
||||||
#define FOUNDATION_EXPORT extern
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
FOUNDATION_EXPORT double Pods_OpenSourceController_TestsVersionNumber;
|
|
||||||
FOUNDATION_EXPORT const unsigned char Pods_OpenSourceController_TestsVersionString[];
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController"
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
||||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController/OpenSourceController.framework/Headers"
|
|
||||||
PODS_BUILD_DIR = $BUILD_DIR
|
|
||||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
||||||
PODS_ROOT = ${SRCROOT}/Pods
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
framework module Pods_OpenSourceController_Tests {
|
|
||||||
umbrella header "Pods-OpenSourceController_Tests-umbrella.h"
|
|
||||||
|
|
||||||
export *
|
|
||||||
module * { export * }
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController"
|
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
||||||
OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/OpenSourceController/OpenSourceController.framework/Headers"
|
|
||||||
PODS_BUILD_DIR = $BUILD_DIR
|
|
||||||
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
|
|
||||||
PODS_ROOT = ${SRCROOT}/Pods
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
import UIKit
|
|
||||||
import XCTest
|
|
||||||
import OpenSourceController
|
|
||||||
|
|
||||||
class Tests: XCTestCase {
|
|
||||||
|
|
||||||
override func setUp() {
|
|
||||||
super.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.
|
|
||||||
super.tearDown()
|
|
||||||
}
|
|
||||||
|
|
||||||
func testExample() {
|
|
||||||
// This is an example of a functional test case.
|
|
||||||
XCTAssert(true, "Pass")
|
|
||||||
}
|
|
||||||
|
|
||||||
func testPerformanceExample() {
|
|
||||||
// This is an example of a performance test case.
|
|
||||||
self.measure {
|
|
||||||
// Put the code you want to measure the time of here.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,365 @@
|
|||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 46;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
76EAA8651E93F2CC009A41DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8641E93F2CC009A41DA /* AppDelegate.swift */; };
|
||||||
|
76EAA8671E93F2CC009A41DA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8661E93F2CC009A41DA /* ViewController.swift */; };
|
||||||
|
76EAA86A1E93F2CC009A41DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 76EAA8681E93F2CC009A41DA /* Main.storyboard */; };
|
||||||
|
76EAA86C1E93F2CC009A41DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 76EAA86B1E93F2CC009A41DA /* Assets.xcassets */; };
|
||||||
|
76EAA86F1E93F2CC009A41DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 76EAA86D1E93F2CC009A41DA /* LaunchScreen.storyboard */; };
|
||||||
|
76EAA8881E93F666009A41DA /* OpenSourceTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8871E93F666009A41DA /* OpenSourceTableViewCell.swift */; };
|
||||||
|
76EAA88D1E93F675009A41DA /* LicenceDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA88A1E93F675009A41DA /* LicenceDownloader.swift */; };
|
||||||
|
76EAA88E1E93F675009A41DA /* LicenceFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA88B1E93F675009A41DA /* LicenceFile.swift */; };
|
||||||
|
76EAA88F1E93F675009A41DA /* OpenSourceControllerConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA88C1E93F675009A41DA /* OpenSourceControllerConfig.swift */; };
|
||||||
|
76EAA8911E93F67B009A41DA /* Array+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8901E93F67B009A41DA /* Array+Extensions.swift */; };
|
||||||
|
76EAA8941E93F681009A41DA /* OpenSourceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8921E93F681009A41DA /* OpenSourceController.swift */; };
|
||||||
|
76EAA8951E93F681009A41DA /* OpenSourceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8931E93F681009A41DA /* OpenSourceViewController.swift */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
76EAA8611E93F2CC009A41DA /* OpenSourceControllerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenSourceControllerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
76EAA8641E93F2CC009A41DA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8661E93F2CC009A41DA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8691E93F2CC009A41DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||||
|
76EAA86B1E93F2CC009A41DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||||
|
76EAA86E1E93F2CC009A41DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||||
|
76EAA8701E93F2CC009A41DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||||
|
76EAA8871E93F666009A41DA /* OpenSourceTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceTableViewCell.swift; path = ../../Sources/View/OpenSourceTableViewCell.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA88A1E93F675009A41DA /* LicenceDownloader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LicenceDownloader.swift; path = ../../Sources/Model/LicenceDownloader.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA88B1E93F675009A41DA /* LicenceFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LicenceFile.swift; path = ../../Sources/Model/LicenceFile.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA88C1E93F675009A41DA /* OpenSourceControllerConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceControllerConfig.swift; path = ../../Sources/Model/OpenSourceControllerConfig.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8901E93F67B009A41DA /* Array+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Array+Extensions.swift"; path = "../../Sources/Extensions/Array+Extensions.swift"; sourceTree = "<group>"; };
|
||||||
|
76EAA8921E93F681009A41DA /* OpenSourceController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceController.swift; path = ../../Sources/Controller/OpenSourceController.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8931E93F681009A41DA /* OpenSourceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceViewController.swift; path = ../../Sources/Controller/OpenSourceViewController.swift; sourceTree = "<group>"; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
76EAA85E1E93F2CC009A41DA /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
76EAA8581E93F2CC009A41DA = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8631E93F2CC009A41DA /* OpenSourceControllerDemo */,
|
||||||
|
76EAA8621E93F2CC009A41DA /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8621E93F2CC009A41DA /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8611E93F2CC009A41DA /* OpenSourceControllerDemo.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8631E93F2CC009A41DA /* OpenSourceControllerDemo */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8641E93F2CC009A41DA /* AppDelegate.swift */,
|
||||||
|
76EAA8661E93F2CC009A41DA /* ViewController.swift */,
|
||||||
|
76EAA8891E93F66A009A41DA /* Sources */,
|
||||||
|
76EAA8681E93F2CC009A41DA /* Main.storyboard */,
|
||||||
|
76EAA86D1E93F2CC009A41DA /* LaunchScreen.storyboard */,
|
||||||
|
76EAA86B1E93F2CC009A41DA /* Assets.xcassets */,
|
||||||
|
76EAA8701E93F2CC009A41DA /* Info.plist */,
|
||||||
|
);
|
||||||
|
path = OpenSourceControllerDemo;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8891E93F66A009A41DA /* Sources */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8921E93F681009A41DA /* OpenSourceController.swift */,
|
||||||
|
76EAA8931E93F681009A41DA /* OpenSourceViewController.swift */,
|
||||||
|
76EAA8901E93F67B009A41DA /* Array+Extensions.swift */,
|
||||||
|
76EAA88A1E93F675009A41DA /* LicenceDownloader.swift */,
|
||||||
|
76EAA88B1E93F675009A41DA /* LicenceFile.swift */,
|
||||||
|
76EAA88C1E93F675009A41DA /* OpenSourceControllerConfig.swift */,
|
||||||
|
76EAA8871E93F666009A41DA /* OpenSourceTableViewCell.swift */,
|
||||||
|
);
|
||||||
|
name = Sources;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
76EAA8601E93F2CC009A41DA /* OpenSourceControllerDemo */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 76EAA87E1E93F2CC009A41DA /* Build configuration list for PBXNativeTarget "OpenSourceControllerDemo" */;
|
||||||
|
buildPhases = (
|
||||||
|
76EAA85D1E93F2CC009A41DA /* Sources */,
|
||||||
|
76EAA85E1E93F2CC009A41DA /* Frameworks */,
|
||||||
|
76EAA85F1E93F2CC009A41DA /* Resources */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = OpenSourceControllerDemo;
|
||||||
|
productName = OpenSourceControllerDemo;
|
||||||
|
productReference = 76EAA8611E93F2CC009A41DA /* OpenSourceControllerDemo.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
76EAA8591E93F2CC009A41DA /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastSwiftUpdateCheck = 0830;
|
||||||
|
LastUpgradeCheck = 0900;
|
||||||
|
ORGANIZATIONNAME = OpenSourceController;
|
||||||
|
TargetAttributes = {
|
||||||
|
76EAA8601E93F2CC009A41DA = {
|
||||||
|
CreatedOnToolsVersion = 8.3;
|
||||||
|
DevelopmentTeam = 62PP362QNQ;
|
||||||
|
LastSwiftMigration = 0900;
|
||||||
|
ProvisioningStyle = Automatic;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
buildConfigurationList = 76EAA85C1E93F2CC009A41DA /* Build configuration list for PBXProject "OpenSourceControllerDemo" */;
|
||||||
|
compatibilityVersion = "Xcode 3.2";
|
||||||
|
developmentRegion = English;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
Base,
|
||||||
|
);
|
||||||
|
mainGroup = 76EAA8581E93F2CC009A41DA;
|
||||||
|
productRefGroup = 76EAA8621E93F2CC009A41DA /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
76EAA8601E93F2CC009A41DA /* OpenSourceControllerDemo */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
76EAA85F1E93F2CC009A41DA /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
76EAA86F1E93F2CC009A41DA /* LaunchScreen.storyboard in Resources */,
|
||||||
|
76EAA86C1E93F2CC009A41DA /* Assets.xcassets in Resources */,
|
||||||
|
76EAA86A1E93F2CC009A41DA /* Main.storyboard in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
76EAA85D1E93F2CC009A41DA /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
76EAA88D1E93F675009A41DA /* LicenceDownloader.swift in Sources */,
|
||||||
|
76EAA88E1E93F675009A41DA /* LicenceFile.swift in Sources */,
|
||||||
|
76EAA8951E93F681009A41DA /* OpenSourceViewController.swift in Sources */,
|
||||||
|
76EAA8881E93F666009A41DA /* OpenSourceTableViewCell.swift in Sources */,
|
||||||
|
76EAA8911E93F67B009A41DA /* Array+Extensions.swift in Sources */,
|
||||||
|
76EAA8941E93F681009A41DA /* OpenSourceController.swift in Sources */,
|
||||||
|
76EAA8671E93F2CC009A41DA /* ViewController.swift in Sources */,
|
||||||
|
76EAA88F1E93F675009A41DA /* OpenSourceControllerConfig.swift in Sources */,
|
||||||
|
76EAA8651E93F2CC009A41DA /* AppDelegate.swift in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
76EAA8681E93F2CC009A41DA /* Main.storyboard */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8691E93F2CC009A41DA /* Base */,
|
||||||
|
);
|
||||||
|
name = Main.storyboard;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA86D1E93F2CC009A41DA /* LaunchScreen.storyboard */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
76EAA86E1E93F2CC009A41DA /* Base */,
|
||||||
|
);
|
||||||
|
name = LaunchScreen.storyboard;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
76EAA87C1E93F2CC009A41DA /* 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++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = 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_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_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
ENABLE_TESTABILITY = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
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.3;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
76EAA87D1E93F2CC009A41DA /* 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++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = 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_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_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
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.3;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
VALIDATE_PRODUCT = YES;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
76EAA87F1E93F2CC009A41DA /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
DEVELOPMENT_TEAM = 62PP362QNQ;
|
||||||
|
INFOPLIST_FILE = OpenSourceControllerDemo/Info.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = com.fg.OpenSourceControllerDemo;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||||||
|
SWIFT_VERSION = 4.0;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
76EAA8801E93F2CC009A41DA /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
DEVELOPMENT_TEAM = 62PP362QNQ;
|
||||||
|
INFOPLIST_FILE = OpenSourceControllerDemo/Info.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = com.fg.OpenSourceControllerDemo;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||||||
|
SWIFT_VERSION = 4.0;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
76EAA85C1E93F2CC009A41DA /* Build configuration list for PBXProject "OpenSourceControllerDemo" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
76EAA87C1E93F2CC009A41DA /* Debug */,
|
||||||
|
76EAA87D1E93F2CC009A41DA /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
76EAA87E1E93F2CC009A41DA /* Build configuration list for PBXNativeTarget "OpenSourceControllerDemo" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
76EAA87F1E93F2CC009A41DA /* Debug */,
|
||||||
|
76EAA8801E93F2CC009A41DA /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 76EAA8591E93F2CC009A41DA /* Project object */;
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "self:OpenSourceControllerDemo.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Scheme
|
<Scheme
|
||||||
LastUpgradeVersion = "0820"
|
LastUpgradeVersion = "0900"
|
||||||
version = "1.3">
|
version = "1.3">
|
||||||
<BuildAction
|
<BuildAction
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
@@ -14,24 +14,10 @@
|
|||||||
buildForAnalyzing = "YES">
|
buildForAnalyzing = "YES">
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
BlueprintIdentifier = "76EAA8601E93F2CC009A41DA"
|
||||||
BuildableName = "OpenSourceController_Example.app"
|
BuildableName = "OpenSourceControllerDemo.app"
|
||||||
BlueprintName = "OpenSourceController_Example"
|
BlueprintName = "OpenSourceControllerDemo"
|
||||||
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
ReferencedContainer = "container:OpenSourceControllerDemo.xcodeproj">
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "NO"
|
|
||||||
buildForArchiving = "NO"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "607FACE41AFB9204008FA782"
|
|
||||||
BuildableName = "OpenSourceController_Tests.xctest"
|
|
||||||
BlueprintName = "OpenSourceController_Tests"
|
|
||||||
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildActionEntry>
|
</BuildActionEntry>
|
||||||
</BuildActionEntries>
|
</BuildActionEntries>
|
||||||
@@ -40,26 +26,27 @@
|
|||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
<Testables>
|
<Testables>
|
||||||
<TestableReference
|
<TestableReference
|
||||||
skipped = "NO">
|
skipped = "NO">
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "607FACE41AFB9204008FA782"
|
BlueprintIdentifier = "76EAA8741E93F2CC009A41DA"
|
||||||
BuildableName = "OpenSourceController_Tests.xctest"
|
BuildableName = "OpenSourceControllerDemoUITests.xctest"
|
||||||
BlueprintName = "OpenSourceController_Tests"
|
BlueprintName = "OpenSourceControllerDemoUITests"
|
||||||
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
ReferencedContainer = "container:OpenSourceControllerDemo.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</TestableReference>
|
</TestableReference>
|
||||||
</Testables>
|
</Testables>
|
||||||
<MacroExpansion>
|
<MacroExpansion>
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
BlueprintIdentifier = "76EAA8601E93F2CC009A41DA"
|
||||||
BuildableName = "OpenSourceController_Example.app"
|
BuildableName = "OpenSourceControllerDemo.app"
|
||||||
BlueprintName = "OpenSourceController_Example"
|
BlueprintName = "OpenSourceControllerDemo"
|
||||||
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
ReferencedContainer = "container:OpenSourceControllerDemo.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</MacroExpansion>
|
</MacroExpansion>
|
||||||
<AdditionalOptions>
|
<AdditionalOptions>
|
||||||
@@ -69,6 +56,7 @@
|
|||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
launchStyle = "0"
|
launchStyle = "0"
|
||||||
useCustomWorkingDirectory = "NO"
|
useCustomWorkingDirectory = "NO"
|
||||||
ignoresPersistentStateOnLaunch = "NO"
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
@@ -79,10 +67,10 @@
|
|||||||
runnableDebuggingMode = "0">
|
runnableDebuggingMode = "0">
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
BlueprintIdentifier = "76EAA8601E93F2CC009A41DA"
|
||||||
BuildableName = "OpenSourceController_Example.app"
|
BuildableName = "OpenSourceControllerDemo.app"
|
||||||
BlueprintName = "OpenSourceController_Example"
|
BlueprintName = "OpenSourceControllerDemo"
|
||||||
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
ReferencedContainer = "container:OpenSourceControllerDemo.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
<AdditionalOptions>
|
<AdditionalOptions>
|
||||||
@@ -98,10 +86,10 @@
|
|||||||
runnableDebuggingMode = "0">
|
runnableDebuggingMode = "0">
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
|
BlueprintIdentifier = "76EAA8601E93F2CC009A41DA"
|
||||||
BuildableName = "OpenSourceController_Example.app"
|
BuildableName = "OpenSourceControllerDemo.app"
|
||||||
BlueprintName = "OpenSourceController_Example"
|
BlueprintName = "OpenSourceControllerDemo"
|
||||||
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
ReferencedContainer = "container:OpenSourceControllerDemo.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
</ProfileAction>
|
</ProfileAction>
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
<?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>SchemeUserState</key>
|
||||||
|
<dict>
|
||||||
|
<key>OpenSourceControllerDemo.xcscheme</key>
|
||||||
|
<dict>
|
||||||
|
<key>orderHint</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<key>SuppressBuildableAutocreation</key>
|
||||||
|
<dict>
|
||||||
|
<key>76EAA8601E93F2CC009A41DA</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>76EAA8741E93F2CC009A41DA</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
//
|
//
|
||||||
// AppDelegate.swift
|
// AppDelegate.swift
|
||||||
// OpenSourceController
|
// OpenSourceControllerDemo
|
||||||
//
|
//
|
||||||
// Created by terflogag on 01/30/2017.
|
// Created by Florian Gabach on 04/04/2017.
|
||||||
// Copyright (c) 2017 terflogag. All rights reserved.
|
// Copyright © 2017 OpenSourceController. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
@@ -13,6 +13,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
|
|
||||||
var window: UIWindow?
|
var window: UIWindow?
|
||||||
|
|
||||||
|
|
||||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
|
||||||
// Override point for customization after application launch.
|
// Override point for customization after application launch.
|
||||||
return true
|
return true
|
||||||
@@ -20,7 +21,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
|
|
||||||
func applicationWillResignActive(_ application: UIApplication) {
|
func applicationWillResignActive(_ application: UIApplication) {
|
||||||
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||||
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
|
||||||
}
|
}
|
||||||
|
|
||||||
func applicationDidEnterBackground(_ application: UIApplication) {
|
func applicationDidEnterBackground(_ application: UIApplication) {
|
||||||
@@ -29,7 +30,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func applicationWillEnterForeground(_ application: UIApplication) {
|
func applicationWillEnterForeground(_ application: UIApplication) {
|
||||||
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
|
||||||
}
|
}
|
||||||
|
|
||||||
func applicationDidBecomeActive(_ application: UIApplication) {
|
func applicationDidBecomeActive(_ application: UIApplication) {
|
||||||
@@ -40,4 +41,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -0,0 +1,115 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 8-1.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 8.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 9-1.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 9.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 10-3.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 10-2.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 10-1.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "logo 10.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 4-1.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 4.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 5-1.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 5.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 6-1.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 6.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 7-2.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 7-1.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "83.5x83.5",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "logo 7.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"scale" : "1x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||||
|
<dependencies>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/>
|
||||||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
|
</dependencies>
|
||||||
|
<scenes>
|
||||||
|
<!--View Controller-->
|
||||||
|
<scene sceneID="EHf-IW-A2E">
|
||||||
|
<objects>
|
||||||
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||||
|
<layoutGuides>
|
||||||
|
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
|
||||||
|
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
|
||||||
|
</layoutGuides>
|
||||||
|
<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"/>
|
||||||
|
</view>
|
||||||
|
</viewController>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||||
|
</objects>
|
||||||
|
<point key="canvasLocation" x="53" y="375"/>
|
||||||
|
</scene>
|
||||||
|
</scenes>
|
||||||
|
</document>
|
||||||
@@ -1,47 +1,46 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="vXZ-lx-hvc">
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
|
||||||
<device id="retina4_7" orientation="portrait">
|
<device id="retina4_7" orientation="portrait">
|
||||||
<adaptation id="fullscreen"/>
|
<adaptation id="fullscreen"/>
|
||||||
</device>
|
</device>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<deployment identifier="iOS"/>
|
<deployment identifier="iOS"/>
|
||||||
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
|
||||||
|
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
|
||||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<scenes>
|
<scenes>
|
||||||
<!--View Controller-->
|
<!--View Controller-->
|
||||||
<scene sceneID="ufC-wZ-h7g">
|
<scene sceneID="tne-QT-ifu">
|
||||||
<objects>
|
<objects>
|
||||||
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
|
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="OpenSourceControllerDemo" customModuleProvider="target" sceneMemberID="viewController">
|
||||||
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="OpenSourceController_Example" customModuleProvider="target" sceneMemberID="viewController">
|
|
||||||
<layoutGuides>
|
<layoutGuides>
|
||||||
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
|
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
||||||
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
|
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
||||||
</layoutGuides>
|
</layoutGuides>
|
||||||
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
||||||
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
||||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FiQ-sb-e0t">
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="LI4-fC-2Ry">
|
||||||
<rect key="frame" x="117" y="318" width="141" height="30"/>
|
<rect key="frame" x="23" y="318" width="328" height="30"/>
|
||||||
<constraints>
|
<state key="normal" title="Show me"/>
|
||||||
<constraint firstAttribute="width" constant="141" id="uXV-uK-G78"/>
|
|
||||||
</constraints>
|
|
||||||
<state key="normal" title="Show open source"/>
|
|
||||||
<connections>
|
<connections>
|
||||||
<action selector="showOpenSource:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="8BD-Qs-c1Q"/>
|
<action selector="showOpenSource:" destination="BYZ-38-t0r" eventType="touchUpInside" id="vmT-jj-Xvr"/>
|
||||||
</connections>
|
</connections>
|
||||||
</button>
|
</button>
|
||||||
</subviews>
|
</subviews>
|
||||||
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstItem="FiQ-sb-e0t" firstAttribute="centerX" secondItem="kh9-bI-dsS" secondAttribute="centerX" id="aY7-Gh-eOe"/>
|
<constraint firstItem="LI4-fC-2Ry" firstAttribute="centerY" secondItem="8bC-Xf-vdC" secondAttribute="centerY" id="jXk-ZK-0PF"/>
|
||||||
<constraint firstItem="FiQ-sb-e0t" firstAttribute="centerY" secondItem="kh9-bI-dsS" secondAttribute="centerY" id="vnY-1T-aZf"/>
|
<constraint firstItem="LI4-fC-2Ry" firstAttribute="leading" secondItem="8bC-Xf-vdC" secondAttribute="leadingMargin" constant="7" id="q0g-Cs-CVt"/>
|
||||||
|
<constraint firstItem="LI4-fC-2Ry" firstAttribute="centerX" secondItem="8bC-Xf-vdC" secondAttribute="centerX" id="wVV-oT-zRH"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
</view>
|
</view>
|
||||||
</viewController>
|
</viewController>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
||||||
</objects>
|
</objects>
|
||||||
<point key="canvasLocation" x="-490.39999999999998" y="254.12293853073464"/>
|
<point key="canvasLocation" x="136.80000000000001" y="138.98050974512745"/>
|
||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
</document>
|
</document>
|
||||||
@@ -0,0 +1,45 @@
|
|||||||
|
<?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>en</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>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
<true/>
|
||||||
|
<key>UILaunchStoryboardName</key>
|
||||||
|
<string>LaunchScreen</string>
|
||||||
|
<key>UIMainStoryboardFile</key>
|
||||||
|
<string>Main</string>
|
||||||
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
<array>
|
||||||
|
<string>armv7</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -0,0 +1,82 @@
|
|||||||
|
//
|
||||||
|
// ViewController.swift
|
||||||
|
// OpenSourceControllerDemo
|
||||||
|
//
|
||||||
|
// Created by Florian Gabach on 04/04/2017.
|
||||||
|
// Copyright © 2017 OpenSourceController. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import UIKit
|
||||||
|
|
||||||
|
class ViewController: UIViewController {
|
||||||
|
|
||||||
|
// MARK: - Lifecycle
|
||||||
|
|
||||||
|
override func viewDidLoad() {
|
||||||
|
super.viewDidLoad()
|
||||||
|
// Do any additional setup after loading the view, typically from a nib
|
||||||
|
}
|
||||||
|
|
||||||
|
override func didReceiveMemoryWarning() {
|
||||||
|
super.didReceiveMemoryWarning()
|
||||||
|
// Dispose of any resources that can be recreated.
|
||||||
|
}
|
||||||
|
|
||||||
|
// MARK: - Action
|
||||||
|
|
||||||
|
/// Handle button click & show the controller with licences
|
||||||
|
@IBAction func showOpenSource(_ sender: Any) {
|
||||||
|
// Create controller
|
||||||
|
let openSourceVC = OpenSourceController()
|
||||||
|
|
||||||
|
// Apply some customisation if you want
|
||||||
|
//self.controllerCustomUI(openSourceVC: openSourceVC)
|
||||||
|
|
||||||
|
// Init with LicenceFile object
|
||||||
|
openSourceVC.licences = [LicenceFile(title: "FacebookImagePicker",
|
||||||
|
url: "https://raw.githubusercontent.com/terflogag/FacebookImagePicker/master/LICENSE"),
|
||||||
|
LicenceFile(title: "JSQMessagesViewController",
|
||||||
|
url: "https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/LICENSE"),
|
||||||
|
LicenceFile(title: "OpenSourceController",
|
||||||
|
url: "https://raw.githubusercontent.com/terflogag/OpenSourceController/master/LICENSE"),
|
||||||
|
LicenceFile(title: "PermissionScope",
|
||||||
|
url: "https://raw.githubusercontent.com/nickoneill/PermissionScope/master/LICENSE"),
|
||||||
|
LicenceFile(title: "EasyTipView",
|
||||||
|
url: "https://raw.githubusercontent.com/teodorpatras/EasyTipView/master/LICENSE"),
|
||||||
|
LicenceFile(title: "ReachabilitySwift",
|
||||||
|
url: "https://raw.githubusercontent.com/ashleymills/Reachability.swift/master/LICENSE"),
|
||||||
|
LicenceFile(title: "KeychainAccess",
|
||||||
|
url: "https://raw.githubusercontent.com/kishikawakatsumi/KeychainAccess/master/LICENSE")]
|
||||||
|
|
||||||
|
// Present controller
|
||||||
|
openSourceVC.presentOpenSourceController(from: self)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Customization
|
||||||
|
|
||||||
|
fileprivate func controllerCustomUI(openSourceVC: OpenSourceController) {
|
||||||
|
// Navigation bar title
|
||||||
|
openSourceVC.config.title = "MyCustomTitle"
|
||||||
|
|
||||||
|
// Navigation bar tint color
|
||||||
|
openSourceVC.config.uiConfig.barTintColor = UIColor.red
|
||||||
|
|
||||||
|
// Close button color
|
||||||
|
openSourceVC.config.uiConfig.closeButtonColor = UIColor.white
|
||||||
|
|
||||||
|
// BackgroundColor
|
||||||
|
openSourceVC.config.uiConfig.backgroundColor = UIColor.red.withAlphaComponent(0.6)
|
||||||
|
|
||||||
|
// Licence text color
|
||||||
|
openSourceVC.config.uiConfig.licenceTextColor = UIColor.white
|
||||||
|
|
||||||
|
// Navigation bar title color
|
||||||
|
openSourceVC.config.uiConfig.titleColor = UIColor.white
|
||||||
|
|
||||||
|
// Licence cell background color
|
||||||
|
openSourceVC.config.uiConfig.licenceBackgroundColor = UIColor.red
|
||||||
|
|
||||||
|
// Verbose mode
|
||||||
|
openSourceVC.config.verbose = true
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
Copyright (c) 2016 Florian Gabach <contact@floriangabach.fr>
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2017 Florian Gabach
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
@@ -7,13 +9,14 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|||||||
copies of the Software, and to permit persons to whom the Software is
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
furnished to do so, subject to the following conditions:
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
The above copyright notice and this permission notice shall be included in all
|
||||||
all copies or substantial portions of the Software.
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
THE SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'OpenSourceController'
|
s.name = 'OpenSourceController'
|
||||||
s.version = '1.0.3'
|
s.version = '2.0'
|
||||||
s.summary = 'Display all the librarys licence used in your application. Enjoy !'
|
s.summary = 'Display all the librarys licence used in your application. Enjoy !'
|
||||||
s.description = 'Display a screen with all licence used in your apply can be painful to maintain. OpenSourceController was built to respond to this problem. OpenSourceController is a simple parser to display the licences which are used in your application.'
|
s.description = 'Display a screen with all licence used in your apply can be painful to maintain. OpenSourceController was built to respond to this problem. OpenSourceController is a simple parser to display the licences which are used in your application.'
|
||||||
s.homepage = 'https://github.com/terflogag/OpenSourceController'
|
s.homepage = 'https://github.com/terflogag/OpenSourceController'
|
||||||
@@ -8,5 +8,5 @@ s.license = { :type => 'MIT', :file => 'LICENSE' }
|
|||||||
s.author = { 'Florian Gabach' => 'contact@floriangabach.fr' }
|
s.author = { 'Florian Gabach' => 'contact@floriangabach.fr' }
|
||||||
s.source = { :git => 'https://github.com/terflogag/OpenSourceController.git', :tag => s.version.to_s }
|
s.source = { :git => 'https://github.com/terflogag/OpenSourceController.git', :tag => s.version.to_s }
|
||||||
s.ios.deployment_target = '9.0'
|
s.ios.deployment_target = '9.0'
|
||||||
s.source_files = 'OpenSourceController/Classes/**/*'
|
s.source_files = 'Sources/**/*'
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -0,0 +1,502 @@
|
|||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 47;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
52D6D9871BEFF229002C0205 /* OpenSourceController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6D97C1BEFF229002C0205 /* OpenSourceController.framework */; };
|
||||||
|
76EAA8441E93EDA5009A41DA /* OpenSourceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8421E93EDA5009A41DA /* OpenSourceController.swift */; };
|
||||||
|
76EAA8451E93EDA5009A41DA /* OpenSourceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8431E93EDA5009A41DA /* OpenSourceViewController.swift */; };
|
||||||
|
76EAA8481E93EDB3009A41DA /* Array+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8471E93EDB3009A41DA /* Array+Extensions.swift */; };
|
||||||
|
76EAA84E1E93EDCD009A41DA /* LicenceDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA84B1E93EDCD009A41DA /* LicenceDownloader.swift */; };
|
||||||
|
76EAA84F1E93EDCD009A41DA /* LicenceFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA84C1E93EDCD009A41DA /* LicenceFile.swift */; };
|
||||||
|
76EAA8501E93EDCD009A41DA /* OpenSourceControllerConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA84D1E93EDCD009A41DA /* OpenSourceControllerConfig.swift */; };
|
||||||
|
76EAA8531E93EDF0009A41DA /* OpenSourceTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76EAA8521E93EDF0009A41DA /* OpenSourceTableViewCell.swift */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXContainerItemProxy section */
|
||||||
|
52D6D9881BEFF229002C0205 /* PBXContainerItemProxy */ = {
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
containerPortal = 52D6D9731BEFF229002C0205 /* Project object */;
|
||||||
|
proxyType = 1;
|
||||||
|
remoteGlobalIDString = 52D6D97B1BEFF229002C0205;
|
||||||
|
remoteInfo = OpenSourceController;
|
||||||
|
};
|
||||||
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
52D6D97C1BEFF229002C0205 /* OpenSourceController.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OpenSourceController.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
52D6D9861BEFF229002C0205 /* OpenSourceController-iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "OpenSourceController-iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
76EAA8421E93EDA5009A41DA /* OpenSourceController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceController.swift; path = Sources/Controller/OpenSourceController.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8431E93EDA5009A41DA /* OpenSourceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceViewController.swift; path = Sources/Controller/OpenSourceViewController.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8471E93EDB3009A41DA /* Array+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "Array+Extensions.swift"; path = "Sources/Extensions/Array+Extensions.swift"; sourceTree = "<group>"; };
|
||||||
|
76EAA84B1E93EDCD009A41DA /* LicenceDownloader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LicenceDownloader.swift; path = Sources/Model/LicenceDownloader.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA84C1E93EDCD009A41DA /* LicenceFile.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LicenceFile.swift; path = Sources/Model/LicenceFile.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA84D1E93EDCD009A41DA /* OpenSourceControllerConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceControllerConfig.swift; path = Sources/Model/OpenSourceControllerConfig.swift; sourceTree = "<group>"; };
|
||||||
|
76EAA8521E93EDF0009A41DA /* OpenSourceTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = OpenSourceTableViewCell.swift; path = Sources/View/OpenSourceTableViewCell.swift; sourceTree = "<group>"; };
|
||||||
|
AD2FAA261CD0B6D800659CF4 /* OpenSourceController.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = OpenSourceController.plist; sourceTree = "<group>"; };
|
||||||
|
AD2FAA281CD0B6E100659CF4 /* OpenSourceControllerTests.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = OpenSourceControllerTests.plist; sourceTree = "<group>"; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
52D6D9781BEFF229002C0205 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
52D6D9831BEFF229002C0205 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
52D6D9871BEFF229002C0205 /* OpenSourceController.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
52D6D9721BEFF229002C0205 = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA84A1E93EDC0009A41DA /* Sources */,
|
||||||
|
52D6D99C1BEFF38C002C0205 /* Configs */,
|
||||||
|
52D6D97D1BEFF229002C0205 /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
52D6D97D1BEFF229002C0205 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
52D6D97C1BEFF229002C0205 /* OpenSourceController.framework */,
|
||||||
|
52D6D9861BEFF229002C0205 /* OpenSourceController-iOS Tests.xctest */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
52D6D99C1BEFF38C002C0205 /* Configs */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
DD7502721C68FC1B006590AF /* Frameworks */,
|
||||||
|
DD7502731C68FC20006590AF /* Tests */,
|
||||||
|
);
|
||||||
|
path = Configs;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8461E93EDA9009A41DA /* Controller */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8421E93EDA5009A41DA /* OpenSourceController.swift */,
|
||||||
|
76EAA8431E93EDA5009A41DA /* OpenSourceViewController.swift */,
|
||||||
|
);
|
||||||
|
name = Controller;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8491E93EDBB009A41DA /* Extensions */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8471E93EDB3009A41DA /* Array+Extensions.swift */,
|
||||||
|
);
|
||||||
|
name = Extensions;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA84A1E93EDC0009A41DA /* Sources */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8511E93EDD2009A41DA /* Model */,
|
||||||
|
76EAA8541E93EDF3009A41DA /* View */,
|
||||||
|
76EAA8461E93EDA9009A41DA /* Controller */,
|
||||||
|
76EAA8491E93EDBB009A41DA /* Extensions */,
|
||||||
|
);
|
||||||
|
name = Sources;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8511E93EDD2009A41DA /* Model */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA84B1E93EDCD009A41DA /* LicenceDownloader.swift */,
|
||||||
|
76EAA84C1E93EDCD009A41DA /* LicenceFile.swift */,
|
||||||
|
76EAA84D1E93EDCD009A41DA /* OpenSourceControllerConfig.swift */,
|
||||||
|
);
|
||||||
|
name = Model;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
76EAA8541E93EDF3009A41DA /* View */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
76EAA8521E93EDF0009A41DA /* OpenSourceTableViewCell.swift */,
|
||||||
|
);
|
||||||
|
name = View;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
DD7502721C68FC1B006590AF /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
AD2FAA261CD0B6D800659CF4 /* OpenSourceController.plist */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
DD7502731C68FC20006590AF /* Tests */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
AD2FAA281CD0B6E100659CF4 /* OpenSourceControllerTests.plist */,
|
||||||
|
);
|
||||||
|
name = Tests;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXHeadersBuildPhase section */
|
||||||
|
52D6D9791BEFF229002C0205 /* Headers */ = {
|
||||||
|
isa = PBXHeadersBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXHeadersBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
52D6D97B1BEFF229002C0205 /* OpenSourceController-iOS */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "OpenSourceController-iOS" */;
|
||||||
|
buildPhases = (
|
||||||
|
52D6D9771BEFF229002C0205 /* Sources */,
|
||||||
|
52D6D9781BEFF229002C0205 /* Frameworks */,
|
||||||
|
52D6D9791BEFF229002C0205 /* Headers */,
|
||||||
|
52D6D97A1BEFF229002C0205 /* Resources */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = "OpenSourceController-iOS";
|
||||||
|
productName = OpenSourceController;
|
||||||
|
productReference = 52D6D97C1BEFF229002C0205 /* OpenSourceController.framework */;
|
||||||
|
productType = "com.apple.product-type.framework";
|
||||||
|
};
|
||||||
|
52D6D9851BEFF229002C0205 /* OpenSourceController-iOS Tests */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 52D6D9931BEFF229002C0205 /* Build configuration list for PBXNativeTarget "OpenSourceController-iOS Tests" */;
|
||||||
|
buildPhases = (
|
||||||
|
52D6D9821BEFF229002C0205 /* Sources */,
|
||||||
|
52D6D9831BEFF229002C0205 /* Frameworks */,
|
||||||
|
52D6D9841BEFF229002C0205 /* Resources */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
52D6D9891BEFF229002C0205 /* PBXTargetDependency */,
|
||||||
|
);
|
||||||
|
name = "OpenSourceController-iOS Tests";
|
||||||
|
productName = OpenSourceControllerTests;
|
||||||
|
productReference = 52D6D9861BEFF229002C0205 /* OpenSourceController-iOS Tests.xctest */;
|
||||||
|
productType = "com.apple.product-type.bundle.unit-test";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
52D6D9731BEFF229002C0205 /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastSwiftUpdateCheck = 0720;
|
||||||
|
LastUpgradeCheck = 0900;
|
||||||
|
ORGANIZATIONNAME = OpenSourceController;
|
||||||
|
TargetAttributes = {
|
||||||
|
52D6D97B1BEFF229002C0205 = {
|
||||||
|
CreatedOnToolsVersion = 7.1;
|
||||||
|
LastSwiftMigration = 0830;
|
||||||
|
};
|
||||||
|
52D6D9851BEFF229002C0205 = {
|
||||||
|
CreatedOnToolsVersion = 7.1;
|
||||||
|
LastSwiftMigration = "";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
buildConfigurationList = 52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "OpenSourceController" */;
|
||||||
|
compatibilityVersion = "Xcode 6.3";
|
||||||
|
developmentRegion = English;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
);
|
||||||
|
mainGroup = 52D6D9721BEFF229002C0205;
|
||||||
|
productRefGroup = 52D6D97D1BEFF229002C0205 /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
52D6D97B1BEFF229002C0205 /* OpenSourceController-iOS */,
|
||||||
|
52D6D9851BEFF229002C0205 /* OpenSourceController-iOS Tests */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
52D6D97A1BEFF229002C0205 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
52D6D9841BEFF229002C0205 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
52D6D9771BEFF229002C0205 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
76EAA84E1E93EDCD009A41DA /* LicenceDownloader.swift in Sources */,
|
||||||
|
76EAA84F1E93EDCD009A41DA /* LicenceFile.swift in Sources */,
|
||||||
|
76EAA8441E93EDA5009A41DA /* OpenSourceController.swift in Sources */,
|
||||||
|
76EAA8481E93EDB3009A41DA /* Array+Extensions.swift in Sources */,
|
||||||
|
76EAA8531E93EDF0009A41DA /* OpenSourceTableViewCell.swift in Sources */,
|
||||||
|
76EAA8501E93EDCD009A41DA /* OpenSourceControllerConfig.swift in Sources */,
|
||||||
|
76EAA8451E93EDA5009A41DA /* OpenSourceViewController.swift in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
52D6D9821BEFF229002C0205 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXTargetDependency section */
|
||||||
|
52D6D9891BEFF229002C0205 /* PBXTargetDependency */ = {
|
||||||
|
isa = PBXTargetDependency;
|
||||||
|
target = 52D6D97B1BEFF229002C0205 /* OpenSourceController-iOS */;
|
||||||
|
targetProxy = 52D6D9881BEFF229002C0205 /* PBXContainerItemProxy */;
|
||||||
|
};
|
||||||
|
/* End PBXTargetDependency section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
52D6D98E1BEFF229002C0205 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
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_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_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
ENABLE_TESTABILITY = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
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 = 8.0;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
SWIFT_VERSION = 4.0;
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
|
VERSION_INFO_PREFIX = "";
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
52D6D98F1BEFF229002C0205 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
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_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_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
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 = gnu99;
|
||||||
|
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 = 8.0;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SWIFT_VERSION = 4.0;
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
VALIDATE_PRODUCT = YES;
|
||||||
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
|
VERSION_INFO_PREFIX = "";
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
52D6D9911BEFF229002C0205 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
APPLICATION_EXTENSION_API_ONLY = YES;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||||
|
DEFINES_MODULE = YES;
|
||||||
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||||
|
DYLIB_CURRENT_VERSION = 1;
|
||||||
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||||
|
INFOPLIST_FILE = Configs/OpenSourceController.plist;
|
||||||
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||||
|
ONLY_ACTIVE_ARCH = NO;
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = "com.OpenSourceController.OpenSourceController-iOS";
|
||||||
|
PRODUCT_NAME = OpenSourceController;
|
||||||
|
SKIP_INSTALL = YES;
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
SWIFT_VERSION = 4.0;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
52D6D9921BEFF229002C0205 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
APPLICATION_EXTENSION_API_ONLY = YES;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
||||||
|
DEFINES_MODULE = YES;
|
||||||
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||||
|
DYLIB_CURRENT_VERSION = 1;
|
||||||
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||||
|
INFOPLIST_FILE = Configs/OpenSourceController.plist;
|
||||||
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = "com.OpenSourceController.OpenSourceController-iOS";
|
||||||
|
PRODUCT_NAME = OpenSourceController;
|
||||||
|
SKIP_INSTALL = YES;
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||||
|
SWIFT_VERSION = 4.0;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
52D6D9941BEFF229002C0205 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
INFOPLIST_FILE = Configs/OpenSourceControllerTests.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = "com.OpenSourceController.OpenSourceController-iOS-Tests";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
SWIFT_VERSION = 3.0;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
52D6D9951BEFF229002C0205 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
INFOPLIST_FILE = Configs/OpenSourceControllerTests.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = "com.OpenSourceController.OpenSourceController-iOS-Tests";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||||
|
SWIFT_VERSION = 3.0;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "OpenSourceController" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
52D6D98E1BEFF229002C0205 /* Debug */,
|
||||||
|
52D6D98F1BEFF229002C0205 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "OpenSourceController-iOS" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
52D6D9911BEFF229002C0205 /* Debug */,
|
||||||
|
52D6D9921BEFF229002C0205 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
52D6D9931BEFF229002C0205 /* Build configuration list for PBXNativeTarget "OpenSourceController-iOS Tests" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
52D6D9941BEFF229002C0205 /* Debug */,
|
||||||
|
52D6D9951BEFF229002C0205 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 52D6D9731BEFF229002C0205 /* Project object */;
|
||||||
|
}
|
||||||
@@ -2,6 +2,6 @@
|
|||||||
<Workspace
|
<Workspace
|
||||||
version = "1.0">
|
version = "1.0">
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "self:OpenSourceController.xcodeproj">
|
location = "self:">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
</Workspace>
|
</Workspace>
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "0900"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-iOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
codeCoverageEnabled = "YES">
|
||||||
|
<Testables>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9851BEFF229002C0205"
|
||||||
|
BuildableName = "OpenSourceController-iOS Tests.xctest"
|
||||||
|
BlueprintName = "OpenSourceController-iOS Tests"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
</Testables>
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-iOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-iOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-iOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "0900"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6DA0E1BF000BD002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-macOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
codeCoverageEnabled = "YES">
|
||||||
|
<Testables>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "DD7502791C68FCFC006590AF"
|
||||||
|
BuildableName = "OpenSourceController-macOS Tests.xctest"
|
||||||
|
BlueprintName = "OpenSourceController-macOS Tests"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
</Testables>
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6DA0E1BF000BD002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-macOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6DA0E1BF000BD002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-macOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6DA0E1BF000BD002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-macOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
||||||
@@ -0,0 +1,102 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "0900"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9EF1BEFFFBE002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-tvOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
codeCoverageEnabled = "YES">
|
||||||
|
<Testables>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "DD75028C1C690C7A006590AF"
|
||||||
|
BuildableName = "OpenSourceController-tvOS Tests.xctest"
|
||||||
|
BlueprintName = "OpenSourceController-tvOS Tests"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
</Testables>
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9EF1BEFFFBE002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-tvOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9EF1BEFFFBE002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-tvOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9EF1BEFFFBE002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-tvOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
||||||
@@ -0,0 +1,83 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "0900"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9E11BEFFF6E002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-watchOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
codeCoverageEnabled = "YES">
|
||||||
|
<Testables>
|
||||||
|
</Testables>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
language = ""
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9E11BEFFF6E002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-watchOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "52D6D9E11BEFFF6E002C0205"
|
||||||
|
BuildableName = "OpenSourceController.framework"
|
||||||
|
BlueprintName = "OpenSourceController-watchOS"
|
||||||
|
ReferencedContainer = "container:OpenSourceController.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
<?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>SuppressBuildableAutocreation</key>
|
||||||
|
<dict>
|
||||||
|
<key>52D6D97B1BEFF229002C0205</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>52D6D9851BEFF229002C0205</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>52D6D9E11BEFFF6E002C0205</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>52D6D9EF1BEFFFBE002C0205</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>52D6DA0E1BF000BD002C0205</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>DD7502791C68FCFC006590AF</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>DD75028C1C690C7A006590AF</key>
|
||||||
|
<dict>
|
||||||
|
<key>primary</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
//
|
|
||||||
// AppearenceManager.swift
|
|
||||||
// Pods
|
|
||||||
//
|
|
||||||
// Created by Florian Gabach on 01/03/2017.
|
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
|
||||||
|
|
||||||
class AppearenceManager: NSObject {
|
|
||||||
// White color : http://www.color-hex.com/color/ffffff
|
|
||||||
static let whiteCustom = UIColor(red: 246/255.0, green: 246/255.0, blue: 246/255.0, alpha: 1.0)
|
|
||||||
|
|
||||||
// Black color : http://www.color-hex.com/color/000000
|
|
||||||
static let black = UIColor.black
|
|
||||||
}
|
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://cocoapods.org/pods/OpenSourceController" target="_blank"><img src="https://img.shields.io/cocoapods/v/OpenSourceController.svg?style=flat" alt="Cocoapods version" /></a>
|
<a href="https://cocoapods.org/pods/OpenSourceController" target="_blank"><img src="https://img.shields.io/cocoapods/v/OpenSourceController.svg?style=flat" alt="Cocoapods version" /></a>
|
||||||
<a href="http://cocoapods.org/pods/OpenSourceController" target="_blank"><img src="https://img.shields.io/cocoapods/l/OpenSourceController.svg?style=flat" alt="Cocoapods licence" /></a>
|
|
||||||
<a href="http://cocoapods.org/pods/OpenSourceController" target="_blank"><img src="https://img.shields.io/cocoapods/p/OpenSourceController.svg?style=flat" alt="Cocoapods plateform" /></a>
|
<a href="http://cocoapods.org/pods/OpenSourceController" target="_blank"><img src="https://img.shields.io/cocoapods/p/OpenSourceController.svg?style=flat" alt="Cocoapods plateform" /></a>
|
||||||
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="Prs welcome" />
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="Prs welcome" />
|
||||||
</p>
|
</p>
|
||||||
@@ -14,6 +13,7 @@
|
|||||||
• <a href="#installation">Installation</a>
|
• <a href="#installation">Installation</a>
|
||||||
• <a href="#usage">Usage</a>
|
• <a href="#usage">Usage</a>
|
||||||
• <a href="#translation">Translation</a>
|
• <a href="#translation">Translation</a>
|
||||||
|
• <a href="#customisation">Customisation</a>
|
||||||
• <a href="#license">License</a>
|
• <a href="#license">License</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -33,22 +33,30 @@ Display a screen with all licences used in your application can be painful to ma
|
|||||||
- [ ] Download licence from Podfile (https://github.com/terflogag/OpenSourceController/issues/1)
|
- [ ] Download licence from Podfile (https://github.com/terflogag/OpenSourceController/issues/1)
|
||||||
- [ ] Download licence from Cartfile (https://github.com/terflogag/OpenSourceController/issues/2)
|
- [ ] Download licence from Cartfile (https://github.com/terflogag/OpenSourceController/issues/2)
|
||||||
- [ ] Download licence from local file
|
- [ ] Download licence from local file
|
||||||
- [ ] Carthage support
|
|
||||||
- [ ] Unit & UI Test
|
- [ ] Unit & UI Test
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Xcode 8
|
* Xcode 9
|
||||||
* iOS 9.0+ target deployment
|
* iOS 9.0+ target deployment
|
||||||
* Swift 3 project
|
* Swift 3 or Swift 4 project
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
OpenSourceController is available through [CocoaPods](http://cocoapods.org). To install
|
- To integrate OpenSourceController into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your Podfile :
|
||||||
it, simply add the following line to your Podfile:
|
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
pod "OpenSourceController"
|
pod "OpenSourceController", '~> 2.0'
|
||||||
|
|
||||||
|
pod "OpenSourceController", '~> 1.0.8' # Swift 3.1 version
|
||||||
|
```
|
||||||
|
|
||||||
|
- To integrate OpenSourceController into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile :
|
||||||
|
|
||||||
|
```ruby
|
||||||
|
github "terflogag/OpenSourceController" ~> 2.0
|
||||||
|
|
||||||
|
github "terflogag/OpenSourceController" ~> 1.0.8 # Swift 3.1 version
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -75,12 +83,41 @@ url: "https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/d
|
|||||||
openSourceVC.presentOpenSourceController(from: self)
|
openSourceVC.presentOpenSourceController(from: self)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Customisation
|
||||||
|
|
||||||
|
You can apply some customisation. To do it you can use the OpenSourceControllerConfig structure like this :
|
||||||
|
|
||||||
|
```swift
|
||||||
|
// Navigation bar title
|
||||||
|
openSourceVC.config.title = "MyCustomTitle"
|
||||||
|
|
||||||
|
// Navigation bar tint color
|
||||||
|
openSourceVC.config.uiConfig.barTintColor = UIColor.red
|
||||||
|
|
||||||
|
// Close button color
|
||||||
|
openSourceVC.config.uiConfig.closeButtonColor = UIColor.white
|
||||||
|
|
||||||
|
// BackgroundColor
|
||||||
|
openSourceVC.config.uiConfig.backgroundColor = UIColor.red.withAlphaComponent(0.6)
|
||||||
|
|
||||||
|
// Licence text color
|
||||||
|
openSourceVC.config.uiConfig.licenceTextColor = UIColor.white
|
||||||
|
|
||||||
|
// Navigation bar title color
|
||||||
|
openSourceVC.config.uiConfig.titleColor = UIColor.white
|
||||||
|
|
||||||
|
// Licence cell background color
|
||||||
|
openSourceVC.config.uiConfig.licenceBackgroundColor = UIColor.red
|
||||||
|
|
||||||
|
// Verbose mode
|
||||||
|
openSourceVC.config.verbose = true
|
||||||
|
```
|
||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
||||||
OpenSourceController is currently write in english. If you need translation for the permission popup (or whatever thing), just add this line in your localized file :
|
OpenSourceController is currently write in english. If you need translation for the permission popup (or whatever thing), just add this line in your localized file :
|
||||||
|
|
||||||
```
|
```
|
||||||
"Tiers library" = "<your_translation>";
|
|
||||||
"Unable to load this licence." = "<your_translation>";
|
"Unable to load this licence." = "<your_translation>";
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,455 +0,0 @@
|
|||||||
print("A: Hello !")
|
|
||||||
print("B : Whats the fuck are you doing with this swift file ?")
|
|
||||||
print("A: Just trying to add some Swift line for github...")
|
|
||||||
print("B: Really ?")
|
|
||||||
print("A: Hello")
|
|
||||||
print("B: What ??")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
@@ -1,455 +0,0 @@
|
|||||||
print("A: Hello !")
|
|
||||||
print("B : Whats the fuck are you doing with this swift file ?")
|
|
||||||
print("A: Just trying to add some Swift line for github...")
|
|
||||||
print("B: Really ?")
|
|
||||||
print("A: Hello")
|
|
||||||
print("B: What ??")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
@@ -1,455 +0,0 @@
|
|||||||
print("A: Hello !")
|
|
||||||
print("B : Whats the fuck are you doing with this swift file ?")
|
|
||||||
print("A: Just trying to add some Swift line for github...")
|
|
||||||
print("B: Really ?")
|
|
||||||
print("A: Hello")
|
|
||||||
print("B: What ??")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
@@ -1,455 +0,0 @@
|
|||||||
print("A: Hello !")
|
|
||||||
print("B : Whats the fuck are you doing with this swift file ?")
|
|
||||||
print("A: Just trying to add some Swift line for github...")
|
|
||||||
print("B: Really ?")
|
|
||||||
print("A: Hello")
|
|
||||||
print("B: What ??")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
@@ -1,455 +0,0 @@
|
|||||||
print("A: Hello !")
|
|
||||||
print("B : Whats the fuck are you doing with this swift file ?")
|
|
||||||
print("A: Just trying to add some Swift line for github...")
|
|
||||||
print("B: Really ?")
|
|
||||||
print("A: Hello")
|
|
||||||
print("B: What ??")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
@@ -1,455 +0,0 @@
|
|||||||
print("A: Hello !")
|
|
||||||
print("B : Whats the fuck are you doing with this swift file ?")
|
|
||||||
print("A: Just trying to add some Swift line for github...")
|
|
||||||
print("B: Really ?")
|
|
||||||
print("A: Hello")
|
|
||||||
print("B: What ??")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
print("A: Hello")
|
|
||||||
@@ -3,26 +3,30 @@
|
|||||||
// Pods
|
// Pods
|
||||||
//
|
//
|
||||||
// Created by Florian Gabach on 05/02/2017.
|
// Created by Florian Gabach on 05/02/2017.
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
public class OpenSourceController: NSObject {
|
public class OpenSourceController: NSObject {
|
||||||
|
|
||||||
// Contains list of licence object
|
// Contains list of licence object
|
||||||
public var licences: [LicenceFile]?
|
open var licences: [LicenceFile]?
|
||||||
|
|
||||||
|
// Configuration
|
||||||
|
open var config = OpenSourceControllerConfig()
|
||||||
|
|
||||||
/// Present OpenSourceViewController embbeded in navigation controller
|
/// Present OpenSourceViewController embbeded in navigation controller
|
||||||
///
|
///
|
||||||
/// - Parameter from: the source controller
|
/// - Parameter from: the source controller
|
||||||
public final func presentOpenSourceController(from: UIViewController) {
|
open func presentOpenSourceController(from: UIViewController) {
|
||||||
// Create open source controller
|
// Create open source controller
|
||||||
let licenceController = OpenSourceViewController()
|
let licenceController = OpenSourceViewController()
|
||||||
|
|
||||||
// Init licence
|
// Init licence
|
||||||
licenceController.licences = self.licences
|
licenceController.licences = self.licences
|
||||||
|
|
||||||
|
// Init config
|
||||||
|
licenceController.config = self.config
|
||||||
|
|
||||||
// Embed in navigation controller
|
// Embed in navigation controller
|
||||||
let navController = UINavigationController(rootViewController: licenceController)
|
let navController = UINavigationController(rootViewController: licenceController)
|
||||||
|
|
||||||
@@ -3,8 +3,6 @@
|
|||||||
// Pods
|
// Pods
|
||||||
//
|
//
|
||||||
// Created by Florian Gabach on 05/02/2017.
|
// Created by Florian Gabach on 05/02/2017.
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@@ -19,15 +17,18 @@ class OpenSourceViewController: UITableViewController {
|
|||||||
private let reuseIdentifier = "openSourceCell"
|
private let reuseIdentifier = "openSourceCell"
|
||||||
|
|
||||||
/// Contains all licence object before downloaded
|
/// Contains all licence object before downloaded
|
||||||
var licences: [LicenceFile]?
|
internal var licences: [LicenceFile]?
|
||||||
|
|
||||||
|
// Controller configuration for customization
|
||||||
|
internal var config = OpenSourceControllerConfig()
|
||||||
|
|
||||||
/// Contains all licences object after downloaded
|
/// Contains all licences object after downloaded
|
||||||
fileprivate var downloadedLicence: [LicenceFile]? {
|
fileprivate var downloadedLicence: [LicenceFile]? {
|
||||||
didSet {
|
didSet {
|
||||||
// Update UI
|
// Update UI
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async { [weak self] in
|
||||||
self.stopLoading()
|
self?.stopLoading()
|
||||||
self.tableView.reloadData()
|
self?.tableView.reloadData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -54,7 +55,8 @@ class OpenSourceViewController: UITableViewController {
|
|||||||
fileprivate func prepareLicences() {
|
fileprivate func prepareLicences() {
|
||||||
if let licences = self.licences {
|
if let licences = self.licences {
|
||||||
self.startLoading()
|
self.startLoading()
|
||||||
LicenceDownloader.downloadLicences(licences: licences) { () in
|
LicenceDownloader.downloadLicences(licences: licences,
|
||||||
|
config: self.config) { () in
|
||||||
// Update licences
|
// Update licences
|
||||||
self.downloadedLicence = self.licences
|
self.downloadedLicence = self.licences
|
||||||
}
|
}
|
||||||
@@ -65,18 +67,31 @@ class OpenSourceViewController: UITableViewController {
|
|||||||
fileprivate func prepareTableView() {
|
fileprivate func prepareTableView() {
|
||||||
// Common init
|
// Common init
|
||||||
self.tableView.tableFooterView = UIView()
|
self.tableView.tableFooterView = UIView()
|
||||||
self.title = NSLocalizedString("Tiers library", comment: "")
|
|
||||||
self.tableView.register(OpenSourceTableViewCell.self, forCellReuseIdentifier: self.reuseIdentifier)
|
self.tableView.register(OpenSourceTableViewCell.self, forCellReuseIdentifier: self.reuseIdentifier)
|
||||||
|
self.title = self.config.title
|
||||||
|
self.tableView.register(OpenSourceTableViewCell.self,
|
||||||
|
forCellReuseIdentifier: self.reuseIdentifier)
|
||||||
self.tableView.dataSource = self
|
self.tableView.dataSource = self
|
||||||
self.tableView.delegate = self
|
self.tableView.delegate = self
|
||||||
self.tableView.separatorStyle = .singleLine
|
self.tableView.separatorStyle = .singleLine
|
||||||
self.tableView.backgroundColor = AppearenceManager.whiteCustom
|
if let backgroundColor = self.config.uiConfig.backgroundColor {
|
||||||
|
self.tableView.backgroundColor = backgroundColor
|
||||||
|
}
|
||||||
|
|
||||||
|
// Navigation bar
|
||||||
|
if let tintColor = self.config.uiConfig.barTintColor {
|
||||||
|
self.navigationController?.navigationBar.barTintColor = tintColor
|
||||||
|
}
|
||||||
|
if let textColor = self.config.uiConfig.titleColor {
|
||||||
|
let attribut = [NSAttributedStringKey.foregroundColor: textColor]
|
||||||
|
self.navigationController?.navigationBar.titleTextAttributes = attribut
|
||||||
|
}
|
||||||
|
|
||||||
// Close button (on the right corner of navigation bar)
|
// Close button (on the right corner of navigation bar)
|
||||||
let closeButton = UIBarButtonItem(barButtonSystemItem: .stop,
|
let closeButton = UIBarButtonItem(barButtonSystemItem: .stop,
|
||||||
target: self,
|
target: self,
|
||||||
action: #selector(self.closePicker))
|
action: #selector(self.closePicker))
|
||||||
closeButton.tintColor = AppearenceManager.black
|
closeButton.tintColor = config.uiConfig.closeButtonColor ?? UIColor.black
|
||||||
self.navigationItem.rightBarButtonItem = closeButton
|
self.navigationItem.rightBarButtonItem = closeButton
|
||||||
|
|
||||||
// Loading indicator
|
// Loading indicator
|
||||||
@@ -87,25 +102,34 @@ class OpenSourceViewController: UITableViewController {
|
|||||||
|
|
||||||
/// Prepare UIActivityIndicatorView and display it at the center of the view
|
/// Prepare UIActivityIndicatorView and display it at the center of the view
|
||||||
fileprivate func prepareActivityIndicator() {
|
fileprivate func prepareActivityIndicator() {
|
||||||
self.indicator = UIActivityIndicatorView(frame:CGRect(x: 0, y: 0, width: 40, height: 40) )
|
self.indicator = UIActivityIndicatorView(frame:CGRect(x: 0,
|
||||||
|
y: 0,
|
||||||
|
width: 40,
|
||||||
|
height: 40) )
|
||||||
self.indicator.activityIndicatorViewStyle = UIActivityIndicatorViewStyle.gray
|
self.indicator.activityIndicatorViewStyle = UIActivityIndicatorViewStyle.gray
|
||||||
self.indicator.center = self.view.center
|
self.indicator.center = self.view.center
|
||||||
|
self.indicator.hidesWhenStopped = true
|
||||||
|
self.indicator.backgroundColor = UIColor.clear
|
||||||
|
self.indicator.color = UIColor.black
|
||||||
self.view.addSubview(indicator)
|
self.view.addSubview(indicator)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Start loading : start the loader animation
|
/// Start loading : start the loader animation
|
||||||
fileprivate func startLoading() {
|
fileprivate func startLoading() {
|
||||||
self.indicator.startAnimating()
|
self.indicator.startAnimating()
|
||||||
self.indicator.backgroundColor = UIColor.clear
|
|
||||||
self.indicator.color = UIColor.black
|
|
||||||
self.indicator.isHidden = false
|
self.indicator.isHidden = false
|
||||||
|
|
||||||
|
// Disable scroll
|
||||||
|
self.tableView.isScrollEnabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Stop loading : stop and hide the loader
|
/// Stop loading : stop and hide the loader
|
||||||
fileprivate func stopLoading() {
|
fileprivate func stopLoading() {
|
||||||
self.indicator.hidesWhenStopped = true
|
|
||||||
self.indicator.stopAnimating()
|
self.indicator.stopAnimating()
|
||||||
self.indicator.isHidden = true
|
self.indicator.isHidden = true
|
||||||
|
|
||||||
|
// Enable scroll
|
||||||
|
self.tableView.isScrollEnabled = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Table View Data Source
|
// MARK: - Table View Data Source
|
||||||
@@ -121,19 +145,22 @@ class OpenSourceViewController: UITableViewController {
|
|||||||
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
|
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
|
||||||
var cell = tableView.dequeueReusableCell(withIdentifier: self.reuseIdentifier,
|
var cell = tableView.dequeueReusableCell(withIdentifier: self.reuseIdentifier,
|
||||||
for: indexPath) as? OpenSourceTableViewCell
|
for: indexPath) as? OpenSourceTableViewCell
|
||||||
|
// Init cell
|
||||||
if cell == nil {
|
if cell == nil {
|
||||||
cell = OpenSourceTableViewCell(style: UITableViewCellStyle.default,
|
cell = OpenSourceTableViewCell(style: UITableViewCellStyle.default,
|
||||||
reuseIdentifier: self.reuseIdentifier)
|
reuseIdentifier: self.reuseIdentifier)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Configure the cell with licence
|
||||||
if let licence = self.downloadedLicence?.get(at: indexPath.row) {
|
if let licence = self.downloadedLicence?.get(at: indexPath.row) {
|
||||||
cell?.configure(licence: licence)
|
cell?.configure(licence: licence, config: self.config)
|
||||||
}
|
}
|
||||||
|
|
||||||
return cell!
|
return cell!
|
||||||
}
|
}
|
||||||
|
|
||||||
override func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
|
override func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat {
|
||||||
|
// Automatic dimension
|
||||||
return UITableViewAutomaticDimension
|
return UITableViewAutomaticDimension
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -148,8 +175,8 @@ class OpenSourceViewController: UITableViewController {
|
|||||||
|
|
||||||
/// Dismiss the OpenSourceController
|
/// Dismiss the OpenSourceController
|
||||||
func dismissController() {
|
func dismissController() {
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async { [weak self] in
|
||||||
self.dismiss(animated: true, completion: nil)
|
self?.dismiss(animated: true, completion: nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,8 +3,6 @@
|
|||||||
// Pods
|
// Pods
|
||||||
//
|
//
|
||||||
// Created by Florian Gabach on 03/03/2017.
|
// Created by Florian Gabach on 03/03/2017.
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
@@ -3,8 +3,6 @@
|
|||||||
// Pods
|
// Pods
|
||||||
//
|
//
|
||||||
// Created by Florian Gabach on 21/02/2017.
|
// Created by Florian Gabach on 21/02/2017.
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@@ -16,6 +14,7 @@ class LicenceDownloader: NSObject {
|
|||||||
/// - licences: array which contains licence model model
|
/// - licences: array which contains licence model model
|
||||||
/// - completion: end downloading completion
|
/// - completion: end downloading completion
|
||||||
class func downloadLicences(licences: [LicenceFile],
|
class func downloadLicences(licences: [LicenceFile],
|
||||||
|
config: OpenSourceControllerConfig,
|
||||||
completion: @escaping () -> Void) {
|
completion: @escaping () -> Void) {
|
||||||
// Number of licences
|
// Number of licences
|
||||||
let licenceCount = licences.count
|
let licenceCount = licences.count
|
||||||
@@ -25,7 +24,7 @@ class LicenceDownloader: NSObject {
|
|||||||
|
|
||||||
// Download licence's detail for every lience
|
// Download licence's detail for every lience
|
||||||
for licence in licences {
|
for licence in licences {
|
||||||
licence.downloadLicenceDetail(completion: { () in
|
licence.downloadLicenceDetail(config: config, completion: { () in
|
||||||
alreadyDownloaded += 1
|
alreadyDownloaded += 1
|
||||||
|
|
||||||
// If this is the last licence, perfom completion
|
// If this is the last licence, perfom completion
|
||||||
@@ -3,8 +3,6 @@
|
|||||||
// Pods
|
// Pods
|
||||||
//
|
//
|
||||||
// Created by Florian Gabach on 05/02/2017.
|
// Created by Florian Gabach on 05/02/2017.
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@@ -31,14 +29,15 @@ public class LicenceFile: NSObject {
|
|||||||
public init(title: String, url: String) {
|
public init(title: String, url: String) {
|
||||||
self.title = title
|
self.title = title
|
||||||
self.url = url
|
self.url = url
|
||||||
self.detail = NSLocalizedString("Unable to load this licence.",
|
self.detail = NSLocalizedString("Unable to load this licence file.",
|
||||||
comment: "")
|
comment: "")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Download licence detail
|
/// Download licence detail
|
||||||
///
|
///
|
||||||
/// - Parameter completion: end of download handler
|
/// - Parameter completion: end of download handler
|
||||||
func downloadLicenceDetail(completion: @escaping (Void) -> Void) {
|
func downloadLicenceDetail(config: OpenSourceControllerConfig,
|
||||||
|
completion: @escaping () -> Void) {
|
||||||
if let url = URL(string: self.url) {
|
if let url = URL(string: self.url) {
|
||||||
let task = URLSession.shared.dataTask(with: url) { (data, _, _) in
|
let task = URLSession.shared.dataTask(with: url) { (data, _, _) in
|
||||||
if let data = data,
|
if let data = data,
|
||||||
@@ -48,7 +47,9 @@ public class LicenceFile: NSObject {
|
|||||||
self.detail = html
|
self.detail = html
|
||||||
|
|
||||||
// Log
|
// Log
|
||||||
print("Licence for \(self.title ?? "") downloaded with success.")
|
if config.verbose {
|
||||||
|
print("Licence for \(self.title ?? "") downloaded with success.")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
completion()
|
completion()
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
//
|
||||||
|
// OpenSourceControllerConfig.swift
|
||||||
|
// Pods
|
||||||
|
//
|
||||||
|
// Created by Florian Gabach on 08/03/2017.
|
||||||
|
|
||||||
|
import UIKit
|
||||||
|
|
||||||
|
/// Simple struct to hold settings
|
||||||
|
public struct OpenSourceControllerConfig {
|
||||||
|
|
||||||
|
/// Sub-stuct holding configuration relevant to UI presentation !
|
||||||
|
public struct UIConfig {
|
||||||
|
/// Will be applied to the navigation bar
|
||||||
|
public var barTintColor: UIColor?
|
||||||
|
|
||||||
|
/// Will be applied to the navigation bar
|
||||||
|
public var backgroundColor: UIColor?
|
||||||
|
|
||||||
|
/// Will be applied to licence text
|
||||||
|
public var licenceBackgroundColor: UIColor?
|
||||||
|
|
||||||
|
/// Will be applied to the navigation bar
|
||||||
|
public var closeButtonColor: UIColor?
|
||||||
|
|
||||||
|
/// Will be applied to licence text
|
||||||
|
public var licenceTextColor: UIColor?
|
||||||
|
|
||||||
|
/// Will be applied to licence text
|
||||||
|
public var titleColor: UIColor?
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Will be applied to the navigation bar title
|
||||||
|
public var title: String = "Tiers library"
|
||||||
|
|
||||||
|
// Verbose mode for print log when licence are downloaded
|
||||||
|
public var verbose: Bool = false
|
||||||
|
|
||||||
|
/// UI-specific configuration.
|
||||||
|
public var uiConfig = UIConfig()
|
||||||
|
}
|
||||||
@@ -3,8 +3,6 @@
|
|||||||
// Pods
|
// Pods
|
||||||
//
|
//
|
||||||
// Created by Florian Gabach on 05/02/2017.
|
// Created by Florian Gabach on 05/02/2017.
|
||||||
//
|
|
||||||
//
|
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@@ -16,6 +14,7 @@ class OpenSourceTableViewCell: UITableViewCell {
|
|||||||
super.init(style: .default,
|
super.init(style: .default,
|
||||||
reuseIdentifier: reuseIdentifier)
|
reuseIdentifier: reuseIdentifier)
|
||||||
|
|
||||||
|
// Prepare cell
|
||||||
self.prepareCellComponent()
|
self.prepareCellComponent()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,11 +46,11 @@ class OpenSourceTableViewCell: UITableViewCell {
|
|||||||
/// Initialize the cell content with Licence model
|
/// Initialize the cell content with Licence model
|
||||||
///
|
///
|
||||||
/// - Parameter licence: the licence model
|
/// - Parameter licence: the licence model
|
||||||
func configure(licence: LicenceFile) {
|
func configure(licence: LicenceFile, config: OpenSourceControllerConfig) {
|
||||||
|
|
||||||
// Build attributed text
|
// Build attributed text
|
||||||
let libraryTitleAttribut = [NSFontAttributeName: UIFont.boldSystemFont(ofSize: UIFont.systemFontSize + 2)]
|
let libraryTitleAttribut = [NSAttributedStringKey.font: UIFont.boldSystemFont(ofSize: UIFont.systemFontSize + 2)]
|
||||||
let libraryLicenceAttribut = [NSFontAttributeName: UIFont.systemFont(ofSize: UIFont.systemFontSize)]
|
let libraryLicenceAttribut = [NSAttributedStringKey.font: UIFont.systemFont(ofSize: UIFont.systemFontSize)]
|
||||||
let libraryTitle = NSMutableAttributedString(string: licence.title ?? "",
|
let libraryTitle = NSMutableAttributedString(string: licence.title ?? "",
|
||||||
attributes: libraryTitleAttribut)
|
attributes: libraryTitleAttribut)
|
||||||
libraryTitle.append(NSAttributedString(string: "\n\n"))
|
libraryTitle.append(NSAttributedString(string: "\n\n"))
|
||||||
@@ -60,5 +59,11 @@ class OpenSourceTableViewCell: UITableViewCell {
|
|||||||
|
|
||||||
// Set text
|
// Set text
|
||||||
self.textLabel?.attributedText = libraryTitle
|
self.textLabel?.attributedText = libraryTitle
|
||||||
|
self.textLabel?.textColor = config.uiConfig.licenceTextColor
|
||||||
|
|
||||||
|
// Background
|
||||||
|
if let backgroundColor = config.uiConfig.licenceBackgroundColor {
|
||||||
|
self.backgroundColor = backgroundColor
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import XCTest
|
||||||
|
@testable import OpenSourceControllerTests
|
||||||
|
|
||||||
|
XCTMain([
|
||||||
|
testCase(OpenSourceControllerTests.allTests),
|
||||||
|
])
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
//
|
||||||
|
// OpenSourceControllerTests.swift
|
||||||
|
// OpenSourceController
|
||||||
|
//
|
||||||
|
// Created by Florian Gabach on {TODAY}.
|
||||||
|
// Copyright © 2017 OpenSourceController. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
import XCTest
|
||||||
|
import OpenSourceController
|
||||||
|
|
||||||
|
class OpenSourceControllerTests: XCTestCase {
|
||||||
|
func testExample() {
|
||||||
|
// This is an example of a functional test case.
|
||||||
|
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||||
|
//// XCTAssertEqual(OpenSourceController().text, "Hello, World!")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#if os(Linux)
|
||||||
|
extension OpenSourceControllerTests {
|
||||||
|
static var allTests : [(String, (OpenSourceControllerTests) -> () throws -> Void)] {
|
||||||
|
return [
|
||||||
|
("testExample", testExample),
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||