tapjoy-react-native-sdk 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,9 +21,9 @@ brew install ios-deploy
21
21
 
22
22
  ### Install Dependency
23
23
 
24
- `yarn` command will install all dependencies including pod dependency.
24
+ `yarn bootstrap` command will install all dependencies including pod dependency.
25
25
  ```shell
26
- yarn
26
+ yarn bootstrap
27
27
  ```
28
28
  ### Running Example
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tapjoy-react-native-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "ReactNative Plugin for Tapjoy SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -22,6 +22,8 @@
22
22
  "!android/gradlew.bat",
23
23
  "!android/local.properties",
24
24
  "example",
25
+ "!example/yarn.lock",
26
+ "!example/yarn-error.log",
25
27
  "!example/node_modules",
26
28
  "!example/ios/build",
27
29
  "!example/android/build",
@@ -43,8 +45,8 @@
43
45
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
44
46
  "example": "yarn --cwd example",
45
47
  "bootstrap": "yarn example && yarn install && yarn example pods",
46
- "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build example/ios/Pods temp package",
47
- "prepare-repo": "echo y|rm -rf temp package && mkdir temp && cd temp && git clone git@github.com:Tapjoy/react-native-sdk . && echo y|rm -rf *",
48
+ "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build temp package",
49
+ "prepare-repo": "rm -rf temp package && mkdir temp && cd temp && git clone git@github.com:Tapjoy/react-native-sdk . && rm -rf *",
48
50
  "copy-pack": "bob build && npm pack && tar xvzf tapjoy-react-native*.tgz && cp -af ./package/* ./temp && rm tapjoy-react-native*.tgz",
49
51
  "push": "cd temp && git add . && export VERSION=`node -p \"require('./package.json').version\"` && git commit -m \"Release $VERSION\" && git push",
50
52
  "publish-npm": "yarn prepare-repo && yarn copy-pack && yarn push && cd temp && npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN && release-it --no-increment --ci"
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
  s.authors = package["author"]
13
13
 
14
14
  s.platforms = { :ios => "11.0" }
15
- s.source = { :git => "https://github.com/Tapjoy/ReactNative-Plugin.git", :tag => "#{s.version}" }
15
+ s.source = { :git => "https://github.com/Tapjoy/react-native-sdk.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:">
6
- </FileRef>
7
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>