Skip to content

Commit 7639f49

Browse files
Rename to AppSync #14
1 parent a9ec9e5 commit 7639f49

File tree

108 files changed

+18960
-522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+18960
-522
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
.vscode
22
.idea
3+
.gradle
34
.DS_Store
45
*.js
56
*.js.map
67
*.log
78

9+
src/platforms/ios_lib/AppSync/AppSync.xcodeproj/project.xcworkspace
10+
src/platforms/ios_lib/AppSync/AppSync.xcodeproj/xcuserdata
11+
812
src/*.d.ts
913
!src/*install-hooks.js
1014
!src/scripts/**/*.js

README.md

Lines changed: 93 additions & 93 deletions
Large diffs are not rendered by default.

demo-ng/App_Resources/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>${PRODUCT_NAME}</string>
8+
<string>AppSyncNg</string>
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>
14-
<string>${PRODUCT_NAME}</string>
14+
<string>AppSyncNg</string>
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>

demo-ng/nsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"appResourcesPath": "App_Resources",
3-
"appPath": "src"
4-
}
3+
"appPath": "src",
4+
"useLegacyWorkflow": false
5+
}

0 commit comments

Comments
 (0)