Skip to content

Commit

Permalink
Configuring to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaal111 committed Apr 5, 2021
1 parent bff1cff commit bf2cb36
Show file tree
Hide file tree
Showing 9 changed files with 7,401 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-pass-library": "^0.1.0"
"react-native-pass-library": "0.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5564,7 +5564,7 @@ react-is@^16.12.0, react-is@^16.8.1, react-is@^16.8.4, react-is@^16.8.6:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-pass-library@^0.1.0:
react-native-pass-library@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/react-native-pass-library/-/react-native-pass-library-0.1.0.tgz#f0fea2e84b7b51d0ef4a7a0859a375fcd9280975"
integrity sha512-obqQJ/y2Y5EixYe73QkI9ef+ZNk/ZidzRTbZyK/ch8gO6jF3HdPX5Rcp/iwkGvw5E/J8vnPey95KOhj6Ov0WoA==
Expand Down
11 changes: 11 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'RNPassLibrary' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for RNPassLibrary
pod 'PassLibrary', '~> 2.1.2'

end
20 changes: 20 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- PassLibrary (2.1.2):
- XiphiasNet (~> 3.0.5)
- XiphiasNet (3.0.5)

DEPENDENCIES:
- PassLibrary (~> 2.1.2)

SPEC REPOS:
trunk:
- PassLibrary
- XiphiasNet

SPEC CHECKSUMS:
PassLibrary: 053dcea4eeda823b3aa380b3797960a0416ec08d
XiphiasNet: 6ef4010ec8e41b0fc596c4fece50bc7d64568659

PODFILE CHECKSUM: c64bb7e84e8c92a200a1255cdf67030bbecfc76f

COCOAPODS: 1.10.1
29 changes: 26 additions & 3 deletions ios/RNPassLibrary.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@

/* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libRNPassLibrary.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNPassLibrary.a; sourceTree = BUILT_PRODUCTS_DIR; };
3A84DBCF2E77A0C170681509 /* Pods-RNPassLibrary.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPassLibrary.debug.xcconfig"; path = "Target Support Files/Pods-RNPassLibrary/Pods-RNPassLibrary.debug.xcconfig"; sourceTree = "<group>"; };
9AF1467F06E6BFE50B12A744 /* Pods_RNPassLibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RNPassLibrary.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B3E7B5891CC2AC0600A0062D /* RNPassLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNPassLibrary.m; sourceTree = "<group>"; };
E5FC856CBEC037EA84F9273F /* Pods-RNPassLibrary.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNPassLibrary.release.xcconfig"; path = "Target Support Files/Pods-RNPassLibrary/Pods-RNPassLibrary.release.xcconfig"; sourceTree = "<group>"; };
F4FF95D5245B92E700C19C63 /* RNPassLibrary-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNPassLibrary-Bridging-Header.h"; sourceTree = "<group>"; };
F4FF95D6245B92E800C19C63 /* RNPassLibrary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNPassLibrary.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -59,9 +61,19 @@
F4FF95D6245B92E800C19C63 /* RNPassLibrary.swift */,
D691492962C0C4EDE429B6D0 /* Frameworks */,
134814211AA4EA7D00B7C361 /* Products */,
9979D623B1D2494C6A9A6C61 /* Pods */,
);
sourceTree = "<group>";
};
9979D623B1D2494C6A9A6C61 /* Pods */ = {
isa = PBXGroup;
children = (
3A84DBCF2E77A0C170681509 /* Pods-RNPassLibrary.debug.xcconfig */,
E5FC856CBEC037EA84F9273F /* Pods-RNPassLibrary.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
D691492962C0C4EDE429B6D0 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -97,7 +109,7 @@
58B511D31A9E6C8500147676 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0920;
LastUpgradeCheck = 1240;
ORGANIZATIONNAME = Facebook;
TargetAttributes = {
58B511DA1A9E6C8500147676 = {
Expand All @@ -107,11 +119,11 @@
};
buildConfigurationList = 58B511D61A9E6C8500147676 /* Build configuration list for PBXProject "RNPassLibrary" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
mainGroup = 58B511D21A9E6C8500147676;
productRefGroup = 58B511D21A9E6C8500147676;
Expand Down Expand Up @@ -164,6 +176,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand All @@ -172,14 +185,17 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand Down Expand Up @@ -214,6 +230,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand All @@ -222,14 +239,17 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -249,12 +269,14 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
58B511F01A9E6C8500147676 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3A84DBCF2E77A0C170681509 /* Pods-RNPassLibrary.debug.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -274,6 +296,7 @@
};
58B511F11A9E6C8500147676 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E5FC856CBEC037EA84F9273F /* Pods-RNPassLibrary.release.xcconfig */;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
10 changes: 10 additions & 0 deletions ios/RNPassLibrary.xcworkspace/contents.xcworkspacedata

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>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pass-library",
"version": "0.1.0",
"version": "0.1.1",
"description": "A package to open pk pass on iOS",
"main": "src/index",
"source": "src/index",
Expand Down
Loading

0 comments on commit bf2cb36

Please sign in to comment.