Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thạch Lê authored and Thạch Lê committed Oct 10, 2022
0 parents commit 5601829
Show file tree
Hide file tree
Showing 68 changed files with 4,085 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
420 changes: 420 additions & 0 deletions JellyTest.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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>JellyTest.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>JellyTestAggregate.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>
18 changes: 18 additions & 0 deletions JellyTest/JellyTest.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// JellyTest.h
// JellyTest
//
// Created by Thạch Lê on 10/10/2022.
//

#import <Foundation/Foundation.h>

//! Project version number for JellyTest.
FOUNDATION_EXPORT double JellyTestVersionNumber;

//! Project version string for JellyTest
FOUNDATION_EXPORT const unsigned char JellyTestVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <JellyTest/PublicHeader.h>


15 changes: 15 additions & 0 deletions JellyTest/JellyTestManager.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// JellyTestManager.swift
// JellyTest
//
// Created by Thạch Lê on 10/10/2022.
//

import Foundation

public class JellyTestManager {
public func showTest(test: String) {
print("test \(test)")

}
}
Binary file added Output/.DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions Output/archives/ios_devices.xcarchive/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>ArchiveVersion</key>
<integer>2</integer>
<key>CreationDate</key>
<date>2022-10-10T03:10:40Z</date>
<key>Name</key>
<string>JellyTest</string>
<key>SchemeName</key>
<string>JellyTest</string>
</dict>
</plist>
Loading

0 comments on commit 5601829

Please sign in to comment.